JobOrderDataType
http://opcfoundation.org/UA/TTD/
1.0.0
2025-03-01
NodeId | ns=1;i=3025 |
NodeClass | DataType |
BrowseName | 1:JobOrderDataType |
DisplayName | JobOrderDataType |
BaseType | 0:Structure |
IsAbstract | False |
Field Name | Data Type | Is Optional | Description |
---|---|---|---|
JobId | 0:String | The unique id given to the job by the client (MES) | |
RecipeId | 1:RecipeIdDataType | The available recipes are stored on the TTD and are referenced by their id. | |
NumberOfTests | 1:TestNumDataType[] | This array contains TestNumDataType structures that describe how many tests per procedures have to be performed. | |
SampleInfos | 1:SampleInfoDataType[] | This array contains SampleInfoDataType structures that hold the information about the samples that have to be tested. | |
CarrierTypeId | 0:String | Id to identify the creel geometry of the geometry of the fiber container. | |
CarrierId | 0:String | Id of the fiber container or carrier/creel. For creels represents the number of the creel wagon. | |
AdditionalInfo | 0:KeyValuePair[] | Yes | A set of key/value pairs to provide additional information for a job. |
Scheduled | 0:Boolean | Indicates if a job was scheduled by a remote client(MES). |