Click or drag to resize

HandleFaultRequest Class

This request allows an external source to modify the behaviour for this dedicated fault in such a way that the equoipment itself is not indicating the operator to handle this fault. Basically the fault should be handled remotly and no operator should be guided by the equipment itself to handle this fault locally on the equipment. HandleFaultResponse message that it sends back to the requester.
{
  "FaultOccurrenceId": "5f643ff3-8928-4079-af7f-926bcafb13f8",
  "HandleRemote": true
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceHandleFaultRequest

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class HandleFaultRequest : CFXMessage

The HandleFaultRequest type exposes the following members.

Constructors
 NameDescription
Public methodHandleFaultRequest Default Constructor
Top
Properties
 NameDescription
Public propertyFaultOccurrenceId A 128-bit unique identifier which uniquely identifier this specific occurrence of the fault
Public propertyHandleRemote Gets or sets a value indicating whether the fault should be handled remotely or not. If handled remotely, the red light should be off on the equipment (at least for this fault)
Top
See Also