10-01-2023 03:21 PM
Hello,
Im new to Labview and I was able to create a sequence that I need hardcoding all Channel input/outputs, now I'm trying to make it more flexible where I use a variable index and just manipulate per each case. From the picture I would like to use i-1, instead of the 0, and update i at end of the sequence. Any help is appreciated.
10-02-2023 07:50 AM
Hi NaviGuy,
lesson #1: we cannot debug/edit/run images with LabVIEW. Please attach real code…
@NaviGuy wrote:
From the picture I would like to use i-1, instead of the 0, and update i at end of the sequence.
There is no "i" in your image…
Generic advice: when you want to process elements of an array one after the other you should learn about FOR loops and autoindexing tunnels!
(This is a very basic LabVIEW concept and you really should learn it.)