Click or drag to resize

MaterialsEmpty Class

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

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

The MaterialsEmpty type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsEmpty Default constructor
Top
Properties
 NameDescription
Public propertyEmptyMaterials 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