03-22-2020 11:32 AM
Could you tell me how to do it please?
03-22-2020 11:34 AM
Hi 99,
@labview99 wrote:
Could you tell me how to do it please?
When you want to process all array elements inside your stae machine then it doesn't make any sense at all to index the first element before the loop and only wire this single element to the loop…
Re-read the whole thread.
Do all the Training courses that has been mentioned several times by now.
Learn to program in general, not just specifically LabVIEW…
03-22-2020 11:37 AM
In the courses they do not explain how to use the array in a state machine. I am asking you over and over again because I don't understand what each one tells me. Each one tells me one thing. I'm just asking you how to use that array because they don't explain it in any course
03-22-2020 11:46 AM
Hi 99,
it was explained in this thread, what you should implement in your statemachine.
When you don't understand those very basic steps then you need to learn LabVIEW (even more/better).
As you really don't show any improvements in the last months it doesn't make sense to explain the same stuff again and again. Good luck on your career as a (LabVIEW) programmer!
03-22-2020 11:49 AM
what has not been clearly explained is the use of that array
03-22-2020 11:54 AM
03-22-2020 11:58 AM
@labview99 wrote:
what has not been clearly explained is the use of that array
That was explained here. I don’t know how much plainer it could be than this thread without doing the work for you, and that’s not what people are on this board for.
03-22-2020 12:02 PM
in neither does it specify how to increase the index with the counter. Send a screenshot if it was connecting +1 at the input of the index and they said no. So how do I increase it ???
03-22-2020 01:30 PM
Hi
Is it like this?
03-22-2020 02:46 PM
Closer, but still no.
You only want to increment the index of the array whenever you achieve your position. Not on every iteration of the while loop!
Don't forget that for each case of the case structure, you need to have an output for every tunnel.