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 Namespace: CFX.ProductionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class BlockMaterialLocationsRequest : CFXMessage
Public Class BlockMaterialLocationsRequest
Inherits CFXMessage
The BlockMaterialLocationsRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Comments |
Free form comments indicating additional information about this block event.
|
 | Locations |
A list of locations to be blocked
|
 | Reason |
An enumeration indicating the reason for the block.
|
Top
See Also