|
|
| (112 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| =='''PINOUT'''== | | == Race mode == |
| | [[File:ATX Race mode.png|thumb|right|500px]] |
|
| |
|
| <table class="nd-othertables_2" style="width:80%; margin-bottom: 30px;">
| | Race Mode is an accuracy focused operating mode that controls periodic record timestamps strictly by GPS time (NMEA). It is designed to improve timestamp precision and prevent unexpected coordinate jumps during movement. |
| <tr>
| |
| <th style="width:10%; text-align: left;">PIN NUMBER</th>
| |
| <th style="width:10%; text-align: left;">PIN NAME</th>
| |
| <th style="width:20%; text-align: left;">DESCRIPTION</th>
| |
| <th rowspan="13" style="width:30%; text-align: center; vertical-align: middle;">
| |
| [[Image:FTC134_pinout.png|600px|center]]
| |
| </th>
| |
|
| |
|
| <tr>
| | === Prerequisites and Important settings === |
| <td style="text-align: left;">1</td>
| | Race Mode should be enabled only when short sending periods are used and high timestamp accuracy is required during movement. |
| <td style="text-align: left; color:#FF0000;"><strong>VCC</strong></td>
| |
| <td style="text-align: left;">(Red) Power supply (+10-30 V DC) (+).</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">2</td>
| |
| <td style="text-align: left; color:#5e5e5e;"><strong>DOUT3</strong></td>
| |
| <td style="text-align: left;">(Grey) Digital output channel 3.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">3</td>
| |
| <td style="text-align: left; color:#cecece;"><strong>DIN3/AIN3</strong></td>
| |
| <td style="text-align: left;">(White) Digital input channel 3 / Analog input channel 3.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">4</td>
| |
| <td style="text-align: left; color:#009e5e;"><strong>DIN4/AI</strong><span style="color:#cecece;"><strong>N1/DGS</strong></span></td>
| |
| <td style="text-align: left;">(White/Green) Digital input channel 4 / Ground sense / Analog input channel 4.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">5</td>
| |
| <td style="text-align: left; color:#ffde3b;"><strong>DIN1/AIN1</strong></td>
| |
| <td style="text-align: left;">(Yellow) Digital input 1 / Analog input 1.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">6</td>
| |
| <td style="text-align: left; color:#1355b7;"><strong>INP</strong><span style="color:#cecece;"><strong>UT6</strong></span></td>
| |
| <td style="text-align: left;">(White/Blue) TX EXT (LVCAN – TX).</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">7</td>
| |
| <td style="text-align: left; color:#000000;"><strong>GND</strong></td>
| |
| <td style="text-align: left;">(Black) Ground (-).</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">8</td>
| |
| <td style="text-align: left; color:#ff4e26;"><strong>DOU</strong><span style="color:#cecece;"><strong>T1</strong></span></td>
| |
| <td style="text-align: left;">(White/Orange) Digital output channel 1.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">9</td>
| |
| <td style="text-align: left; color:#46007c;"><strong>DOUT2</strong></td>
| |
| <td style="text-align: left;">(Purple) Digital output channel 2.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">10</td>
| |
| <td style="text-align: left; color:#1355b7;"><strong>1WIRE POWER</strong></td>
| |
| <td style="text-align: left;">(Blue) +3.8 V output for 1-Wire devices.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">11</td>
| |
| <td style="text-align: left; color:#009e5e;"><strong>DIN2/AIN2/1WIRE DATA</strong></td>
| |
| <td style="text-align: left;">(Green) Digital input channel 2 / Analog input 2 / Data for 1-Wire devices.</td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: left;">12</td>
| |
| <td style="text-align: left; color:#ffde3b;"><strong>INP</strong><span style="color:#cecece;"><strong>UT1</strong></span></td>
| |
| <td style="text-align: left;">(White/Yellow) RX EXT (LVCAN – RX).</td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| [[Image:FTC134_pinout.png|600px|center]]
| | === Basic operation === |
| | When Race Mode is enabled, periodic record generation is synchronized directly to GNSS time while the device is moving. Records are created only after the configured Min Saving Period elapses, using the timestamp provided by the GPS module together with all required GNSS data. |
| | |
| | '''Compatibility conditions''' |
| | Race Mode is available only when all of the following conditions are met: |
| | * Location source is set to GNSS |
| | * Tracking mode is not Basic (for ATx mini devices) |
| | * Device is in a movement capable tracking mode (e.g. Movement mode) |
| | |
| | === Limitations, Edge Cases & Additional Notes === |
| | Race Mode operates only while device movement is detected. |
| | If the device enters On Stop state, or if GNSS fix is lost, periodic records are generated using the standard flow: |
| | * Without GPS data |
| | * Without GPS based time synchronization |