Click or drag to resize

CheckpointReached Class

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
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportCheckpointReached

Namespace: CFX.Materials.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CheckpointReached : CFXMessage

The CheckpointReached type exposes the following members.

Constructors
 NameDescription
Public methodCheckpointReached 
Top
Properties
 NameDescription
Public propertyCheckpoint The name of the check point that was reached
Public propertyComments Human readable comments related to this arrival (where applicable)
Public propertyFinalDestination The name of the final destination of this transport order
Public propertyNextCheckpoint The name of the next anticipated check point along the transport order's path from source to final destination
Public propertyRelatedWorkOrderId The related production work order number (optional, where applicable)
Public propertyStatus The status of this transport order at the time of the event
Public propertyTrackedBy The operator who recorded the arrival (optional, where applicable)
Public propertyTransportOrderId The number of the related transport order
Top
See Also