08-15-2023 12:37 PM
I'm trying to read signals from a CAN bus network using XNET. I can read a steam of frames just fine, and I can see the correct values through the bus monitor, so I know the hardware is working.
I made some code which I believe mirrors the "CAN Signal Input Single Point (Session)" in the "NI-XNET CAN Sessions" example. I've had some success using XNET databases created within the VI similar to the "CAN Dynamic Database Creation" example, but you should be able to create an XNET session withing the project and just use that, right? Am I missing something?
08-15-2023 12:39 PM
Forgot to attach the code.