02-15-2013 02:26 AM
I would like to program EthernetIP communication from a Visual C++ application for Windows or from WindRiver Workbench application for cRIO/sbRIO.
I planned to use NI EthernetIP driver for this task. There is no help information about C interface for NI EthernetIP driver in LabView Help System.
And then I try to generate C Code (for code examples of using C interface) from "LabView CCodeGenerator" it's need the Password for "EthernetIP Set Assembly Instance Data.vi" for successful generation.
How to interact with NI Ethernet IP driver from C, CPP code?
02-15-2013
08:26 AM
- last edited on
01-15-2025
04:35 PM
by
Content Cleaner
Hi yuri,
There is no c-support as the entire toolkit is coded in LabVIEW. However, rather than use the c-code generator to generate code you can create a wrapper for the library with a dll. This approach should allow you to use Visual C++ as long as the LabVIEW run-time engine is also installed.
I can't think of a way you will be able to get Vxworks c-support.