CAN BUS ANALYZER
USER’S GUIDE
2009-2022
Microchip Technology Inc. and its subsidiaries DS50001848D-page 21
Appendix A. Error Messages
In this section, the various “pop-up” errors that are found in the GUI will be discussed
in detail as to why they may occur, and the possible solutions for correcting the errors.
TABLE A-1: ERROR MESSAGES
Error
Number
Error Possible Solution
1.00.x Trouble reading the USB firmware version Unplug/plug the tool into the PC. Also make sure that the
PIC18F2550 is programmed with the proper Hex file.
2.00.x Trouble reading the CAN firmware version Unplug/plug the tool into the PC. Also make sure that the
PIC18F2680 is programmed with the proper Hex file.
3.00.x ID field is empty The value in the ID field can not be empty for a message that
a user is requesting to be transmitted. Enter a valid value.
3.10.x DLC field is empty The value in the DLC field can not be empty for a message
that a user is requesting to be transmitted. Enter a valid
value.
3.20.x DATA field is empty The value in the DATA field can not be empty for a message
that a user is requesting to be transmitted. Enter a valid
value. Remember, the DLC value drives how many data
bytes will be sent.
3.30.x PERIOD field is empty The value in the PERIOD field can not be empty for a
message that a user is requesting to be transmitted. Enter a
valid value.
3.40.x REPEAT field is empty The value in the REPEAT field can not be empty for a
message that a user is requesting to be transmitted. Enter a
valid value.
4.00.x Enter the Extended ID within the following
range (0x-1FFFFFFFx)
Enter a valid ID into the TEXT field. The tool is expecting a
hexidecimal value for an Extended ID in the range of
“0x-1FFFFFFFx”. When entering an Extended ID, make sure
to append ‘x’ onto the ID.
4.02.x Enter the Extended ID within the following
range (0x-536870911x)
Enter a valid ID into the TEXT field. The tool is expecting a
decimal value for an Extended ID in the range of
“0x-536870911x”. When entering an Extended ID, make sure
to append ‘x’ onto the ID.
4.04.x Enter the Standard ID within the following
range (0-7FF)
Enter a valid ID into the TEXT field. The tool is expecting a
hexidecimal value for a Standard ID in the range of “0-7FF”.
When entering a Standard ID, make sure to append ‘x’ onto
the ID.
4.06.x Enter the Standard ID within the following
range (0-2047)
Enter a valid ID into the TEXT field. The tool is expecting a
decimal value for a Standard ID in the range of “0-2048”.
When entering a Standard ID, make sure to append ‘x’ onto
the ID.
4.10.x Enter DLC within the following range (0-8) Enter a valid DLC into the TEXT field. The tool is expecting a
value in the range of “0-8”.
4.20.x Enter DATA within the following range
(0-FF)
Enter valid data into the TEXT field. The tool is expecting a
hexidecimal value in the range of “0-FF”.