Sent when a group of materials or production units that is being transported
through the factory environment arrives at a way point along its path source
to destination.
{
"TransportOrderId": "TR329483249830000",
"Comments": "Arrived SMT Production Area",
"Status": "InTransit",
"TrackedBy": {
"OperatorIdentifier": "BADGE4486",
"ActorType": "Human",
"LastName": "Doe",
"FirstName": "John",
"LoginName": "john.doe@domain1.com"
},
"RelatedWorkOrderId": "WO2384702937403280032",
"Checkpoint": "SMT STAGING AREA 1",
"FinalDestination": "LINE 1",
"NextCheckpoint": "LINE 1"
}
Inheritance Hierarchy Namespace: CFX.Materials.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class CheckpointReached : CFXMessage
Public Class CheckpointReached
Inherits CFXMessage
The CheckpointReached type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Checkpoint |
The name of the check point that was reached
|
 | Comments |
Human readable comments related to this arrival (where applicable)
|
 | FinalDestination |
The name of the final destination of this transport order
|
 | NextCheckpoint |
The name of the next anticipated check point along the transport
order's path from source to final destination
|
 | RelatedWorkOrderId |
The related production work order number (optional, where applicable)
|
 | Status |
The status of this transport order at the time of the event
|
 | TrackedBy |
The operator who recorded the arrival (optional, where applicable)
|
 | TransportOrderId |
The number of the related transport order
|
Top
See Also