LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

single integer reads as array type wire

 
Im have an array and Im taking just one element from the array.
The new element should be size 1x1, or a double since the array is class double
Yet, Im getting a broken wire, I beleive since its still reading  the single number as an array (thicker orangle wire) as fucntion taking this input needs a single number.
Rebreaking the wires and rewiring is not helping.
 
Specifically, im trying to get a single gaussian random variable from "gaussian white noise" by taking one element each iteration of the main loop.
 
here is a screen shot of what im looking at.
 


Message Edited by jimmyinCT on 02-22-2008 12:31 PM

Message Edited by jimmyinCT on 02-22-2008 12:33 PM

Message Edited by jimmyinCT on 02-22-2008 12:33 PM

Message Edited by jimmyinCT on 02-22-2008 12:34 PM

Message Edited by jimmyinCT on 02-22-2008 12:35 PM
0 Kudos
Message 1 of 3
(2,491 Views)
Just because you say you want only one point doesn't mean the VI automatically adjusts to a single element.  It would be an array with one element.  You would still need to do an Index Array.
0 Kudos
Message 2 of 3
(2,483 Views)

thansk for the fast responce

got it workign already

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