@ Ver 8.8.1 by LSJ
- 2025.10.14 - Ver 8.8.0 Modify - Framework : SmartX Framework V3.2.4(update: 2021.01.20) - 비상정지 부저 및 메시지 팝업 수정 : 부저 OFF / 메시지 팝업 OFF - 옵션 설정 선별부 동작감지 초기값 셋팅 누락 수정master
parent
7edf0a1e97
commit
37c0600eb1
|
|
@ -153,7 +153,7 @@ namespace INT63DC_2C.Forms
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.labelDisplayVer.Text = "8.8.0";
|
this.labelDisplayVer.Text = "8.8.1";
|
||||||
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
||||||
this.textBoxSerialNo.Location = new Point(395, 225);
|
this.textBoxSerialNo.Location = new Point(395, 225);
|
||||||
this.textBoxSerialNo.Visible = false;
|
this.textBoxSerialNo.Visible = false;
|
||||||
|
|
|
||||||
|
|
@ -2172,7 +2172,7 @@ namespace INT63DC_2C.Forms
|
||||||
if (alarm.IsEmergencyStop == true)
|
if (alarm.IsEmergencyStop == true)
|
||||||
{
|
{
|
||||||
this.MainDisplayAlarmList.listBoxMessage.AddItem("Emergency Stop");
|
this.MainDisplayAlarmList.listBoxMessage.AddItem("Emergency Stop");
|
||||||
isAlarmMessageView = true;
|
//isAlarmMessageView = true;
|
||||||
}
|
}
|
||||||
if (alarm.IsServoAlarm == true)
|
if (alarm.IsServoAlarm == true)
|
||||||
{
|
{
|
||||||
|
|
@ -2252,8 +2252,8 @@ namespace INT63DC_2C.Forms
|
||||||
{
|
{
|
||||||
this.smartListBox1.ClearAll();
|
this.smartListBox1.ClearAll();
|
||||||
|
|
||||||
if (alarm.IsEmergencyStop == true)
|
//if (alarm.IsEmergencyStop == true)
|
||||||
this.smartListBox1.AddItem("Emergency Stop");
|
// this.smartListBox1.AddItem("Emergency Stop");
|
||||||
if (alarm.IsLoadcellError == true)
|
if (alarm.IsLoadcellError == true)
|
||||||
this.smartListBox1.AddItem("LoadCell Error");
|
this.smartListBox1.AddItem("LoadCell Error");
|
||||||
if (alarm.IsPressureError == true)
|
if (alarm.IsPressureError == true)
|
||||||
|
|
|
||||||
|
|
@ -160,12 +160,6 @@ namespace INT63DC_2C.Forms
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
{
|
{
|
||||||
//// 피드백 보드 사용 유무
|
|
||||||
//if (this.ParentForm.SystemConfig.IsOptFeedbackBoardUse == true)
|
|
||||||
// this.buttonFeedbackUse.ButtonDown();
|
|
||||||
//else
|
|
||||||
// this.buttonFeedbackUse.ButtonUp();
|
|
||||||
|
|
||||||
// 데이터 통계 기능 사용 유무
|
// 데이터 통계 기능 사용 유무
|
||||||
if (this.ParentForm.SystemConfig.IsOptDataStatistics == true)
|
if (this.ParentForm.SystemConfig.IsOptDataStatistics == true)
|
||||||
this.buttonDataStatistics.ButtonDown();
|
this.buttonDataStatistics.ButtonDown();
|
||||||
|
|
@ -177,6 +171,12 @@ namespace INT63DC_2C.Forms
|
||||||
this.buttonSorter4Location.ButtonUp();
|
this.buttonSorter4Location.ButtonUp();
|
||||||
else
|
else
|
||||||
this.buttonSorter4Location.ButtonDown();
|
this.buttonSorter4Location.ButtonDown();
|
||||||
|
|
||||||
|
// 선별부 동작 감지 사용 여부
|
||||||
|
if (this.ParentForm.SystemConfig.IsSorterCheckEnable == true)
|
||||||
|
this.buttonSorterCheckEnable.ButtonDown();
|
||||||
|
else
|
||||||
|
this.buttonSorterCheckEnable.ButtonUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void DisplayRefresh()
|
public void DisplayRefresh()
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue