Page 1 of 1

CAN Status Issue and CAN ID Issue

Posted: Thu 28. May 2015, 09:57
by abhishek1808
Dear PCAN(All)

After a few test runs as advised by PCAN members, I have some observations to share.

1. When I use filter function I get PCAN_ERROR_OK, where as on PCAN View I get BUSHEAVY
Capture2.JPG
Capture2.JPG (20.13 KiB) Viewed 4539 times
Capture3.JPG
Capture3.JPG (10.37 KiB) Viewed 4539 times
2. Even after Filtering I have issues with CAN ID's, It reads the messages, but for wrong ID when I use Read function even though when the ID is an explicit parameter of the function call.

I dont want to start an argument here with PEAK system so please, I am facing this problems from PCAN API. Its an observation, not an expert opinion.

Re: CAN Status Issue and CAN ID Issue

Posted: Thu 28. May 2015, 11:59
by PEAK-Support
Setting a Filter Range and a CAN Bus Error are completly independend - there is no interrelation.
Please read the API Reference - Setting Filters are for incomming Messages.
Bus Errors could only happend when sending Messages (wrong Baudrate), or when you have physical problems.

Re: CAN Status Issue and CAN ID Issue

Posted: Thu 28. May 2015, 13:01
by abhishek1808
Thanks for clarification