GetResourceMaintenanceStatusRequest Class |
** NOTE: ADDED in CFX 1.3 **
Dynamic response from external systems with detailed information about a resource maintenance status.
This is typically used for resource that may undergo maintenance operations (e.g. SMTTapeFeederInformation)
Example for SMT Endpoint:
{
"Machine": {
"UniqueIdentifier": "10000000",
"Name": "SIPLACE SX4",
"Vendor": null,
"ModelNumber": null,
"SerialNumber": null,
"SoftwareVersion": null,
"FirmwareVersion": null
},
"ResourceMaintenanceDetails": [
{
"$type": "CFX.Structures.Maintenance.SMTTapeFeederInformation, CFX",
"MultiLanes": null,
"ResourceName": "8mm-X Tape_2.14",
"ResourceIdentifier": "08FAUT901183",
"ResourceType": "8mm-X Tape",
"ResourcePosition": "2.14",
"MaintenanceStatus": null
}
]
}
Inheritance Hierarchy Namespace: CFX.MaintenanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class GetResourceMaintenanceStatusRequest : CFXMessage
Public Class GetResourceMaintenanceStatusRequest
Inherits CFXMessage
The GetResourceMaintenanceStatusRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Machine |
The barcode, RFID, or other unique identifier that is used to identify this machine / endpoint.
NOTE: in case the resource is not attached to the endpoint / machine, this field shall be null
|
 | ResourceMaintenanceDetails |
Dynamic structure that describes the request about maintenance details of this resource.
|
Top
See Also