08-14-2020 10:16 AM
I have a VI that I am trying to use what I believe is a Producer-Consumer QSM architecture. It isn't working. I have disabled the consumer loop and I never see any elements in the queue. What am I missing? I know that there is data in the 2D array because I am displaying it on the front panel (as in the motor speed indicator in the pic.). The save button is pressed.
Solved! Go to Solution.
08-14-2020 10:46 AM - edited 08-14-2020 10:48 AM
It is hard to debug a partial picture, but your "save" button is before the loop, thus will only get read exactly once right at the start of the program and then never again. If you want to read the current value with every iteration, the terminal belongs inside the loop. Basic dataflow!.
(Similarly, your lower case structure can only exist in one state during the run.)
If this does not solve your problem, please attach your VI.
08-14-2020 01:58 PM
Hangs NOOB sign around neck and slinks into the shadows.
Thank you.
08-15-2020 09:00 AM
@JimMarihew wrote:
Hangs NOOB sign around neck and slinks into the shadows.
Thank you.
We've all been there. Keep coming back to the forums, even if you don't have a question, and soon you will be able to ditch the sign. 🙂