
Conductor Script Commands
The FindPrimary command is normally used to check the status of the primary engine unit (using the ShowStatus Script command), to change its state (using the SetState and Shutdown Script commands), and to perform process execution and engine database management tasks.
FindUnit
The FindUnit command sets the specified engine unit for the current engine as the current component.
FindUnit unit_name
Argument Description
unit_name The specified engine unit.
The FindUnit command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine. The specified engine unit must also be running.
The FindUnit command is normally used to check the status of a specific engine unit (using the ShowStatus Script command) or to change its state (using the SetState and Shutdown Script commands). If the engine unit is the primary engine unit then you can also perform process execution and engine database management tasks.
FlushLog
The FlushLog command removes all the data held in the history log database tables of the current engine.
The FlushLog command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.
You can use the FlushLog command when the history log database grows too large. Typically you would first back up the current database or export the history log tables.