08-29-2013 12:54 PM
Hello,
I have written a labview code to do data acqustion by using a ni daq device. I need to integrate a motion control GUI which came with the controlboard into my labview code and I was wondering how can I do that. I can send you the "GUI" which controlls the steeper motor motion and also my labview code if that help.
Thank you in advance for your kind attention.
REZA
08-29-2013 07:14 PM
If the external GUI is in the form of an ActiveX control, you can drop an ActiveX container onto the front panel of your application, and then link to the control by right-click selection of the control.
If it is an ActiveX control, you can then create property nodes of the container to access the controls underlying interface.
08-30-2013 10:08 AM
Alright I try this thanks !!