diff --git a/can_db/ft86.md b/can_db/ft86.md index b8f696f..5dba8da 100644 --- a/can_db/ft86.md +++ b/can_db/ft86.md @@ -31,15 +31,15 @@ Coolant temperature | 864 | `D - 40` | Engine oil temperature | 864 | `C - 40` | Below is a table with a few more data channels that might be useful for more -detailed analysis. When adding more channels, be aware that it might negatively -affect the update rate of the more essential channels, due to limited Bluetooth -bandwidth. However, the communication protocol in RaceChrono is smart enough to -optimize Bluetooth usage if multiple channels share the same CAN ID. As a -general rule, if a new channel has the same CAN ID as an existing channel (such -as "Throttle position" using the same CAN ID 320 as "Accelerator position"), -then adding it should not affect the update rates. Adding a channel based on -a new CAN ID (such as "Wheel speed FL") will likely affect the update rates of -all other channels. +detailed analysis. When adding more channels, be aware that it will increase +the file size of your data logs, and might negatively affect the update rate of +the more essential channels, due to limited Bluetooth bandwidth. However, the +communication protocol in RaceChrono is smart enough to optimize Bluetooth usage +if multiple channels share the same CAN ID. As a general rule, if a new channel +has the same CAN ID as an existing channel (such as "Throttle position" using +the same CAN ID 320 as "Accelerator position"), then adding it should not affect +the update rates. Adding a channel based on a new CAN ID (such as "Wheel speed +FL") will likely affect the update rates of all other channels. Channel name | CAN ID | Equation | Notes ------------ | --- | -------- | ----- diff --git a/images/ft86_hidden_can_connector.jpg b/images/ft86_hidden_can_connector.jpg deleted file mode 100644 index 9520060..0000000 Binary files a/images/ft86_hidden_can_connector.jpg and /dev/null differ diff --git a/images/ft86_socket_wiring.jpg b/images/ft86_socket_wiring.jpg deleted file mode 100644 index 58d21e2..0000000 Binary files a/images/ft86_socket_wiring.jpg and /dev/null differ