User's Manual

V7 EXTERNAL ANTENNA RTLS MODULE USER MANUAL
© 2020 Redpoint Positioning Corp. Restricted Distribution 11
3.9. Certification and Marking
The RTLS module is certified for the following countries and regions:
Country or Region (Certification Authority) ID or Marking
USA (FCC) 2ADX4-MODV7
Canada (IC) 12677-MODV7
European Union CE marking for emission, safety and environmental
China, including Hong Kong (CMIIT)
TABLE 7. REGULATORY CERTIFICATIONS
Products containing Redpoint RTLS modules are required to display the following on the
product label when sold in the US: “containing FCC ID 2ADX4-MOD7V.”
Products containing Redpoint RTLS modules are required to display the following on the
product label when sold in Canada: “containing IC: 12667-MOD7V.
Software Design
4.1. Data Types and Sizes
Table 8 specifies data types and sizes used in this document.
Type Range Description
int8 -128 to 127 Signed 8-bit integer
int16 -32,768 to 32,767 Signed 16-bit integer
int32 -2,147,483,648 to 2,147,483,647 Signed 32-bit integer
uint8 0 to 255 Unsigned 8-bit integer
uint16 0 to 65,535 Unsigned 16-bit integer
uint32 0 to 4,294,967,295 Unsigned 32-bit integer
string ASCII ASCII character string
hex[N] 0-9,A-F, a-f Hexadecimal string representing N/2 bytes
TABLE 8 DATA TYPES
4.2. Module Communication Interfaces
The RTLS module outputs various application data, such as tags’ positions, application alarms
and messages. The module accepts input messages including configuration, commands and
user data to be sent directly to the server.
For the rest of this document, the direction of the message is defined with respect to the
module.
Messages shall be ASCII strings terminated with the LF (0x0A). Output messages are preceded
with the # (pound) character followed by the message type. Optionally, a message can have
content fields. Content of the message is generally in the form of variable=value separated by
spaces.