12-15-2008 03:33 AM
12-15-2008 03:40 AM
12-16-2008 01:33 PM
12-16-2008 10:26 PM
Morning All,
Thank you Bart S but already soved the problem using the very same delete vi. All I have to do now is update my consumer or rather slave loop with the data i.e. and image read via the read avi frame vi. All I seem to get is my master loop constanly iteration (new jpg read) but the queued data does not get to my slave. If anyone has an idea of what I am describing please help.
Regards,
Super
12-16-2008 10:28 PM
12-16-2008 11:21 PM
12-16-2008 11:35 PM
12-17-2008 09:32 AM
I can't figure out what is going on from the pictures.
First, I would recommend cleaning up your wires. You have a number of spots where the wire hits the side of a structure, but doesn't hit it at the tunnel. Like the queue reference wire hits the slave loop at the top, but the tunnel is on the side. If you clean them up, you might be able to find a situation where a wire is not connected where you think it is.
Second, Run the code with Execution highlighting turned on so you can see how the data is flowing. You might find the code is being blocked in some way you are not expecting.
Third, when you queue up the purple image wire, you are not actually queuing the image, but a reference to a memory location that contains the image. It is possible the data in that location would change between the time the image is queued and the image is dequeued.