132
Curtis 1232E/34E/36E/38E & 1232SE/34SE/36SE Manual, os 30
24 NOVEMBER 2015
8 — VCL
START_PUMP()
This function is used to turn on the pump lift contactor (pin 4). If the parameter
Drivers » Driver3 » Contactor Enable = On (VCL HydraulicContactorEnable bit variable
= On), the VCL function Start_Pump() will turn on the pump lift contactor (Driver 3).
When HydraulicContactorEnable = On and neither Start_Pump() nor Stop_
Pump() has been called, the pump lift contactor is Off.
Syntax Start_Pump()
Parameters None.
Returns
0 – Pump start function not enabled.
1 – Pump start function successfully enabled.
Error Codes None.
Example Start_Pump()
This will turn on the pump lift contactor.
STOP_PUMP()
This function is used to turn off the pump lift contactor (pin 4). If the parameter Driv-
ers » Driver3 » Contactor Enable = On (VCL HydraulicContactorEnable bit variable =
On), the VCL function Start_Pump() will turn off the pump lift contactor (Driver 3).
When HydraulicContactorEnable = On and neither Start_Pump() nor Stop_
Pump() has been called, the pump lift contactor is Off.
Syntax Stop_Pump()
Parameters None.
Returns
0 – Pump stop function not enabled.
1 – Pump stop function successfully enabled.
Error Codes None.
Example Stop_Pump()
This will turn off the pump lift contactor.