- namespace SHJX.Service.Control.Common.Constants
- {
- public class StateMachineName
- {
- public const string MOTOR_LOCK = "MotorLock";
- public const string TITRATION_LOCK = "TitrationLock";
- public const string MOTOR_LOCKDROPPER = "MotorLockDropper";
- public const string SODIUMOXALATE_LOCK = "SodiumOxalateLock";
- public const string POTASSIUM1PERMANGANATE_LOCK = "Potassium1PermanganateLock";
- public const string POTASSIUM2PERMANGANATE_LOCK = "Potassium2PermanganateLock";
- public static bool Sodiumoxate_Lock_First = true;
- }
- }
|