SystemParameter2 영점실행주기, 영점실행개수 추가
parent
8975bb3655
commit
55a0a4aecc
BIN
ITC81DB.suo
BIN
ITC81DB.suo
Binary file not shown.
|
@ -10331,8 +10331,8 @@ namespace ITC81DB.Forms
|
|||
structItem.OPT2DelayTime1 = this.CurrentSystemParameter2.OPT2DelayTime1;
|
||||
structItem.OPT2DelayTime2 = this.CurrentSystemParameter2.OPT2DelayTime2;
|
||||
|
||||
structItem.OPT2ZeroZoneCycle = "0";
|
||||
structItem.OPT2ZeroZoneCount = "0";
|
||||
structItem.OPT2ZeroZoneCycle = this.CurrentSystemParameter2.OPT2ZeroZoneCycle;
|
||||
structItem.OPT2ZeroZoneCount = this.CurrentSystemParameter2.OPT2ZeroZoneCount;
|
||||
structItem.Dummy1 = "0";
|
||||
structItem.Dummy2 = "0";
|
||||
structItem.Dummy3 = "0";
|
||||
|
@ -10374,8 +10374,8 @@ namespace ITC81DB.Forms
|
|||
structItem.OPT2DelayTime1 = item.OPT2DelayTime1;
|
||||
structItem.OPT2DelayTime2 = item.OPT2DelayTime2;
|
||||
|
||||
structItem.OPT2ZeroZoneCycle = "0";
|
||||
structItem.OPT2ZeroZoneCount = "0";
|
||||
structItem.OPT2ZeroZoneCycle = item.OPT2ZeroZoneCycle;
|
||||
structItem.OPT2ZeroZoneCount = item.OPT2ZeroZoneCount;
|
||||
structItem.Dummy1 = "0";
|
||||
structItem.Dummy2 = "0";
|
||||
structItem.Dummy3 = "0";
|
||||
|
@ -10421,6 +10421,8 @@ namespace ITC81DB.Forms
|
|||
pItem.OPT2Port = structItem.OPT2Port;
|
||||
pItem.OPT2DelayTime1 = structItem.OPT2DelayTime1;
|
||||
pItem.OPT2DelayTime2 = structItem.OPT2DelayTime2;
|
||||
pItem.OPT2ZeroZoneCycle = structItem.OPT2ZeroZoneCycle;
|
||||
pItem.OPT2ZeroZoneCount = structItem.OPT2ZeroZoneCount;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
@ -10429,7 +10431,6 @@ namespace ITC81DB.Forms
|
|||
|
||||
this.smartFileIO.Close();
|
||||
}
|
||||
|
||||
this.smartFileIO.Close();
|
||||
}
|
||||
#endregion
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue