hello
I have 2 while loop
the 1st while loop includes the data acquisition program
the 2nd while loop includes the control program
--------------------------------------------------------------------------------------------------------------
my question is how to make the exchange of data between 2 while loop in real time
--------------------------------------------------------------------------------------------------------------
I tried with the local variable and direct wiring between the 2 while loop
it does not work (there is a delay)