Sent when one or more material packages stored at a particular location
become fully exhausted / depleted.
{
"EmptyMaterials": [
{
"LocationIdentifier": "3245434554",
"LocationName": "SLOT22",
"MaterialPackage": {
"UniqueIdentifier": "MAT238908348903",
"InternalPartNumber": "IPN-1222-55555",
"Quantity": 0.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
"BaseUniqueIdentifier": null,
"BaseName": null,
"LaneNumber": 1,
"TapeWidth": 8.0,
"TapePitch": 8.0,
"UniqueIdentifier": "234232432424",
"Name": "FEEDER2245465"
}
},
{
"LocationIdentifier": "3245435784",
"LocationName": "SLOT28",
"MaterialPackage": {
"UniqueIdentifier": "MAT238908323434",
"InternalPartNumber": "IPN-1222-11111",
"Quantity": 0.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
"BaseUniqueIdentifier": null,
"BaseName": null,
"LaneNumber": 1,
"TapeWidth": 8.0,
"TapePitch": 4.0,
"UniqueIdentifier": "234232432424",
"Name": "FEEDER2245465"
}
}
]
}
Inheritance Hierarchy Namespace: CFX.Materials.StorageAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class MaterialsEmpty : CFXMessage
Public Class MaterialsEmpty
Inherits CFXMessage
The MaterialsEmpty type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | EmptyMaterials |
A list of the material locations where the depleted material packages are stored or loaded
at the endpoint. Also includes the material package that is loaded at the location (if known).
For example, if the endpoint is an SMT placement machine, the location identifies
the feeder slot/position where the depleted material package is loaded.
|
Top
See Also