[r21]: / ecu_at135_v1c_aladdin / StandardPLC / Plc Logic / Application / 003b.Gestion_Défauts / Gestion_Defauts / svnobj  Maximize  Restore  History

Download this file

15 lines (13 with data), 3.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
PROGRAM Gestion_Defauts
VAR
	byteCode1_error_braking:		BYTE;
	byteCode2_error_braking:		BYTE;
	
	byteCode1_error_outputs:		BYTE;
	byteCode2_error_outputs:		BYTE;
END_VAR&
-----------------------------------------------------------------------------------------------------*)
VD_error_communication();
Fonction: Montoring braking errors
Bytecodes_braking_error();
Fonction: Monitoring output wrapper errors
Bytecodes_output_error();