FieldServer FS-8700-41 Computer Drive User Manual


 
FS-8700-41 Simplex 4100 Driver Manual Page 34 of 58
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-2296 Toll_Free: 888-509-1970 email: support@fieldserver.com
Appendix A.12. Advanced Map Descriptor Example 3 - 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
Appendix A.13. Advanced Map Descriptor Example 4 - Panel Revision Information
It is best to define tie DA_REV_INFO array as format BYTE and if you use RUINET to monitor this Data Array change the display
format to string so that you can read the information
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.