09-02-2026 04:11 AM
Hi,
I am trying to read an IMU connected to a NI PXI-8512 CAN interface using LabView 209 and NI-XNET 2019.
The PXI-8512 is correctly detected in NI MAX, where I can see both CAN1 and CAN2 interfaces (see attached NI MAX screenshot).
However, when I create an NI-XNET session in LabView, I cannot select CAN1 or CAN2 from the interface dropdown.
Could someone please advise how I can correctly select/configure CAN1 (or CAN2) in LabView?
Thank you!
NI_MAX_setup.png
labview_vi.png
labview_ni_can_diagram.png
Solved! Go to Solution.
09-02-2026 06:41 AM
Hi macs,
@macs74 wrote:
I am trying to read an IMU connected to a NI PXI-8512 CAN interface using LabView 209 and NI-XNET 2019.
The PXI-8512 is correctly detected in NI MAX, where I can see both CAN1 and CAN2 interfaces (see attached NI MAX screenshot).
However, when I create an NI-XNET session in LabView, I cannot select CAN1 or CAN2 from the interface dropdown
Questions:
09-02-2026 06:48 AM
Hi GerdW,
Thank you for your quick reply,
- Yes I use the very same versions: LabView 2019 and NI-XNET 2019, sorry for the typo.
- The VI is currently running on my development computer.
Best regards,
macs
09-02-2026 09:03 AM
Hi macs,
@macs74 wrote:
- The VI is currently running on my development computer.
The VI must be prepared to run on your remote system!
The local system doesn't knows about any CAN ports, only the remote system can handle them…
09-03-2026 12:32 AM
To echo what GerdW has shared, make sure you have a Real-Time target in the LabVIEW project and place the VI underneath it.
ZYOng_0-1788413530992.png
09-03-2026 03:34 AM
Thank you very much GerdW and ZYOng! Indeed it worked 🙂
Best,
macs