IEC_BACNET_FP_EXT_PARAM (STRUCT)ΒΆ
TYPE IEC_BACNET_FP_EXT_PARAM : STRUCT
Contains the data for the Extended fault type
Extended specifies a propritary fault algorithm. It contains vendorID, extendedFaultType, and a sequence of parameters. Each parameter can be any primitive data type or a reference to a property.
- InOut:
- Name - Type - Comment - vendorID- This parameter, of type Unsigned, is a vendor identification code, assigned by ASHRAE, which is used to distinguish proprietary extensions to the protocol. - extendedFaultType- This parameter, of type Unsigned, is a value selected by the organization indicated by Vendor_Id, which specifies the interpretation of the Parameters parameter. - parametersCount- Count of Parameters in the List_Of_Parameters - pParameters- POINTER TO IEC_BACNET_FP_E_PARAMETER - This parameter consists of a set of data values whose interpretation is specified by the combination of Vendor_Id and Extended_Fault_Type. The set of data values constitutes the set of input parameters for the proprietary algorithm. 
