SystemParameter2 영점실행주기, 영점실행개수 추가

main
DESKTOP-999R8N3\CJY 2023-07-14 18:01:38 +09:00
parent 8975bb3655
commit 55a0a4aecc
6 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@ -10331,8 +10331,8 @@ namespace ITC81DB.Forms
structItem.OPT2DelayTime1 = this.CurrentSystemParameter2.OPT2DelayTime1; structItem.OPT2DelayTime1 = this.CurrentSystemParameter2.OPT2DelayTime1;
structItem.OPT2DelayTime2 = this.CurrentSystemParameter2.OPT2DelayTime2; structItem.OPT2DelayTime2 = this.CurrentSystemParameter2.OPT2DelayTime2;
structItem.OPT2ZeroZoneCycle = "0"; structItem.OPT2ZeroZoneCycle = this.CurrentSystemParameter2.OPT2ZeroZoneCycle;
structItem.OPT2ZeroZoneCount = "0"; structItem.OPT2ZeroZoneCount = this.CurrentSystemParameter2.OPT2ZeroZoneCount;
structItem.Dummy1 = "0"; structItem.Dummy1 = "0";
structItem.Dummy2 = "0"; structItem.Dummy2 = "0";
structItem.Dummy3 = "0"; structItem.Dummy3 = "0";
@ -10374,8 +10374,8 @@ namespace ITC81DB.Forms
structItem.OPT2DelayTime1 = item.OPT2DelayTime1; structItem.OPT2DelayTime1 = item.OPT2DelayTime1;
structItem.OPT2DelayTime2 = item.OPT2DelayTime2; structItem.OPT2DelayTime2 = item.OPT2DelayTime2;
structItem.OPT2ZeroZoneCycle = "0"; structItem.OPT2ZeroZoneCycle = item.OPT2ZeroZoneCycle;
structItem.OPT2ZeroZoneCount = "0"; structItem.OPT2ZeroZoneCount = item.OPT2ZeroZoneCount;
structItem.Dummy1 = "0"; structItem.Dummy1 = "0";
structItem.Dummy2 = "0"; structItem.Dummy2 = "0";
structItem.Dummy3 = "0"; structItem.Dummy3 = "0";
@ -10421,6 +10421,8 @@ namespace ITC81DB.Forms
pItem.OPT2Port = structItem.OPT2Port; pItem.OPT2Port = structItem.OPT2Port;
pItem.OPT2DelayTime1 = structItem.OPT2DelayTime1; pItem.OPT2DelayTime1 = structItem.OPT2DelayTime1;
pItem.OPT2DelayTime2 = structItem.OPT2DelayTime2; pItem.OPT2DelayTime2 = structItem.OPT2DelayTime2;
pItem.OPT2ZeroZoneCycle = structItem.OPT2ZeroZoneCycle;
pItem.OPT2ZeroZoneCount = structItem.OPT2ZeroZoneCount;
} }
catch catch
{ {
@ -10429,7 +10431,6 @@ namespace ITC81DB.Forms
this.smartFileIO.Close(); this.smartFileIO.Close();
} }
this.smartFileIO.Close(); this.smartFileIO.Close();
} }
#endregion #endregion

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.