initial commit
This commit is contained in:
61
Sub/CommData/EnumVAR.cs
Normal file
61
Sub/CommData/EnumVAR.cs
Normal file
@@ -0,0 +1,61 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace COMM
|
||||
{
|
||||
#region "VAR DATA"
|
||||
public enum EVarI32
|
||||
{
|
||||
None = 0,
|
||||
DevConnectSeq,
|
||||
CONNTRY_PLC,
|
||||
CONNTRY_INDICATOR,
|
||||
ChargeWaitSec,
|
||||
|
||||
DataIndex,
|
||||
}
|
||||
|
||||
public enum EVarDBL
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public enum EVarBool
|
||||
{
|
||||
//comm area start(0~31)
|
||||
None = 0,
|
||||
INIT_SYSTEM,
|
||||
SMRUN,
|
||||
DebugMode,
|
||||
SQLCONN,
|
||||
RESUMEJOB,
|
||||
USERSTEP,
|
||||
}
|
||||
|
||||
|
||||
public enum EVarString
|
||||
{
|
||||
MCStatus,
|
||||
JobMode,
|
||||
}
|
||||
|
||||
public enum EVarTime
|
||||
{
|
||||
MOTIONLINK,
|
||||
AREALTIME,
|
||||
AREARTIME,
|
||||
LIVEVIEWR,
|
||||
CONNTRY_PLC,
|
||||
CONNTRY_INDICATOR,
|
||||
JOB_START,
|
||||
JOB_END,
|
||||
JOB_REFRESH,
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user