[r21]: / ecu_at135_v1c_aladdin / StandardPLC / Plc Logic / Application / 001.Global_Box / Outputs / Fct_electrovannes / svnobj  Maximize  Restore  History

Download this file

40 lines (38 with data), 6.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
TYPE Fct_electrovannes :
STRUCT
	xReset_error_out_EV:				BOOL;	
	
	xEV_multidique:						BOOL; // Multidisque
	xError_EV_multidique:				BOOL;
	xEV_multidique_outstate:			BOOL;
	uiEV_multidique_volt:				UINT;
	uiEV_multidique_current:			UINT;
	uiEV_multidique_channel:			UINT	:= 204;
	xEV_line_steering:					BOOL; // Ligne Direction
	xError_EV_line_steering:			BOOL;
	xEV_line_steering_outstate:			BOOL;
	uiEV_line_steering_volt:			UINT;
	uiEV_line_steering_current:			UINT;
	uiEV_line_steering_channel:			UINT	:= 205;
	xEV_line_frontbrake:				BOOL; // Ligne hydraulique frein avant
	xError_EV_line_frontbrake:			BOOL;
	xEV_line_frontbrake_outstate:		BOOL;
	uiEV_line_frontbrake_volt:			UINT;
	uiEV_line_frontbrake_current:		UINT;
	uiEV_line_frontbrake_channel:		UINT	:= 206;
	xEV_discharge_rearbrake:			BOOL; // D
charge accu frein arri
re
	xError_EV_discharge_rearbrake:		BOOL;
	xEV_discharge_rearbrake_outstate:	BOOL;
	uiEV_discharge_rearbrake_volt:		UINT;
	uiEV_discharge_rearbrake_current:	UINT;
	uiEV_discharge_rearbrake_channel:	UINT	:= 301;
	xEV_discharge_frontbrake:			BOOL; // D
charge accu frein avant
	xError_EV_discharge_frontbrake:		BOOL;
	xEV_discharge_frontbrake_outstate:	BOOL;
	uiEV_discharge_frontbrake_volt:		UINT;
	uiEV_discharge_frontbrake_current:	UINT;
	uiEV_discharge_frontbrake_channel:	UINT	:= 302;A
END_STRUCT
END_TYPE