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
5.3.5
Map Descriptor Example 1. - Read P anel T ime
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 P anel 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 Inform ation
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.