beautypg.com

Map descriptor example 1. - read panel time, Map descriptor example 2 - write panel time – FieldServer FS-8700-41 User Manual

Page 14

background image

FS-8700-41 Simplex 4100 Driver Manual

Page 14 of 48

FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com

Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: [email protected]

5.3.5 Map Descriptor Example 1. - Read Panel Time

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , sim4100_func , Scan_Interval , Length
Time_Mapdesc

, DA_TIME

, 0

, RDBC

, Node_A

, Time

, 30s

, 70

5.3.6 Map Descriptor Example 2 - Write Panel Time

Use Ctime to set the panel time and date and use Time just to set the hour minute and seconds. If the hour is zero then the driver does not send a write
message to the panel.

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , sim4100_func , Scan_Interval , Length
Time_Mapdesc

, DA_TIME

, 0

, Wrbc

, Node_A

, CTime

, 30s

, 7

Time_Mapdesc

, DA_TIME

, 0

, Wrbc

, Node_A

, Time

, 30s

, 7

5.3.7 Map Descriptor Example 3 - Panel Revision Information

Define the DA_REV_INFO array as format BYTE and if using RUINET to monitor this Data Array change the display format to string to render the information
readable.

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , sim4100_func , Scan_Interval , Length
Error_Mapdesc

, DA_REV_INFO

, 0

, Rdbc

, Node_A

, Revision

, 30s

, 200


Index 0: Hour (24 hour clock)
Index 1: Minute
Index 2: Second
Index 3: Day of week
Index 4: Day of month
Index 5: Month
Index 6: Year (since 2000)

Rdb may be sufficient as this data
does not change.