03-09-2010 10:00 AM
03-09-2010 10:07 AM
You could start by looking at the examples that come with LabVIEW. Just do a search for ActiveX.
You say this is an instrument. Is it an IVI-COM driver?
03-09-2010 10:08 AM
Sounds like you are having a control which can be embedded.
You can create an empty ActiveX container on the front panel (Container palette). Rightclick it and select "Insert ActiveX Object" and browse for your control. If you did not register it, you will have to switch to "Create Object From File" and browse for the ocx/dll-file.
The rest is standard ActiveX interfacing using property/invoke nodes.
hope this helps,
Norbert
03-09-2010 10:33 AM
03-09-2010 10:34 AM