04-04-2019 08:55 AM
So I'm working on a project with Veristand NI 2013 and I want to add a custom device that would allow Veristand to communicate its data by the local network and a ethernet cable to a Rasberry Pie with TCP. What should i dowload, Qhat should I do?
04-05-2019 10:10 AM
You may want to look at this TCP/IP Custom Device that a community member posted a few years ago. It may be what you are looking for or could serve as a starting point so that you can build your own version of the custom device that fits your needs.
I would also recommend reading through Creating Custom Devices from the VeriStand help.
04-05-2019 10:17 AM
Also, you can communicate over TCP by using the Instrument custom device. This CD allows VeriStand to send commands and read back responses over a variety of protocols, including TCP, serial, etc.
-Jordan
04-05-2019 02:24 PM
Well,
you can try to use VeriStand Addon Network Comm which is as I believe exactly what you need. However as the source code is written in LV 2015+ you would need to have NIVS 2015 + LabVIEW 2015 toolchain to be able to backport the source code to LabVIEW 2013. Once you port it to 2013 you would need to finetune the backported version (basically fix all cross-version issues) and build it for NIVS 2013. Is it worth the effort???
Have fun!