StartTransferRequest Class |
** NOTE: ADDED in CFX 2.0 **
This message informs a machine that an AMR has arrived at its location and materials can be transferred from/to the AMR to/from the machine
{
"TransportOrderId": "T789012",
"RelatedWorkOrderId": "WO000567",
"Materials": {
"TransportedTools": [
{
"UniqueIdentifier": "ID000234",
"Name": "Tool 1"
},
{
"UniqueIdentifier": "ID000567",
"Name": "Tool 2"
}
],
"TransportedMaterialPackages": [
{
"UniqueIdentifier": "ID0AB123C",
"InternalPartNumber": "PN12345",
"InternalPackageName": "Package components type 1",
"Quantity": 100000.0,
"LeadingMaterialPackage": null,
"BatchId": "B123",
"BatchMaterialPackage": null,
"GreyZone": 0.0
},
{
"UniqueIdentifier": "ID0ZW234X",
"InternalPartNumber": "PN67890",
"InternalPackageName": "Package components type 2",
"Quantity": 120000.0,
"LeadingMaterialPackage": null,
"BatchId": "B567",
"BatchMaterialPackage": null,
"GreyZone": 0.0
}
]
},
"StartedBy": "Jon Doe"
}
Inheritance Hierarchy Namespace: CFX.Materials.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class StartTransferRequest : CFXMessage
Public Class StartTransferRequest
Inherits CFXMessage
The StartTransferRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Materials |
A list of the specific materials, WIP, and / or production units that are to be transported for this transport order
|
 | RelatedWorkOrderId |
The related production work order ID (where applicable)
|
 | StartedBy |
The application or operator who initiated the new transport order
|
 | TransportOrderId |
The order ID of the new transport order
|
Top
See Also