@avogadro5 wrote:
@JCoder wrote:
This is what I am attempting to do, I have a named queue inside the VI I want to "inject" so know that, let's say for example it's called "MainQ". All I want to do is inject a message, let's say "pause", into that queue so that it's actioned by the consumer loop.
Right so you should call a VI that executes in the remote app that just opens a reference to that named queue and enqueues the message. I modified my old user event-based example to be named queue-based.
This worked for me, I modified it to suit the application and it's doing exactly what I intended, thanks for your help.