LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Control Arrays

Solved!
Go to solution

Is there a tutorial on how to use the Control Arrays in LabWindows?

 

It is simple enough to create them in the UIR, but coding is not what I was hoping for.

I tried this

 

for(iLoop = 0; iLoop = iNumberofControls; iLoop++)

  SetCtrlVal(Panel, CRTLARRAY[iLoop], value);

 

0 Kudos
Message 1 of 3
(3,497 Views)
Solution
Accepted by topic author Paul_Knight_Lockheed_Mart

Hi,

 

I am aware of the manual, http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/uiref/programming_with_control_arrays/, and of the (very) brief example userint\ledctrlarray.cws

0 Kudos
Message 2 of 3
(3,493 Views)

Thanks, this is what I am looking for.

 

 

0 Kudos
Message 3 of 3
(3,488 Views)