PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while Reading values of Fixed/Bounded arrays using LabVIEW object model.

Problem while Reading values of Fixed/Bounded arrays using LabVIEW object model.
objLabVIEW.GetControlValue(controlName) method gives memory read exception while reading a fixed or bounded array. This method works fine with variable arrays
0 Kudos
Message 1 of 3
(2,849 Views)

Hi,

It will be nice if you could post a VI that demonstates the problem. This will make it very easy to understand the problem.

Regards,

Ankita  

0 Kudos
Message 2 of 3
(2,838 Views)
Hi
  I dont understand why do u need a VI for this, you can use any VI having array with fixed bounds. then write a .net application for reading the controls on the VI using GetControlValue(arrayName) method, you wont be able to read the array some memory read exception will be thrown.
0 Kudos
Message 3 of 3
(2,833 Views)