LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem passing 16bit tiff image across sequences

Hi all,
I am trying to analyze a 16bit tiff image. I used sequence structure for my application. However, when I pass my image (in the form of an IMAQ vision image) across to the next frame via a sequence local, the image is "lost". This problem doesn't happen if I try to pass an 8bit image. Please help. Thanks in advance.

Kian
0 Kudos
Message 1 of 2
(2,661 Views)
The image should not be getting lost. If you are really loosing data in the local, then your VI may be corrupted. Try using a different sequence local or copying your code over to a new VI. Also if you are passing data into the next sequence consider relying on the dataflow of LabVIEW rather than a sequence structure to control the execution of your code. I also recommend wiring up your error clusters,using probes and/or indicators, and running the program in highlight execution mode (click on the light bulb on the menu bar on the block diagram) to see exactly where the error occurs.
0 Kudos
Message 2 of 2
(2,661 Views)