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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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