Click or drag to resize

CheckpointReached Class

[This is preliminary documentation and is subject to change.]

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.
{
  "TransportOrderNumber": "TR329483249830000",
  "Comments": "Arrived SMT Production Area",
  "Status": "InTransit",
  "TrackedBy": {
    "OperatorIdentifier": "957cc475-bd65-4289-9c7a-1a89aa9adaed",
    "ActorType": "Human",
    "FullName": "John Doe",
    "LastName": "Doe",
    "FirstName": "John",
    "LoginName": "john.doe@domain1.com"
  },
  "RelatedWorkOrderNumber": "WO2384702937403280032",
  "Checkpoint": "SMT STAGING AREA 1",
  "FinalDestination": "LINE 1",
  "NextCheckpoint": "LINE 1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportCheckpointReached

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

The CheckpointReached type exposes the following members.

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 propertyRelatedWorkOrderNumber
The related production work order number (where applicable)
Public propertyStatus
The status of this transport order at the time of the event
Public propertyTrackedBy
The operator who recorded the arrival (where applicable)
Public propertyTransportOrderNumber
The number of the related transport order
Top
See Also