LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone developed Labview ActiveX interface for Newport Electronics iSeries process meters?

I am needing to obtain readings from a Newport Electrtonics iSeries strain gauge meter. ActiveX controls are available for the device. However, I am just learning ActiveX controls within Labview and I'm not having any luck. Any Labview examples specific to the iSeries device would be greatly appreciated.

The model of the meter is i8SL33-EI.

Thanks,
RS
0 Kudos
Message 1 of 2
(2,693 Views)
Just take a look in LV examples to see haw to access methods and properties (even events) and then try with your control.
If this control has a GUI, you better put it in a container rather then using the reference (it's easier to check the functionality).

p.s.: make sure that your control is properly registered (if you don't have an installation program for it, use regsvr32.exe to do it)
0 Kudos
Message 2 of 2
(2,693 Views)