engine_start
Purpose:
Launch the engine_start application from gp_test as an @AUXILIARY_TASK procedure.
Enter:
Launch the engine_start application from gp_test as an @AUXILIARY_TASK procedure in the following manner:
@AUXILIARY_TASK
#start_code success_path failure_path
AT_START MODE_TERMINATE 99
#executable_path “command line”
/cyflex/bin/engine_start “/specs/gp/starter.1”
@AUXILIARY_TASK
#start_code success_path failure_path
AT_START MODE_TERMINATE 99
#executable_path “command line”
/cyflex/bin/engine_start “/specs/gp/starter.1”
Where:
where starter.1 is the specification file for engine_start. The spec file must contain a single line with the following fields:
number of attempts to start
threshold RPM for successful start (units are rev/min)
cranking time – – (in milliseconds)
rest time (if attempt fails) – – (in milliseconds)
sustain time $-$$-$ how long RPM must be maintained above threshold to be considered successful) – – (in millseconds)
rest$-$after_fail – – how long to wait before next attempt after failure
speed_variable_label – – the variable label used to measure speed
number of attempts to start
threshold RPM for successful start (units are rev/min)
cranking time – – (in milliseconds)
rest time (if attempt fails) – – (in milliseconds)
sustain time $-$$-$ how long RPM must be maintained above threshold to be considered successful) – – (in millseconds)
rest$-$after_fail – – how long to wait before next attempt after failure
speed_variable_label – – the variable label used to measure speed
Example:
-
1 400 5000 10000 5000 10000 ctl_spd