..
This commit is contained in:
17
enigprotocol/Commands.cs
Normal file
17
enigprotocol/Commands.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ENIGProtocol
|
||||
{
|
||||
public enum AGVCommands
|
||||
{
|
||||
Goto = 100,
|
||||
Stop = 101,
|
||||
Reset,
|
||||
SetCurrent,
|
||||
Manual,
|
||||
MarkStop,
|
||||
LiftControl
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user