Hello,
First time I am working in lab view. I need some guide line for learning lab view and some direction. we are manufacturing scientific device and which is control by our application. Our application is created in Qt and C++. Now we want to create the lab view application for controlling our device.
which is good way to create the lab view application?
1) Is it good to create the lab-view code separately. OR
2) Is it good to call .dll file from lab view.
( note: I am using our own code with Qt core library. So single function is calling to multiple library)
if you agree with second option then:
1) How can I load the multiple DLL for calling single function?
2) Is it any way to load all DLL file once in project and use it multiple place?
Sorry, if it is silly question.
Thank you.