[r2]: / ecu_at135_v2r1_baloo / StandardPLC / Plc Logic / Application / 008.EECU_Gestion_Traction / Gestion_Traction / Moving_Manuel / svnobj  Maximize  Restore  History

Download this file

8 lines (6 with data), 2.5 kB

1
2
3
4
5
6
7
IF (Mode_conduite = Global_tags.StructVehicle_mode.Manuel) THEN
	
	IF (Estop = FALSE) THEN	
			IF (rConsigne_vitesse_Pedalier > 0)THEN 
					IF (Sens_marche = 2) THEN 
						Consigne_vitesse := rConsigne_vitesse_Pedalier;
					ELSIF (Sens_marche = 1) THEN