12-07-2005 08:26 AM
12-08-2005 10:39 AM
I see that error if the operation requires a larger size, more pixels. Try to zoom it x2, perform the operation, then reduce it by x2. This should give the desired result.
Matt
12-08-2005 10:58 AM
Hi, I've zoomed in 3x; this does not change anything. In fact, considering the size of the pic, half of the creen, it would surprise me very much if it was really the case. And if you look at my other posts, there is something really weird abouot my LabView 7.0 upgrade. Is there anything I have to b careful with when uninstalling LV 5.0 then installing 7.1. (IMAQ Vision from 4.1 to 7.1)??
12-08-2005 11:10 AM
Don't know. Can you post me a small chunk of code and the image you are working on so I can give it a try over here. I have been working with vision for a few years so have seen most of the functions and can see whats going on for myself.
Matt
12-08-2005 12:57 PM
I'll do this right tomorrow morning. I'm not at work anymore. It's 8 p.m. over here ;o)
Thx
12-09-2005 04:06 AM
Here is the Vi (image Processor) including the subVI (ShiftFoldLinearizeImage.vi) used to Fold the Pic and the Globals.vi plus a sample acquisition. In fact our hardware (resonant mirror) is sinosuoidal on the borders with a non constant offset from one pic to another. So we have to find a certain shift value (best overlap of left over right half) then linearize and finally fold and display overlaid halves;
So hope this small explanation helps a little. And hope you get the same problem I do ;o) otherwise there is a problem with my IMAQ Vision... the error appears when trying to go throuogh IMAQ symmetry.
(Moreover I've got another problem when loading this VI there are OK pop ups everywhere, it would be interesting to know if the same happens on your desktop.There is another post "OK pop ups everywhere" on that problem. Keep me informed....)
Thanks for all
12-09-2005 11:24 AM
Well it looks to me that your program is messed up! It displays an undefined error from the very first IMAQ Create so no idea what is going on. I would suggest you send this one to technical support. You shouldn't be getting an error on create and it should not be undefined. Could be because I am using differnt driver versions than you are but I can't run the application.
Matt
12-09-2005 12:43 PM - edited 12-09-2005 12:43 PM
Message Edited by mfitzsimons on 12-09-2005 12:46 PM
12-09-2005 03:37 PM
It seems there is a problem from the very beginning on. So what you're telling me is that it works once I get rid of the IMAQ create problem. That's a bit what I expected but I don't really know how to fix the 'OK' problem I've got another post on that one with an NI technician. Maybe I just try to write a new labview 'frame' to put around all the rest of the program, with a working IMAQ create.
I'll wait for the anwser from NI and I'll tell you more about that or for anyone else, just look at the other post on this forum !
Thanks for all !
12-09-2005 04:03 PM
What I am saying is if the final fold picture is what you expected then it should work. You may have to rewrite portions of the code to make it work.
Matt