Specifications
AVIDdirector-M2M™ Technical Reference Guide
February 5, 2009 ©AVIDwireless 2004-2009 All Rights Reserved Page 17 of 55
.MATCH_TIMESTAMPS true|false. Defaults to false but if set true then the all NMEA sentences
must have the same time stamp or we won't send their data to the
portal. This ensures accurate GPS data for position, altitude, speed
and direction.
.UPDATE_RTC_TIME true|false. Defaults to true to update the AVIDdirector RTC with the
GPS timestamp.
.UPDATE_RTC_TIME_INTERVAL How often to ensure the AVIDdirector RTC is updated?
Defaults to once a day.
.MAX_ALLOW_GPS_RTC_DIFFERENCE Maximum time between the RTC and GPS time
before we reboot the system when updating the RTC. Defaults to 30
minutes. If the time correction is greater than this then we could lose
readings or not respond correctly.
.ENHANCED_GPS true|false. If set true the M2MXML includes altitude, speed and direction.
Defaults to false
.SPEED_UNITS Can be MPH for miles per hour, KPH for Kilometers per hour. If blank
defaults to Knots
.TRIGGER_FASTPOLL_SPEED If the speed is above this value we report readings at the
FASTPOLLTIME rate. If slows below this rate then the standard
POLLING rate.
.TRIGGER_FASTPOLL_METERS If the distance moved between GPS readings is more than
this distance in meters, we move to the FASTPOLLTIME rate. If below
then drops to standard polling rate.
.FASTPOLLTIME Time in milliseconds to report when we have exceeded the
TRIGGER_FASTPOLL_SPEED or TRIGGER_FASTPOLL_METERS
§ Sirit_OEM400_RFIDReader. (Also - Sirit_OEM200_RFIDReader) Class
com.avidwireless.AVIDdirector.iodevice.Sirit_OEM400_RFIDReader implements the
Sirit (see http://www.sirit.com) OEM-400 RFID reader for HF (13.5 Mhz) RFID tags and
com.avidwireless.AVIDdirector.iodevice.Sirit_OEM400_RFIDReader implements the
OEM-200 UHF reader. This allows reading the Tag ID and Data blocks, either as a String or
byte array, and writing the Data blocks as a String or byte array. Parameters that may be set via
either the M2MApp.ini file or over the air using M2MXML SetConfiguration portal commands
are:
§ KeyName.SERIAL_PORT = serial1
§ KeyName.SERIAL_PORT_BAUD_RATE = 4800
§ KeyName.SERIAL_PORT_TIMEOUT = serial1
§ KeyName.TAGTYPE = ISO (HF) or 0,1 or 2 (UHF)
§ KeyName READ_REPEAT = 4
§ KeyName.ENABLE = true
§ BPI216_SerialLCD. This class is for the Scott Edwards (see http://www.seetron.com ) BPI-216
Serial LCD Module. The BPI-216 is a 2-line by 16-character LCD with a serial interface for easy
use. This allows sending messages to the display to show progress or to ask the operator to
perform settings of a device. The BPI -216 has a switch selectable baud rate that must be set to
9600 baud for communication with this class. This is implemented using the
com.avidwireless.AVIDdirector.iodevice.BPI216_SerialLCD class. Parameters that may