You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.4 KiB
31 lines
1.4 KiB
/*---命名规范:LC_MAIN 控制台到WMS,MAIN_LC WMS到控制台*/
|
|
|
|
public const ushort LC_MAIN_OPERATE_OVER = (ushort)68;
|
|
public const ushort LC_MAIN_CARRIER_ERROR = (ushort)69;
|
|
public const ushort LC_MAIN_TASK_OVER = (ushort)70;
|
|
public const ushort LC_MAIN_TASK_START = (ushort)71;//新增
|
|
public const ushort MAIN_LC_TASK_ASK = (ushort)74;//新增WMS询问任务状态
|
|
public const ushort MAIN_LC_NORMAL_TASK = (ushort)72;
|
|
public const ushort MAIN_LC_SUPER_TASK = (ushort)73;//优先级高的
|
|
|
|
public const ushort MAIN_LC_DELETE_TASK = (ushort)80;//WMS到控制台删除(询问是否可删除)
|
|
public const ushort LC_MAIN_DELETE_TASK = (ushort)81;//控制台到WMS删除(返回是否可以删除)
|
|
public const ushort LC_MAIN_ACCEPTE_TASK = (ushort)82;
|
|
public const ushort LC_MAIN_SUSPAND = (ushort)83;
|
|
|
|
|
|
|
|
public const ushort LC_MAIN_GET_THINGS = (ushort)62;//控制台通过CAN卡得到要料信息传给WMS
|
|
public const ushort LC_MAIN_RETURN_THINGS = (ushort)61;//控制台通过CAN卡得到退料信息传给WMS
|
|
|
|
public const ushort LC_MAIN_WEIGHT_STATION = (ushort)85;
|
|
public const ushort MAIN_LC_WEIGHTFINISH = (ushort)84;
|
|
public const ushort WASTER_CALL_BACK = (ushort)100;//废料回收?用什么来发信号
|
|
|
|
72-123-1-1-2-1
|
|
桢头-编号-起点-层数-终点-层数
|
|
72 sendTask -123 -1-1-2-1
|
|
|
|
70 over -123
|
|
71 start -123
|
|
82 accpet 0 yes 1 no -123
|