Click or drag to resize

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

Namespace: CFX.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetResourceMaintenanceStatusRequest : CFXMessage

The GetResourceMaintenanceStatusRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyMachine 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
Public propertyResourceMaintenanceDetails Dynamic structure that describes the request about maintenance details of this resource.
Top
See Also