IEC_BACNET_FP_STATES_PARAM (STRUCT)ΒΆ
TYPE IEC_BACNET_FP_STATES_PARAM : STRUCT
Contains the data for the Change of State fault type
Change of State specifies an event that occurs when the value of the referenced property becomes equal to one of the values contained in the List_Of_Fault_Values.
- InOut:
Name
Type
Comment
faultValueCount
Number of entries in the List_Of_Fault_Values
pFaultValues
POINTER TO IEC_BACNET_PROPERTY_STATES
This parameter is a list of BACnetPropertyStates that apply to the CHANGE_OF_STATE event algorithm. This event algorithm applies to referenced properties that have discrete or enumerated values. The List_Of_Values is a subset of the possible values that the property may have. If the value of the referenced property changes to one of the values in the List_Of_Fault_Values, then the Event_State property of the Event Enrollment object makes a transition TO-FAULT and appropriate notifications are sent.