12-07-2011 03:25 AM
Hi All,
I'm trying to read data from two serial port by useing QUEUE AND EVENT but no sccusess. can some one help me?
I'm use LABVIEW 2011.
att my project.
regrads.
Solved! Go to Solution.
12-07-2011 04:03 AM
The second while loop is waiting for the first one to exit as its waiting for the cluster to become available. You need to pass the cluster through a queue inside the first while loop itself.
Search for examples that should help.
12-07-2011 05:34 AM
Hi ace and thanks for your replay.
i try todo it but still it's not working.can you take alook what i did?
regrads.
12-07-2011 06:02 AM - edited 12-07-2011 06:04 AM
You need to move the cluster and bundle function inside the while loop as well and add it to the queue. Please see below
12-07-2011 08:05 AM
Hi ace,
thanks to you know it's working...but the "EXIT" button and the "clear window" not responding. why?i get error when i press them.
regrad's.
12-07-2011 08:26 AM
You are stopping the second loop using error cluster which means that your top and bottom loop will stop when you press exit but not the middle one. In theory you should send a queue to the loops below when the exit button is pressed and also ensure that you flush all the queues before you close everything.
12-07-2011 08:31 AM
thank you very much for your time.
02-09-2012 01:52 PM
PUEDES PONERLO EN UNA VERSION ANTERIOR??
CAN YOU PUT IN A PREVIOUS VERSION?
02-10-2012 11:48 AM
Which file? and what version?
02-12-2012 12:52 AM
2009