11-11-2024 05:26 AM
Hello, I tried to create a simulated PXI-8513 with MAX to test CAN BUS protocol but I can't see PXI-8513 card in MAX.
I installed NI-XNET 20.5 according to my environment compatibility (Labview 2017).
11-15-2024 08:11 PM
NI-XNET devices cannot be simulated, unfortunately.
11-19-2024 12:51 AM
Thanks for your answer.
How can I test a CAN BUS TX/RX without the hardware device? Can I do something like a loopback?
11-19-2024 07:35 PM
@carl078 wrote:
Thanks for your answer.
How can I test a CAN BUS TX/RX without the hardware device? Can I do something like a loopback?
No, you cannot test CAN communication using NI-XNET without actual hardware. You need actual hardware to do loopback.
11-20-2024 07:27 AM
Is it possibile with NI-CAN ?
11-20-2024 05:49 PM
NI-CAN does support virtual devices.
However, NI-CAN is obsolete and not recommended for new development. Although you can run the NI-CAN API on an NI-XNET device using a compatibility library, not all features are supported.
12-12-2024 07:36 AM
Is there a way to test that I can write a proper frame with my .dbc ?
I mean a vi that:
1) loads .dbc
2) takes an float value
3) displays a proper CAN BUS frame just before physically transmits it.
12-12-2024 06:58 PM
@carl078 wrote:
Is there a way to test that I can write a proper frame with my .dbc ?
I mean a vi that:
1) loads .dbc
2) takes an float value
3) displays a proper CAN BUS frame just before physically transmits it.
You can use the XNET Conversion Session. See the shipping examples for reference.