|
|
| (175 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <table class="nd-othertables_2" style="width:90%;"> | | =External RTK coordinate via CAN/RS232 interface with FMC650= |
| | ==Overview== |
| | Activating '''RTK (Real-Time Kinematic)''' coordinate acquisition enables the FMC650 device to process RTK data from CAN. |
| | When configured, the RTK module can provide high-precision coordinates using: |
| | * External RTK receiver via RS232 |
| | * External RTK data via CAN |
| | * Internal GNSS receiver (GNSs) as fallback (does not has RTK) |
| | The device automatically chooses the best available source based on configuration and data quality. |
| | |
| | The following specifications indicate the minimum firmware and configurator version requirement to use RTK coordinate acquisition via CAN on FMC650. |
| | |
| | *Platform: FM65 |
| | * '''Device''': FMC650 |
| | * '''Firmware version''': 03.01.03.Rev.228 |
| | * '''Configurator version''': B.FMX6_R.192 |
| | |
| | ==Method of Operation== |
| | When the RTK option is enabled, the device always tries to use RTK sources first and falls back to internal GNSS if needed. |
| | |
| | '''Source priority''' |
| | #'''RS232 (primary RTK source)''' |
| | #:*The device checks whether any COM port (COM1 or COM2) is configured in RTK mode. |
| | #:*If at least one COM port is configured for RTK and valid data is present, coordinates are taken from RS232. |
| | #'''CAN RTK (secondary RTK source)''' |
| | #:*If RS232 RTK data is not available or is invalid, the device checks the CAN RTK status. |
| | #:*If valid CAN RTK data is available, coordinates are taken from CAN. |
| | #:*A timing check is applied if the time difference between received CAN RTK frames is greater than 2 seconds. The device automatically switches to the internal GNSS receiver (GNS) to keep coordinates up to date. |
| | #'''Internal GNSS (GNS) Fallback''' |
| | #:*If neither RS232 nor CAN provide valid RTK data, the device uses the internal GNSS receiver (GNS) for coordinates. |
| | #'''RTK Disabled''' |
| | #:*If the RTK option is disabled, coordinates are always taken from the internal GNSS receiver. |
| | |
| | '''RTK data from CAN''' |
| | |
| | When CAN is used as the RTK source, the device reads: |
| | *'''Latitude''' |
| | *'''Longitude''' |
| | *'''Altitude''' |
| | *'''Ground speed''' |
| | *'''Course''' |
| | |
| | These values are taken from standard CAN messages designed for GNSS/RTK data. Exact PGNs and signal layouts depend on whether external RTK/ECD/ISOBUS system is being used. |
| | |
| | ==Configurator Setup== |
| | This section describes how to enable RTK as a location source and configure RS232 and CAN usage through the Configurator. |
| | |
| | '''Enabling RTK as a location source''' |
| | [[File:Source Location from RTK.png|right]] |
| | #Open the Configurator and connect to the FMC650 device. |
| | #Navigate to the System tab. |
| | #Find the option “Source Location from RTK” in the '''System Settings''' section. |
| | #Set this option to '''Enable'''. |
| | |
| | When enabled, the device will use RTK data from RS232/CAN if available, with automatic fallback to internal GNSS. |
| | |
| | For advanced configuration (e.g. via commands): |
| | |
| | Source Location from RTK <br> |
| | '''Parameter ID:''' 55000 <br> |
| | '''Values:''' |
| | *'''0''' – Disabled (device uses only internal GNSS) |
| | *'''1''' – Enabled (device uses RTK sources if available) |
| | |
| | Configuring RS232 for RTK Use |
| | If you plan to use an external RTK receiver via RS232: |
| | #Open the RS232/RS485 tab in the Configurator. |
| | #For COM1 or COM2 (or both), set the mode to RTK. |
| | |
| | Relevant parameter IDs: |
| | *'''COM1 mode''' – Parameter ID 151 |
| | *'''COM2 mode''' – Parameter ID 173 |
| | *'''RTK mode''' – Value 60 |
| | If at least one COM port is configured to RTK mode and valid RTK data is received, the device will use RS232 as the main coordinate source. |
| | |
| | [[File:RS232 settings - RTK.png|right]] |
| | |
| | '''Using CAN as the RTK Source''' |
| | CAN-based RTK is used in the following cases: |
| | *None of the RS232 COM ports are configured in RTK mode, or |
| | *RS232 RTK data is not valid or not present. |
| | When those conditions are met and valid CAN RTK data is received: |
| | *The device uses CAN as the coordinate source. |
| | *The device continuously monitors the time between RTK messages. |
| | *If CAN RTK messages are delayed by more than 2 seconds, the device automatically reverts to internal GNSS to avoid stale coordinates. |
| | <br> |
| | RTK data taken from CAN includes: |
| | *'''Latitude |
| | *'''Longitude |
| | *'''Altitude |
| | *'''Ground speed |
| | *'''Course |
| | |
| | Configuration of RTK over CAN (e.g. PGN, source address, bitrate) depends on your external CAN/ISOBUS/RTK infrastructure and should follow that system’sdocumentation. |
| | |
| | '''ISOBUS Data Visibility''' |
| | When used in ISOBUS or similar environments: |
| | [[File:ISOBUS - RTK.png]] |
| | *RTK-related data from CAN is visible in the ISOBUS section of the Configurator. |
| | |
| | *This allows you to verify that RTK data is being received and interpreted correctly by the device. |
| | |
| | ==Active Location Source Monitoring== |
| | To understand which source is currently being used for position data, you can check the '''Location Source''' parameter. |
| | |
| | '''Location Source Values''' |
| | |
| | In the Configurator: |
| | #Navigate to the '''I/O''' tab (or equivalent I/O monitoring view). |
| | #Find the parameter '''Location Source'''. |
| | [[File:Location source.png]] |
| | |
| | Possible values: |
| | |
| | *'''0 – GNS''' |
| | Location is taken from the internal GNSS receiver. This is the default when RTK is disabled or when no valid RTK data is available. |
| | |
| | *'''1 – RS232''' |
| | Location is taken from the RTK receiver connected via RS232. |
| | |
| | *'''2 – CAN''' |
| | Location is taken from RTK data arriving over CAN. |
| | |
| | *'''3 – Err''' |
| | Location is taken from the internal GNSS receiver, but this status indicates that RTK data from RS232 and/or CAN is invalid or unavailable. This helps distinguish normal GNSS use from “RTK expected but not available” situations. |
| | |
| | This parameter is used for diagnostics and for confirming that your device is using the intended RTK source. |
| | |
| | ==NMEA Fix Type Monitoring (RS232 RTK Only)== |
| | When RTK coordinates are received via RS232, you can also monitor the NMEA Fix Type to understand the quality of the GNSS/RTK fix. |
| | |
| | '''Configurator Steps''' |
| | #Open the Configurator. |
| | #Go to the I/O tab (or relevant section). |
| | #Locate the parameter '''NMEA Fix Type'''. |
| | |
| | [[File:NMEA Fix Type.png]] |
| | |
| | '''Note:''' This parameter is '''only available when coordinate data is received via RS232 RTK'''. |
| | |
| | '''NMEA Fix Type Values''' |
| | |
| | *'''NotValid''' - No valid GNSS fix is available.<br> |
| | |
| | *'''GPS''' - Standard GPS fix using satellites only.<br> |
| | |
| | *'''DGNSS''' - Differential GNSS fix (e.g. DGNSS, SBAS, etc.).<br> |
| | |
| | *'''NotApplicable''' - Fix quality is not applicable in the current context. <br> |
| | |
| | *'''RTK_Fixed''' - RTK Fixed; high-precision RTK fix (including xFill if supported by the receiver).<br> |
| | |
| | *'''RTK_Float''' - RTK Float; typically, a converging RTK solution or similar intermediate status.<br> |
| | |
| | *'''INS_DR''' - INS Dead Reckoning; position estimated by inertial sensors and previous GNSS/RTK data.<br> |
| | |
| | This information is beneficial for: |
| | *Verifying that the external RTK receiver is working correctly. |
| | *Assessing overall RTK performance and stability. |
| | *Logging and diagnostics in advanced deployments. |
| | |
| | ==Parameter IDs and AVL IDs== |
| | |
| | Below is a list of AVL IDs and Configurator IDs assigned to a specific item. |
| | |
| | <table class="nd-othertables_2" style="width:50%; border-collapse: collapse;"> |
| | |
| <tr> | | <tr> |
| <th rowspan="1" style="width:30%; vertical-align: middle; text-align: left;">Product</th>
| | <th style="width:8%; vertical-align: middle; text-align: left;">Name</th> |
| <th rowspan="1" style="width:60%; vertical-align: middle; text-align: left;"></th>
| | <th style="width:15%; vertical-align: middle; text-align: center;">Parameter ID</th> |
| </tr>
| | <th style="width:5%; vertical-align: middle; text-align: center;">AVL ID</th> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Name</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">'''FTM800-Q3AB0'''</td>
| |
| </tr>
| |
| <tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:30%; vertical-align: middle; text-align: left;">Module</th>
| |
| <th rowspan="1" style="width:60%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Name</th>
| |
| <td style="vertical-align: middle; text-align: left; ">'''FTM800-Q3AB0:''' Quectel BG95-M3 with AG3335 </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Technology</th>
| |
| <td style="vertical-align: middle; text-align: left; ">LTE CAT M1/GSM/GPRS/GNSS</td>
| |
| </tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">GNSS</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">GNSS</th>
| |
| <td style="vertical-align: middle; text-align: left; ">GPS, GLONASS, GALILEO, BEIDOU</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Receiver</th>
| |
| <td style="vertical-align: middle; text-align: left; ">L1: 75 channel</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Tracking sensitivity</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-165 dBm</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Position Accuracy</th>
| |
| <td style="vertical-align: middle; text-align: left; ">< 1.8 m CEP</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Velocity Accuracy</th>
| |
| <td style="vertical-align: middle; text-align: left; ">< 0.1 m/s (within +/- 15% error)</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Hot start</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Warm start</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Hot start</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-</td>
| |
| </tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Cellular</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Technology</th>
| |
| <td style="vertical-align: middle; text-align: left; ">LTE CAT M1/GSM</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">2G bands</th>
| |
| <td style="vertical-align: middle; text-align: left; ">'''FTC800-QJAB0:''' GSM: B2/B3/B5/B8 </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">4G bands</th>
| |
| <td style="vertical-align: middle; text-align: left; "> '''FTM800-Q3AB0'''<br>LTE FDD (CAT M1): B1/B2/B3/B4/B5/B8/B12/B13/B18/B19/B20/B25/B26/B27/B28/B66/B85
| |
| <br> LTE-TDD (CAT NB2): B1/B2/B3/B4/B5/B8/B12/B13/B18/B19/B20/B25/B28/B66/B71/B85 </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Data transfer</th>
| |
| <td style="vertical-align: middle; text-align: left; ">LTE FDD (CAT 1): Max. 10 Kbps (DL) / Max. 5 Kbps (UL) <br>GSM (GPRS): Max. 85.6 Kbps (DL) / Max. 85.6 Kbps (UL)</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Transmit power</th>
| |
| <td style="vertical-align: middle; text-align: left; ">Class 5 for GSM850/900: 30±5dBm Class 3 for GSM1800/1900: 29±5dBm <br> Class 3 for LTE-FDD: 26±5dBm</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Data support</th>
| |
| <td style="vertical-align: middle; text-align: left; ">SMS (TEXT, PDU), Network protocols (TCP, UDP)</td>
| |
| </tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Power</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Input voltage range</th>
| |
| <td style="vertical-align: middle; text-align: left; ">10 - 30 V DC</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Back-up battery</th>
| |
| <td style="vertical-align: middle; text-align: left; ">100mAh Li-Ion battery 3.7V (0.37 Wh) </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Internal fuse</th>
| |
| <td style="vertical-align: middle; text-align: left; ">3A</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Power Consumption</th>
| |
| <td style="vertical-align: middle; text-align: left; "> TBA </td>
| |
| </tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Interface</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">GNSS antenna</th>
| |
| <td style="vertical-align: middle; text-align: left; ">Internal High Gain </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">GSM antenna</th>
| |
| <td style="vertical-align: middle; text-align: left; ">Internal High Gain </td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">USB</th>
| |
| <td style="vertical-align: middle; text-align: left; ">2.0 USB Type-C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">LED indication</th>
| |
| <td style="vertical-align: middle; text-align: left; ">2 status LED lights</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">SIM</th>
| |
| <td style="vertical-align: middle; text-align: left; ">Nano-SIM</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Memory</th>
| |
| <td style="vertical-align: middle; text-align: left; ">128MB internal flash memory</td>
| |
| </tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Physical Specification</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Dimensions</th>
| |
| <td style="vertical-align: middle; text-align: left; ">TBA</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Weight</th>
| |
| <td style="vertical-align: middle; text-align: left; ">TBA</td>
| |
| </tr>
| |
| <tr>
| |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Operating Environment</th>
| |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Operating temperature (without battery)</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-30 °C to +85 °C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Storage temperature (without battery)</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-30 °C to +85 °C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Operating temperature (with battery)</th>
| |
| <td style="vertical-align: middle; text-align: left; ">0 °C to +45 °C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Storage temperature (with battery)</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-20 °C to +45 °C for 1 month <br> -20 °C to +35 °C for 6 months</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Operating humidity</th>
| |
| <td style="vertical-align: middle; text-align: left; ">5% to 95% non-condensing</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Ingress protection rating</th>
| |
| <td style="vertical-align: middle; text-align: left; ">IP41</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Battery charge
| |
| temperature</th>
| |
| <td style="vertical-align: middle; text-align: left; ">0 °C to +45 °C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Battery discharge temperature</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-20 °C to +60 °C</td>
| |
| </tr>
| |
| <tr>
| |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Battery storage
| |
| conditions</th>
| |
| <td style="vertical-align: middle; text-align: left; ">-10 °C to +50 °C for 1 month<br> -10 °C to +35 °C for 3 months<br> 0 °C to +30 °C for 1 year </td>
| |
| </tr>
| |
| <tr> | | <tr> |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Data Codec</th>
| | <td style="vertical-align: middle; text-align: center;">RTK Longitude</td> |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| | <td style="vertical-align: middle; text-align: center;">151790</td> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">14145</td> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Codec support</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">[https://wiki.teltonika-gps.com/view/Codec#Codec_8_Extended Codec 8 Extended]</td>
| |
| </tr>
| |
| <tr> | | <tr> |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Features</th>
| | <td style="vertical-align: middle; text-align: center;">RTK Latitude</td> |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| | <td style="vertical-align: middle; text-align: center;">151800</td> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">14146</td> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Sensors</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">Accelerometer</td>
| | <tr> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">RTK Altitude</td> |
| <tr>
| | <td style="vertical-align: middle; text-align: center;">151810</td> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Scenarios</th>
| | <td style="vertical-align: middle; text-align: center;">14147</td> |
| <td style="vertical-align: middle; text-align: left; ">Crash Detection, Over Speeding, Trip, Odometer, Eco Driving, Excessive idling, Network Jamming Detection, Unplug Detection, Auto Geofence, Towing Detection, Static Navigation, Custom Scenario </td>
| | </tr> |
| </tr>
| | |
| <tr>
| | <tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Sleep modes</th>
| | <td style="vertical-align: middle; text-align: center;">RTK Speed</td> |
| <td style="vertical-align: middle; text-align: left; ">[https://wiki.teltonika-gps.com/view/FTC305_Sleep_modes Online sleep, Deep sleep, Power off sleep]</td>
| | <td style="vertical-align: middle; text-align: center;">151820</td> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">14148</td> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Configuration and firmware update</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">[https://wiki.teltonika-gps.com/view/FOTA_WEB FOTA WEB], [https://wiki.teltonika-gps.com/view/Telematics_Configuration_Tool_(TCT) Telematics Configuration Tool (TCT)]</td>
| | <tr> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">RTK Angle</td> |
| <tr>
| | <td style="vertical-align: middle; text-align: center;">151830</td> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">SMS</th>
| | <td style="vertical-align: middle; text-align: center;">14149</td> |
| <td style="vertical-align: middle; text-align: left; ">Configuration, Debug</td>
| | </tr> |
| </tr>
| | |
| <tr>
| | <tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">GPRS commands</th>
| | <td style="vertical-align: middle; text-align: center;">Source Location from RTK</td> |
| <td style="vertical-align: middle; text-align: left; ">Configuration, Debug</td>
| | <td style="vertical-align: middle; text-align: center;">55000</td> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">-</td> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Time Synchronization</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">GNSS, NTP, NITZ</td>
| | <tr> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">Source Location from RTK</td> |
| <tr>
| | <td style="vertical-align: middle; text-align: center;">55000</td> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Ignition detection</th>
| | <td style="vertical-align: middle; text-align: center;">-</td> |
| <td style="vertical-align: middle; text-align: left; ">Accelerometer, External Power Voltage</td>
| | </tr> |
| </tr>
| | |
| <tr>
| | <tr> |
| <th rowspan="1" style="width:15%; vertical-align: middle; text-align: left;">Certification & approvals</th>
| | <td style="vertical-align: middle; text-align: center;">Location Source</td> |
| <th rowspan="1" style="width:35%; vertical-align: middle; text-align: left;"></th>
| | <td style="vertical-align: middle; text-align: center;">53050</td> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">10919</td> |
| <tr>
| | </tr> |
| <th style="border-bottom: 1px solid #E8E8E8; vertical-align: middle; text-align: left; color:black">Regulatory</th>
| | |
| <td style="vertical-align: middle; text-align: left; ">-</td>
| | <tr> |
| </tr>
| | <td style="vertical-align: middle; text-align: center;">NMEA Fix Type</td> |
| </table>
| | <td style="vertical-align: middle; text-align: center;">53060</td> |
| | <td style="vertical-align: middle; text-align: center;">10920</td> |
| | </tr> |