Settings
- Last UpdatedFeb 20, 2020
- 1 minute read
Settings are located in the <SETTINGS> sub-root each with a dedicated property:
|
<InitialCommand> |
contains the initial command (Start, Stop, Hold, SingleStep) |
|
<HaltOnConditionError> |
specifies if program processing should halt on error condition (1) or not (0) |
|
<HaltOnOutputError> |
specifies if program processing should halt on output error (1) or not (0) |
|
<ResumeAfterFailover> |
specifies if processing should resume after a failure (1) or not (0). |
Caution: The properties are case-sensitive. For example: If you specify <initialcommand> instead of <InitialCommand> the XML property is not recognized.