10 — VEHICLE CONTROL LANGUAGE (VCL)
Curtis 1232E/34E/36E/38E & 1232SE/34SE/36SE/38SE Manual, os 31 – May 2017 Return to TOC
pg. 118
DISABLE_PRECHARGE( )
is function is designed to abort the precharge function and clear any precharge fault. is function
aborts the request for precharge of the capacitor bank from KSI. e resultant state of the precharge
variable (Precharge_State) will be set to = 3 (for precharge aborted). e precharge states are:
0 – Precharge has not yet been done.
1 – Precharge is in progress.
2 – Precharge has passed.
3 – Precharge has been aborted by the Disable_Precharge() function.
4 – Precharge has exceeded the precharge resistor energy limit.
5 – Precharge has exceeded the one-second time limit.
Syntax:
Disable_Precharge()
Parameters: None.
Returns:
0 – Precharge not enabled.
1 – Precharge successfully enabled.
Error Codes: None.
Example:
Disable_Precharge()
This will attempt to abort the precharge of the capacitor bank
and will clear any precharge fault.