07-16-2008 06:05 AM
07-16-2008 06:46 AM
Now that you are using a real graphical programming language, you use one of the graphical elements in LabVIEW. On the array palette is a function called Index Array.
For learning the LabVIEW basics, check out the free tutorials.
07-16-2008 07:09 AM
Hi,
Well, I did try this but I get this error message:
You have connected a scalar (non-array) data type to an array of the same data type. This type conflict may be resolved by building the scalar type into an array. Check for a tunnel on a loop that has indexing incorrectly disabled.
The type of the source is string.
The type of the sink is 1-D array of
double [64-bit real (~15 digit precision)].
07-16-2008 07:16 AM
09-08-2008 07:07 AM