Appendix A.5.3. Using Intrinsic Reporting For A Multistate Value - SMC Networks FieldServer FS-8700-16 BACnet PTP Driver Manual

Serial
Table of Contents

Advertisement

Appendix A.5.3. Using Intrinsic Reporting for a Multistate Value

To use Intrinsic Reporting for a Multistate value, it is necessary to classify each of the states as either
Normal, Alarm or Trouble. This is done by adding another column to the Offset_Table, called
Table_User_Value. Each state is then classified by inserting one of the following values in its row:
0 = normal
1 = alarm
2 = fault
//set up a look up table
Offset_Table
Offset_Table_Name
FIRE_ALRM_TEXT
FIRE_ALRM_TEXT
FIRE_ALRM_TEXT
FIRE_ALRM_TEXT
FIRE_ALRM_TEXT
FIRE_ALRM_TEXT
NOTE: The state value (Table_Index_Value) is an enumerated value between 1 and 16. Zero is not
a valid value, but since many client side configurations will wake up with values of zero,
the BACnet Server will treat a value of zero as a normal value (i.e. not as an alarm or fault
value).
, Table_String
, Table_Index_Value
, SYSTEM READY
, 1
, ALARM
, 2
, MAINTENANCE
, 3
, OFF-LINE
, 4
, IN SERVICE
, 5
, OTHER
, 6
Page 19 of 34
BACnet PTP Serial Driver Manual
, Table_User_Value
, 0
, 1
, 2
, 2
, 0
, 2

Advertisement

Table of Contents
loading

Table of Contents