GetLoadedMaterialsResponse Class |
[This is preliminary documentation and is subject to change.]
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": "SETUP OK"
},
"Materials": [
{
"LocationIdentifier": "5555646453",
"LocationName": "SLOT45",
"MaterialPackage": {
"UniqueIdentifier": "MAT4566556456",
"InternalPartNumber": "IPN47788",
"Quantity": 887.0
},
"CarrierInformation": {
"UniqueIdentifier": "1233333",
"Name": null
}
},
{
"LocationIdentifier": "5555646454",
"LocationName": "SLOT50",
"MaterialPackage": {
"UniqueIdentifier": "MAT4566554543",
"InternalPartNumber": "IPN48899",
"Quantity": 748.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
"BaseUniqueIdentifier": "123334",
"BaseName": null,
"LaneNumber": 1,
"Width": "Tape8mm",
"Pitch": "Adjustable",
"UniqueIdentifier": "1233334",
"Name": "TAPEFEEDER8mm1233334"
}
},
{
"LocationIdentifier": "5555646457",
"LocationName": "92.1",
"MaterialPackage": {
"UniqueIdentifier": "MAT4566589856",
"InternalPartNumber": "IPN45577",
"Quantity": 151.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTrayFeeder, CFX",
"CellDimensionX": 17.0,
"CellDimensionY": 17.0,
"CellCountX": 8,
"CellCountY": 3,
"CellPitchX": 0.0,
"CellPitchY": 0.0,
"UniqueIdentifier": "1233337",
"Name": "MATRIXTRAY1233337"
}
}
]
}Namespace: CFX.Materials.Storage
The GetLoadedMaterialsResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Materials |
A list of the materials stored at the process endpoint, including
storage location information.
| |
| Result |
The result of the request
|