05-09-2012 02:31 AM - edited 05-09-2012 02:31 AM
05-09-2012 03:25 AM
How can we avoid such race condition??Is there any other way to give continuous numerical input in this case?
05-09-2012 05:02 AM
Hi GerdW,
I somewhat solved the issue by giving a constant value(1) in bytecount of VISA read.But that time we can read only single digit.While giving value 2 to bytecount it works but while stoping the VI it is showing time out error.Please make some comments to solve this issue.
05-09-2012 05:21 AM
You can check for the bytes available at the port and then you can read the data. Check the attached vi. This will not give you the timeout error as it only executes whenever you recieve any data at your port.
05-09-2012 06:15 AM - edited 05-09-2012 06:17 AM
Hi Anand,
Thank you so much.I also solved the issue by doing so in the attached vi.But I think mine is not the correct way.Anyway thankyou.
05-09-2012 06:33 AM
Hi,
suppose we have another indicator,Can we display another set of values in that indicator?
05-09-2012 06:36 AM
05-09-2012 06:42 AM
So,how can we give input to the second indicator?
05-09-2012 06:45 AM
Just wire it. 🙂
05-09-2012 06:51 AM
Yes,both of the indicators display the same values.But Iam asking can we display different values( that is while indicator1 showing 34 at that time indicator2 showing 45)