Click or drag to resize

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

Namespace: CFX.Materials.Transport
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class StartTransferRequest : CFXMessage

The StartTransferRequest type exposes the following members.

Constructors
 NameDescription
Public methodStartTransferRequest 
Top
Properties
 NameDescription
Public propertyMaterials A list of the specific materials, WIP, and / or production units that are to be transported for this transport order
Public propertyRelatedWorkOrderId The related production work order ID (where applicable)
Public propertyStartedBy The application or operator who initiated the new transport order
Public propertyTransportOrderId The order ID of the new transport order
Top
See Also