LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Interger data type to Waveform data type?

I have to record the value of the iteration terminal. I seem to be unable do directly wire that into my "build array". The other inputs to the "build array" are Waveform (Dbl).
 
What magical widget do i need to make this work? I tried bundle, and build array but no dice. Help me out here.
 
The iteration terminal is of the type "interger"
0 Kudos
Message 1 of 3
(2,457 Views)

See example Create Waveform example.vi

I think this will help you

Matt

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 3
(2,445 Views)

Hi,

To record the value of the iteration terminal into an array, you just need to wire the iteration terminal to the border of the loop. It will create a tunnel on the loop. Now right-click the tunnel at the loop border and select Enable Indexing from the shortcut menu to enable auto-indexing. This will create an array at teh loop border. Now you can right click on the tunnel and Create>> Indicator to look at the resulting array.

Regards,

Ankita

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