Click or drag to resize

BlockMaterialLocationsRequest Class

Sent to a process endpoint to block or disable a particular material setup location. This is typically used where a loaded material may become unsuitable for use, for example MSD expiry of an SMT material.
{
  "Reason": "ExpiredMaterial",
  "Comments": "MSD Material Has Expired",
  "Locations": [
    {
      "LocationIdentifier": "23143433",
      "LocationName": "SLOT45",
      "MaterialPackage": null,
      "CarrierInformation": null
    },
    {
      "LocationIdentifier": "23143454",
      "LocationName": "SLOT46",
      "MaterialPackage": null,
      "CarrierInformation": null
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionBlockMaterialLocationsRequest

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class BlockMaterialLocationsRequest : CFXMessage

The BlockMaterialLocationsRequest type exposes the following members.

Constructors
 NameDescription
Public methodBlockMaterialLocationsRequest Default constructor
Top
Properties
 NameDescription
Public propertyComments Free form comments indicating additional information about this block event.
Public propertyLocations A list of locations to be blocked
Public propertyReason An enumeration indicating the reason for the block.
Top
See Also