LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using active-x with vbai3.0.1 and labview 8.2.1

Hi,
I'm trying to use labview to run a VBAI script and return the measurement results and limit settings back to labview, i have setup the active-x to do this but get null refnums for the measurements and limits. any ideas about this?
i have attached my labview code.
 
Stewart.
0 Kudos
Message 1 of 2
(2,387 Views)
Hi Stewart,

Attached is a modified version of your code that will update the limits refnum and give you back the limits from every step. I also have the results refnum updating and giving you back all the results from every step.

You needed to set UpdateMeasurementsOnRequest to be true as well as add in UpdateLimits and UpdateResults at the correct places.

Regards
JamesC
NIUK and Ireland

0 Kudos
Message 2 of 2
(2,369 Views)