JobOrderCommandEnum

http://opcfoundation.org/UA/OPENSCS-SER/

1.00

2019-02-04


NodeId ns=1;i=3006
NodeClass DataType
BrowseName 1:JobOrderCommandEnum
DisplayName JobOrderCommandEnum
Description Describes the possible job order commands.
BaseType 0:Enumeration
IsAbstract False
Name Value Description
Undefined_0 0 Undefined value, should never be seen.
Store_1 1 Command to store the job order in local storage, but not to start the order.
StoreAndStart_2 2 Command to store the job order and start it as soon as the Job Order receiver is ready to start.
Start_3 3 Command to start a stored job order as soon as the receiver is ready to start. Only the Job Orders ID is used to identify the stored job order, all other information is not used. No changes are made to the stored order. If multiple Job Orders have been commanded to Start, then the priority and timing values in the Job Orders shall be used to determine the order of execution of the orders.
Update_4 4 Command to update a stored Job Order that has not yet been started, with the new order information. All previously stored information is replaced.
Stop_5 5 Command to stop a started job order, report on any work done on the order, and remove the stored information. Only the Job Orders ID is used to identify the job order, all other information is not used.
Cancel_6 6 Cancel an un-started job order and remove the stored information. Only the Job Orders ID is used to identify the job order, all other information is not used.
Clear_7 7 Command to allow the Information Receiver to clear any maintained information on the Job Order (usually sent after a receipt of a Job Response with a status of Finished.) Only the Job Orders ID is used to identify the job order, all other information is not used.
Reference NodeClass BrowseName TypeDefinition DataType Other
0:HasProperty Variable 0:EnumValues 0:PropertyType 0:EnumValueType[8] M