06-21-2023 02:53 AM
Hello,
Can I please find out what the problem is with the following code?
Thank you in advance
06-21-2023 03:17 AM
Hi Logan,
@LoganRoy wrote:
Can I please find out what the problem is with the following code?
You can find out very easily: move the mouse over the broken wire and read the error explanation!
Or you try to start the VI and read the error description in the dialog that pops up…
06-21-2023 09:04 AM - edited 06-21-2023 09:09 AM
@LoganRoy wrote:
Hello,
Can I please find out what the problem is with the following code?
You have a typical square-peg-round-hole-problem. Your cluster needs to contain the right elements, each with the correct type, and all elements in the right cluster order!
Create a constant on the input and take it out of the array container. Use that to bundle the various values instead of your random, apparently home-made cluster constant.
I recommend to start with the basic tutorials.