01-07-2009 09:23 PM
01-07-2009 09:42 PM - edited 01-07-2009 09:45 PM
Hai,
Find attached the image in which the constants are represented in red. Constants are one whose value does not change or cannot be changed programmatically. Its just similar to the constants that are used in any text based programming language.
In LabVIEW string, numeric, array, file path, cluster , Enum, Ring, Time stamp constants are the basic constants type available (Many more constants are available but these are basic and used in common).
Feel free to post any doubts.
01-07-2009 11:20 PM
Hi,
But what does the array constant means that connected with the shift register? Clear the value?
Thanks & Regards,
Isa
01-07-2009 11:28 PM - edited 01-07-2009 11:29 PM
01-08-2009 12:27 AM
Hai,
A 2-D string array is just similar to declaring a 2-D array in other languages.
Wiring a 2D string array constant initializes the shift register with the predefined values in the array.
Wiring a empty array constant means initializing the shift reg with empty 2D array or simply clearing the contents of the shift register.
If the empty array constant is not wired then shift register keeps accumalating the values during each run of the VI even if the VI is stopped and restarted until VI is closed.
Hope this helps.