04-15-2016 08:31 AM
I'm trying to save my data collected into a constant array, both are of double type yet not able to connect. Waveform chart 1 and output are conencting but when i tried to connect the array it shows error.
Thanks in advance for the help
04-15-2016 08:41 AM - edited 04-15-2016 08:46 AM
Hi priyansh,
an array of DBL is a different datatype than a scalar DBL!
You need to build an array from your single data values. Well, there's an array function called "Build Array" - guess what it's for… 😄
(To create an array is part of the beginner courses offered by NI for free. Did you take them?)
04-15-2016 08:43 AM
What do you mean by "data pallets"?
First, I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
You can't connect a scalar wire to an array. Delete the wire going to the array indicator.
Why do you want to connect it to the array indicator? If you want it to become a 1 element array, then you can use a Build Array function on that wire to turn the scalar into a 1-D array consisting of exactly 1 element.