Click or drag to resize

GetResourceMaintenanceStatusResponse 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:

{
  "Result": null,
  "Machine": {
    "UniqueIdentifier": "10000000",
    "Name": "SIPLACE SX4",
    "Vendor": null,
    "ModelNumber": null,
    "SerialNumber": null,
    "SoftwareVersion": null,
    "FirmwareVersion": null
  },
  "ResourceMaintenanceDetails": [
    {
      "$type": "CFX.Structures.Maintenance.SMTTapeFeederInformation, CFX",
      "MultiLanes": [
        {
          "CycleCount": 1002,
          "LaneNumber": 1,
          "UniqueIdentifier": "09ASMS500302_Lane_1"
        },
        {
          "CycleCount": 3451,
          "LaneNumber": 2,
          "UniqueIdentifier": "09ASMS500302_Lane_2"
        }
      ],
      "ResourceName": "8mm-X Tape_2.14",
      "ResourceIdentifier": "08FAUT901183",
      "ResourceType": "8mm-X Tape",
      "ResourcePosition": "2.14",
      "MaintenanceStatus": {
        "Reason": "No reason",
        "ResultState": "Ok"
      }
    }
  ]
}

Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.MaintenanceGetResourceMaintenanceStatusResponse

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

The GetResourceMaintenanceStatusResponse 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 response about maintenance details of this resource.
Public propertyResult The result of the request
Top
See Also