06-05-2024 02:19 AM
The above image is for the SUb vi code there i am running the while loop but when the response indicator is getting the value but in main Vi i can't get the data is there any other way except using of global variable
Solved! Go to Solution.
06-05-2024 02:24 AM
Hi Siva,
@Siva1103 wrote:
is there any other way except using of global variable
You already know how to use queues so what's the problem to use one more queue?
06-05-2024 02:39 AM
There no problem with queue but I am seeing there is any better way to send the data i found Notifier i am using that which you will prefer in b/w Notifier and Queue
06-05-2024 02:42 AM
Hi Siva,
@Siva1103 wrote:
which you will prefer in b/w Notifier and Queue
That depends on your requirements.
What are your requirements regarding "number of data sinks" and "number of data sources"? That's how queues and notifier differ (basically)…
06-05-2024 03:23 AM
I need a synchronizing operation so that is why i went for the Notifiers.
Regards,
siva
06-05-2024 03:25 AM
Hi GerdW,
I need a synchronizing operation so that is why I went for the Notifiers.
Regards,
Siva
06-05-2024 04:11 AM
Hi Siva,
@Siva1103 wrote:
I need a synchronizing operation so that is why i went for the Notifiers.
Usually queues allow for syncing producers and consumers…