Click or drag to resize

MaterialCarriersLoaded Class

Sent when a material carrier (typcially containing 1 or more material packages) is loaded at an endpoint.
{
  "Carriers": [
    {
      "LocationIdentifier": "5555646453",
      "LocationName": null,
      "CarrierInformation": {
        "UniqueIdentifier": "1233333",
        "Name": null
      }
    },
    {
      "LocationIdentifier": "5555646455",
      "LocationName": "LANEA",
      "CarrierInformation": {
        "$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
        "BaseUniqueIdentifier": "123335",
        "BaseName": "MULTILANEFEEDER123335",
        "LaneNumber": 1,
        "TapeWidth": 8.0,
        "TapePitch": 4.0,
        "UniqueIdentifier": "1233335A",
        "Name": "TAPEFEEDER8mm1233335A"
      }
    },
    {
      "LocationIdentifier": "5555646455",
      "LocationName": "LANEB",
      "CarrierInformation": {
        "$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
        "BaseUniqueIdentifier": "123335",
        "BaseName": "MULTILANEFEEDER123335",
        "LaneNumber": 2,
        "TapeWidth": 8.0,
        "TapePitch": 4.0,
        "UniqueIdentifier": "1233335B",
        "Name": "TAPEFEEDER8mm1233335B"
      }
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.StorageMaterialCarriersLoaded

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

The MaterialCarriersLoaded type exposes the following members.

Constructors
 NameDescription
Public methodMaterialCarriersLoaded Default constructor
Top
Properties
 NameDescription
Public propertyCarriers There are two usage cases are available for this message: 1) Load MaterialCarrier directly to Endpoint (LocationIdentifier = Endpoint Slot Identifier, CarrierInformation = Carrier to be loaded) 2) Load MateriialCarrier to another MaterialCarrier (LocationIdentifier = Identifier of new parent carrier, CarrierInformation = Identifier of carrier to be loaded)
Top
See Also