rkapoor Posted November 26, 2007 Report Posted November 26, 2007 I am using Call Library function and Adapt to type with LV8.2. How can I define dynamic arrays in LabVIEW? Regards, Rachana Quote
Ton Plomp Posted November 27, 2007 Report Posted November 27, 2007 QUOTE(rkapoor @ Nov 26 2007, 01:40 AM) I am using Call Library function and Adapt to type with LV8.2. How can I define dynamic arrays in LabVIEW?Regards, Rachana What is a dynamic array exactly? Ton Quote
PaulG. Posted November 27, 2007 Report Posted November 27, 2007 Use the Reshape Array primitive. You can use the Build Array or Initialize Array an n-dimension array in the beginning of your code then reshape it as needed. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.