Advisory Text Keywords Overview


Advisory Text Keywords



The advisory text display is a useful function that allows you to display up to 4 lines of text in an overlay manner on an open advisory image. Advisory text Keywords extend the usefulness of the advisory text fields by making it possible for you to embed dynamic fields in the displayed text. When you include one of the keywords in your advisory text, RASTRAC will automatically evaluate the keyword at time of advisory execution and display the evaluated result instead of the keyword. Valid keywords are available in the keyword dropdown list on the 'Advisory Settings...Name' dialog box and are also described below.

KeywordDefinitionExample evaluated result
{{ID}}Vehicle ID116103204156
{{VID}}Vehicle AliasPATROL
{{LAT}}LatitudeN30 27 25.064
{{LON}}LongitudeW097 47 36.167
{{UTMPOS}}UTM Position34TCQ 3472 1120
{{SPEED}}Speed24.5 mph
{{COURSE}}Course325 deg
{{ALTITUDE}}Altitude7500 feet
{{TIME}}Vehicle's Time18:12:32
{{DATE}}Vehicle's Date25JUN2004
{{PCTIME}}Local PC Time18:12:35
{{PCDATE}}Local PC Date25JUN2004
{{ADDRESS}}Full Address13706 Research Blvd., Austin TX 78750
{{STREET}}Street Address13706 Research Blvd.
{{CITY}}CityAustin
{{COUNTY}}CountyTravis
{{STATE}}StateTX
{{ZIPCODE}}Zip Code78750
{{EVENT}}Event NameEmergency!
{{RAWEVENT}}Event (decimal)99
{{DISTANCE}}Distance Traveled14 sm 359 ft
{{SATELLITES}}Satellites5
{{GPS}}GPS StateEstimated
{{INPUTS}}Inputs (text)Ignition On Door Open In #3 Off
{{RAWINPUTS}}Inputs (bits)3
{{MESSAGE}}Message (text)Please send directions
{{NEARESTPOINT}}Nearest PointManning
{{ANALOG1}}Analog Input 1128
{{ANALOG2}}Analog Input 20
{{ANALOG3}}Analog Input 3255
{{ANALOG4}}Analog Input 40
{{HDOP}}HDOP1.6
{{PDOP}}PDOP1.0
{{GDOP}}GDOP2.1
{{VDOP}}VDOP2.9
{{RATEOFCLIMB}}Rate of Climb1.0
{{CUSTOM1}}Long Integer0
{{CUSTOM2}}Long Integer0
{{CUSTOM3}}Short Integer0
{{CUSTOM4}}Short Integer0
{{CUSTOM5}}Byte0
{{CUSTOM6}}Byte0
{{CUSTOMTEXT1}}ASCII Text
{{CUSTOMTEXT2}}ASCII Text
{{CUSTOMTEXT3}}ASCII Text
{{SENSOR1}}Sensor 132.5
{{SENSOR2}}Sensor 2132.6
{{SENSOR3}}Sensor 30.0
{{SENSOR4}}Sensor 40.0
{{SENSOR5}}Sensor 50.0
{{SENSOR6}}Sensor 60.0
{{SENSOR7}}Sensor 70.0
{{SENSOR8}}Sensor 80.0
{{BATTERY}}Battery Volts12
{{AUXBATTERY}}Auxiliary Battery (%)100
{{ENGINEID}}Engine Id17
{{ENGINEHOURS}}Engine Hours1257
{{ODOMETER}}Odometer (miles)23456.1
{{ENGINERPM}}Engine RPM2750
{{ERRORCODE}}Error Code21
{{DRIVERID}}Driver ID34976
{{VIN}}VIN1HGCG6675WA026100

Advisory Keywords may be used anywhere in the Advisory Text lines. To be recognized by RASTRAC, the keyword MUST be enclosed within double braces, as shown above. A Keyword must be entirely contained on a single line; i.e., the keyword may not begin on one line and end on the next line. Using {{ID}} will always display the actual vehicle ID (not the alias). Using {{VID}} will display the vehicle alias if available otherwise the vehicle ID will be used. Not all modems support all of the fields listed. So, some keywords may not be available for a selected vehicle (e.g. {{DRIVERID}}, {{VIN}}, etc...).

Note: Keywords can also be used in the ‘Entry Application’ and ‘Exit Application’ strings (e.g. C:\Email\Email.exe {{ID}} – could send an e-mail to the vehicle ID entered if you had a program to send e-mails (Email.exe) with a vehicle ID (116103204156) as a command line argument).