MaterialCarriersLoaded Class |
[This is preliminary documentation and is subject to change.]
{ "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, "Width": "Tape8mm", "Pitch": "Adjustable", "UniqueIdentifier": "1233335A", "Name": "TAPEFEEDER8mm1233335A" } }, { "LocationIdentifier": "5555646455", "LocationName": "LANEB", "CarrierInformation": { "$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX", "BaseUniqueIdentifier": "123335", "BaseName": "MULTILANEFEEDER123335", "LaneNumber": 2, "Width": "Tape8mm", "Pitch": "Adjustable", "UniqueIdentifier": "1233335B", "Name": "TAPEFEEDER8mm1233335B" } } ] }
Namespace: CFX.Materials.Storage
The MaterialCarriersLoaded type exposes the following members.
Name | Description | |
---|---|---|
![]() | Carriers |
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)
|