09-13-2023 02:47 AM
I am trying to use 8512 to commuication with my device through UDS Protocol by 8512. But the XNET Example provided in labview has some issues.
1. Example <Basic->CAN Loopback Test.vi> run with error ( Hex: 0xBFF6300A The Operation timed out.)
2. Example <Intro to Sessions->Frame Sessions->CAN Frame Output Stream.vi> only calls the write method once (By set the stop button default True) when sending CAN signals, but receives hundreds of the same signals at a 0.3ms period on the bus. Multiple attempts to update the signal value using the write method are also unsuccessful.
How can i use labview to control 8512 to send single CAN Frame? Or there is some other way to achieve UDS Protocol?
Solved! Go to Solution.
09-13-2023 08:21 AM
Did you modify the shipping example or just run it as it is?
Did you select any cluster or use the default :memory: database?
09-13-2023 08:25 PM
1. I just run the example.
2. i tried :memory and :can_fd: , but the result is same .
09-13-2023 08:27 PM
1. I just run the example.
2. i tried :memory and :can_fd: , but the result is same .
09-13-2023 09:16 PM
Sry! XD
I get wrong wire connect with DB9. Now it works correctly.
Tks a lot for your answer. @ZYong