..
This commit is contained in:
@@ -93,10 +93,9 @@ namespace Project
|
||||
[Browsable(false), Category("Commnunication Setting"), DisplayName("RFID PortName"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public string Port_AGV { get; set; }
|
||||
|
||||
[Category("Commnunication Setting"), DisplayName("Xbee ID"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
[Browsable(false), Category("Commnunication Setting"), DisplayName("Xbee ID"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public byte XBE_ID { get; set; }
|
||||
|
||||
|
||||
[Browsable(false), Category("Commnunication Setting"), DisplayName("BMS PortName"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public string Port_BAT { get; set; }
|
||||
|
||||
@@ -313,7 +312,7 @@ namespace Project
|
||||
public override void AfterLoad()
|
||||
{
|
||||
if (StatusInterval < 10) StatusInterval = 300; //5분간격
|
||||
|
||||
if (XBE_ID < 1) XBE_ID = 0xFF; //0은 acs 이므로 쓰지못하게한다.
|
||||
if (SAD == 0) SAD = 999;
|
||||
if (TAGF1A == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user