02-26-2020 07:27 AM
Hi,
I am trying to put in the position 4 of the array first, one 0, then, number1 and then again a 0.
I use the function array size to see the length of the array and I can see that suddenly the size is 37 instead 36. You can see this in the indicator "size" and "size2". maybe you could help me
I attach the program
Best regards,
Solved! Go to Solution.
02-26-2020 07:49 AM
02-26-2020 07:51 AM
Sorry, I attach now
02-26-2020 07:55 AM - edited 02-26-2020 07:59 AM
Hi 99,
replace ALL THOSE LOCAL VARIABLES (and "Value" property nodes) BY WIRES!
I guess you have been told before to take those free Training resources to earn LabVIEW.
Until now you don't seem to understand the "THINK DATAFLOW!" mantra…
I simplified the first frames of that huge sequence:
Just one terminal and all wires, no locals/property nodes!
02-26-2020 08:03 AM
Hi GerdW,
I have tryed to do it as you have said but it doesn´t work
02-26-2020 08:22 AM
Don't just say it doesn't work. Explain in what way it is not working
When you say you've tried something, then post the VI of your actual attempt.
Nothing in this message tells us what you tried or how it doesn't work.
You've been on these forums long enough to know that if you need help, then you have to provide some actual information to allow people to help you.
02-26-2020 08:22 AM
@labview99 wrote:
I have tryed to do it as you have said but it doesn´t work
You have not attached your code again (new code)
02-26-2020 08:30 AM
I have tryed to do what GerdW tells me and the lengths continue being different. One 36 and the other 37
02-26-2020 08:32 AM
"tried", not "tryed".
Are you sure you did exactly what he showed?
Many people claim they followed an example, only to find out the mis-wired something, forgot an input, or had a node configured differently in the background.
The easiest way to see what you actually did when you tried is for you to post the actual code.
02-26-2020 08:32 AM
@labview99 wrote:
I have tryed to do what GerdW tells me and the lengths continue being different. One 36 and the other 37
This means that you did something wrong.
But without your code we cannot say where exactly the error