04-18-2012 09:48 AM
Hello,
I want know how can i draw the line and the point selection and when i click in the button "save" the image preserve the line and the selection in the image and save it.
I can draw normally and I click save it saves perfectly, but when I click with the tool "Point" for the second time he brings me a message saying that the image format is invalid. But with the line tool I can draw and save again.
I wonder because it gives error and how can I make the selection tool to work.
I´m using development vision.
see the attachments.
Thanks.
Solved! Go to Solution.
04-18-2012 11:09 AM
In the MergeOverlay VI there is an input for a source and a destination image. You need to create a new image reference (RGB U32) to connect to the destination image. Otherwise your original image is converted to an RGB image whether you want it to be or not. The output of MergeOverlay is always RGB U32. You then get an error when you are trying to use the IMAQ Magic Wand vi the second time (I'm guessing).
04-20-2012 07:43 AM
Thanks Very much...