05-02-2011 01:46 AM
hello
I have a while loop having another while loop with a event structure outside. I need a continous display of an image and i want to capture a desired image in between live capture. Here Iam getting struck, code is not getting executed,not coming out of the while loop. Can anyone please help me getting sorted out this problem.
Thanks in advance
05-02-2011 02:12 AM
Hi,
Mind posting your code??
Regards,
Nitzz
05-02-2011 02:29 AM
If you can post the vi it'd be easier to analyze. 🙂
There are several typical problems i can gather from your description:
- An event structure only runs each time an event is fired (unless there's a timeout in which case the timeout event happens) - could this be the issue?
- In order to update an indicator you'll need to wire the indicator where/when it's supposed to update (inside the inner while loop?)
- How's the image supposed to capture? As another event or the timeout?
/Y
05-02-2011 02:40 AM
Thank You for the reply. Iam attaching my vi.
waiting for the reply
05-02-2011 04:39 AM
05-02-2011 04:53 AM
hi,
There is an error occuring in live display loop, error occuring is 5010 or 5014 or 5019. Snapshot is getting captured but live display is not taking place.
Please help me.
Thank you in advance