This ObjectType describes a SubStateMachine that a job order may use while already stored in the system but not being executed. The ObjectType formally defined in Table 40.
The component Variables of the ISA95PrepareStateMachineType have additional Attributes defined in Table 42.
Table 42 – ISA95PrepareStateMachineType Attribute values for child Nodes
BrowsePath
Value Attribute
Description
Waiting
The necessary pre-conditions have not been met and the job order is not ready to run.
1
Ready
The necessary pre-conditions have been met and the job order is ready to run, awaiting a Start command.
2
Loaded
In situations where only one job may be in active memory and is able to be run, then the job is loaded in active memory, the necessary pre-conditions have been met, and the job order is ready to run, awaiting a Start command.
3
FromWaitingToReady
This transition is triggered when the system is ready to start the execution of the job order.
1
FromReadyToLoaded
This transition is triggered when the program or configuration to execute the job order is loaded.
2
FromReadyToWaiting
This transition is triggered when the system is not ready to start the execution of the job order anymore.
3
FromLoadedToReady
This transition is triggered when the program or configuration to execute the job order is unloaded.
4
FromLoadedToWaiting
This transition is triggered when the system is not ready to start the execution of the job order anymore.