Visakh Posted November 20, 2008 Report Share Posted November 20, 2008 Hi I am new to LabVIEW. I would like to know how can I control vi components from my vc ++ application. I want to set and get vi parameters (Say numeric value, boolean state etc) from VC++. Please help me. Quote Link to comment
Mark Smith Posted November 20, 2008 Report Share Posted November 20, 2008 Build your LabVIEW VI as a DLL and then call it from C++ - see these links http://zone.ni.com/devzone/cda/tut/p/id/2719 http://zone.ni.com/devzone/cda/epd/p/id/1515 Or, if you're using managed code in VisualC++, check out http://zone.ni.com/devzone/cda/epd/p/id/6050 Mark Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.