..
This commit is contained in:
@@ -4,7 +4,10 @@ using System.Text;
|
||||
|
||||
namespace ENIGProtocol
|
||||
{
|
||||
public enum AGVCommands
|
||||
/// <summary>
|
||||
/// host -> eq
|
||||
/// </summary>
|
||||
public enum AGVCommandHE : byte
|
||||
{
|
||||
Goto = 100,
|
||||
Stop = 101,
|
||||
@@ -14,4 +17,22 @@ namespace ENIGProtocol
|
||||
MarkStop,
|
||||
LiftControl
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// eq -> host
|
||||
/// </summary>
|
||||
public enum AGVCommandEH : byte
|
||||
{
|
||||
Error = 1,
|
||||
Arrived = 2,
|
||||
ReadRFID = 3,
|
||||
Status=9,
|
||||
}
|
||||
|
||||
public enum AGVErrorCode : byte
|
||||
{
|
||||
PredictFix,
|
||||
TurnTimeout,
|
||||
TurnError,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user