Hi every body this program write whit ST(LANGUAGE) Pls change to Lader Language thank you best regard
IF (SW_Aerial_Maneuver_Active=FALSE AND cage_active)OR turret_active THEN
Valve_cage_leveling_down:=0;
Valve_cage_movement:=0;
IF Deadman THEN
Valve_Main:=1;
IF Valve_Boom_up OR Boom_Down_Inctive OR (Stop2 OR Stop1 AND Propertional_valve=Propertional_Val_Min) OR(ERROR AND (Boom_Length>=5800 OR SW_By_Pass=FALSE )) THEN (add Stop1&Stop2)
Valve_boom_down:=0;
ELSE
Valve_boom_down:=boom_down;
END_IF
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-09-13
Originally created by: rickj
Something like this I suppose
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi every body this program write whit ST(LANGUAGE) Pls change to Lader Language thank you best regard
IF (SW_Aerial_Maneuver_Active=FALSE AND cage_active)OR turret_active THEN
Valve_cage_leveling_down:=0;
Valve_cage_movement:=0;
IF Deadman THEN
Valve_Main:=1;
IF Valve_Boom_up OR Boom_Down_Inctive OR (Stop2 OR Stop1 AND Propertional_valve=Propertional_Val_Min) OR(ERROR AND (Boom_Length>=5800 OR SW_By_Pass=FALSE )) THEN (add Stop1&Stop2)
Valve_boom_down:=0;
ELSE
Valve_boom_down:=boom_down;
END_IF
Originally created by: rickj
Something like this I suppose