- namespace SHJX.Service.Control.Common.Constants
- {
- public class NodeName
- {
- public const string AXIS_MOVEMENT_BY_X = "AxisMovementByX";
- public const string AXIS_MOVEMENT_BY_Y = "AxisMovementByY";
- public const string AXIS_MOVEMENT_BY_Z = "AxisMovementByZ";
- public const string AXIS_GOBACK_BY_Z = "AxisGobackByZ";
- public const string TONGS_GRAB = "TongsGrab";
- public const string TONGS_LOOSEN = "TongsLoosen";
- }
- }
|