|
@@ -145,6 +145,12 @@ namespace VirgoSimulator.Instances
|
|
|
IO.DI[$"{mod}.DI_Lift_Servo3_Alarm"].Value = true;
|
|
|
IO.DI[$"{mod}.DI_Lift_Servo4_Alarm"].Value = true;
|
|
|
|
|
|
+ IO.DI[$"{mod}.DI_Lift_Servo1_Brake_ON"].Value = true;
|
|
|
+ IO.DI[$"{mod}.DI_Lift_Servo2_Brake_ON"].Value = true;
|
|
|
+ IO.DI[$"{mod}.DI_Lift_Servo3_Brake_ON"].Value = true;
|
|
|
+ IO.DI[$"{mod}.DI_Lift_Servo4_Brake_ON"].Value = true;
|
|
|
+ IO.DI[$"{mod}.DI_Lift_Servo_FSTP"].Value = true;
|
|
|
+
|
|
|
|
|
|
IO.DI[$"{mod}.DI_Lift_Servo_ABS_fail_alarm"].Value = false;
|
|
|
IO.DI[$"{mod}.DI_Lift_Servo_ORG_fail_alarm"].Value = false;
|