10-26-2005 02:23 PM
Solved! Go to Solution.
10-27-2005 11:56 AM
Hi Charlie,
Are you using the Motion Error Handler.flx for the motion portion of your code? The reason I am asking is LabVIEW's simple error handler will not return motion errors. It is possible that an error is occurring, but we are not catching it. If you are not using the Motion Error Handler.flx try using this and we should be able to determine the problem.
Regards,
Ryan M.
Applications Engineer
National Instruments
10-27-2005 01:15 PM
Hi Ryan,
It's now solved actually... It turned out that I needed to add the following to labview.ini:
BldApp.RemovePolyVIsandTypedefs=False
Thanks!
Charlie
10-28-2005 11:24 AM