7.19.3.6 Method SetFaultAlgorithm
This Method sets the fault algorithm for the FaultEvaluation Object.
Signature
SetFaultAlgorithm (
[in] BACnetFaultParameter FaultParameters
);
| Argument | Description |
| FaultParameters | The new event algorithm. The BACnetFaultParameter DataType is defined in 10.6.4. |
Method Result Codes
| ResultCode | Description |
| BadNodeIdUnknown | This status is returned for the BACnet error codes UNKNOWN_OBJECT and UNKNOWN_PROPERTY |
| BadTypeMismatch | This status is returned for the BACnet error codes INVALID_DATATYPE and DATATYPE_NOT_SUPPORTED |
| BadOutOfRange | This status is returned for the BACnet error code VALUE_OUT_OF_RANGE |
| BadNotWritable | This status is returned for the BACnet error code WRITE_ACCESS_DENIED |