06-12-2018 05:12 PM
Hello,
I am new to Veristand and can we send raw CAN messages using NI Veristand XNET?
Thanks,
Pankaj
06-13-2018 09:09 AM
Hello Pankaj,
Yes you can use XNET to send CAN messages in VeriStand. Take a look at the Getting Started Guide below.
Getting Started with NI-XNET for NI VeriStand and NI LabVIEW
http://www.ni.com/tutorial/14706/en/
Regards,
Jared T.
06-18-2018 04:48 AM
Hello all,
However it's not directly possible to send raw (i.e. not defined in a DBC file) messages (unless new Veristand has such a feature). For this we needed to develop a Custom Device (we're on NIVS 2016).
07-17-2018 08:32 AM
Hi all,
do you know if exist a "raw can custom device" or an example from which start
I tried to check on-line without success...thanks!
07-18-2018 12:47 AM
Hi zundap1970,
You could start from this: https://github.com/NIVeriStandAdd-Ons/XNET-CAN-Bus-Monitor-Custom-Device. It has some redundant code for this use case, but works.