agv 노드 정보 정리 세분화
This commit is contained in:
@@ -246,6 +246,11 @@ namespace Project
|
||||
|
||||
public bool AutoModeOffAndClearPosition { get; set; }
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public UInt16 GDSValue { get; set; }
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public string musicfile { get; set; }
|
||||
|
||||
@@ -366,6 +371,7 @@ namespace Project
|
||||
if (StatusInterval < 10) StatusInterval = 300; //5분간격
|
||||
if (XBE_ID < 1) XBE_ID = 0xFF; //0은 acs 이므로 쓰지못하게한다.
|
||||
if (SAD == 0) SAD = 999;
|
||||
if (GDSValue == 0) GDSValue = 1000;
|
||||
if (TAGF1A == 0)
|
||||
{
|
||||
TAGNOT = 9000;
|
||||
|
||||
Reference in New Issue
Block a user