I'm using a PCAN-Router Pro FD exploiting the "ready-to-use firmware for tracing CAN data" mentioned in the user manual, and I've some questions.
The manual states that if TRC_MODE=2 in the config.txt file, the circular-append option should be set, implying that:
- If a new recording is started, existing trace files are kept.
- If the memory's maximum capacity is reached, the oldest file is deleted and a new file with an incremented file index is created.
Moreover, I found also the following two issues:
- Assume that the device is powered ON, the Wake-up signal is ON, and the CAN traffic is ON. At some point, both the CAN traffic and the Wake-up signal go OFF, then some extra short (each 5 s long, like the parameter TRC_STOP_T15_TO) traces are recorded. Please, see figure "Issue_2", in this test such a phenomenon happened two times.
- Assume that the device is powered ON, the Wake-up signal is OFF, and the CAN traffic is ON. In this case, short (each 5 s long, like the parameter TRC_STOP_T15_TO) traces are recorded indefinitely. Please, see figure "Issue_3".
Thank you,
Alessandro