LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error messages

Could you tell me how to do it please?

0 Kudos
Message 71 of 143
(1,171 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 72 of 143
(1,166 Views)

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

0 Kudos
Message 73 of 143
(1,163 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 74 of 143
(1,155 Views)
what has not been clearly explained is the use of that array

 

0 Kudos
Message 75 of 143
(1,152 Views)

Hi 99,

 

it has been explained here or here or here or here or …

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 76 of 143
(1,164 Views)

@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.

0 Kudos
Message 77 of 143
(1,162 Views)

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 ???

0 Kudos
Message 78 of 143
(1,161 Views)

Hi

Is it like this?

0 Kudos
Message 79 of 143
(1,131 Views)

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.

0 Kudos
Message 80 of 143
(1,126 Views)