Simply3DScan
CommandRepresentations.cs
Go to the documentation of this file.
1 namespace ArduinoConnection
2 {
6  internal static class CommandRepresentations
7  {
11  public const int DisableLaserCommand = 100;
15  public const int EnableLaserCommand = 101;
16 
20  internal const int RotateLaserCwCommand = 110;
24  internal const int RotateLaserCcwCommand = 111;
25 
29  internal const int RotateTurnTableCwCommand = 120;
33  internal const int RotateTurnTableCcwCommand = 121;
34 
38  internal const int EnableLightCommand = 130;
42  internal const int DisableLightCommand = 131;
43 
47  internal const int EnableMicroSteppingCommand = 141;
51  internal const int DisableMicroSteppingCommand = 142;
52 
56  internal const int Ping = 201;
60  internal const int ACK = 202;
64  internal const int NACK = 203;
68  internal const int Error = 204;
69  }
70 }
const int RotateTurnTableCcwCommand
The rotate turn table counter clockwise command
const int DisableLightCommand
The disable light command
const int RotateLaserCwCommand
The rotate laser clockwise command
const int DisableMicroSteppingCommand
The disable micro stepping command
const int RotateTurnTableCwCommand
The rotate turn table clockwise command
const int EnableMicroSteppingCommand
The enable micro stepping command
const int RotateLaserCcwCommand
The rotate laser counterclockwise command
Representations of commands and states to control arduino sketch
const int DisableLaserCommand
The disable laser command
const int EnableLaserCommand
The enable laser command
const int EnableLightCommand
The enable light command