01-31-2006 02:55 PM
01-31-2006 03:05 PM
You have to drop an array "shell" from the Array, Matrix, and Cluster palette. Then drop a Numeric control from the Numeric palette within that array shell. Voila! A DBL array.
You should read the LabVIEW Help for more information about arrays.
-D
01-31-2006 05:37 PM
05-11-2008 10:23 PM
Guys.. I m creating a array with DBL. But i dun get u all. How can i find a DBL constant???
Moreover what the use of array constant??? How to create a set of fixed value of array??
05-11-2008 10:45 PM
You wont/cant find a Dbl constant in the functions palette; but, you can use the I32 constant in the Numeric palette & change its representation to Dbl by rt-clicking it --> Representation --> Dbl. ![]()
The use of an array constant is that you can have/initialize an array variable with a fixed/constant value in your program. Also, you can initialize a shift register [SR] with an array constant.
After dropping an empty array container constant on the BD, just drop the I32 constant into it & change its representation to Dbl using the procedure I explained above. Then just using your labeling/text tool, type the value you want into each of those Dbl element inside the array constant to initialize it upto the desired no. of elements, thats it. ![]()