08-10-2005 06:21 PM
08-12-2005 09:40 AM
08-12-2005 01:59 PM
08-15-2005 02:35 PM
Pedro,
I attempted to open your subVI, but the block diagram is password protected. Without the ability to look at the block diagram, my troubleshooting will be very limited. What is the password that I can use to view your code?
Regards,
Scott R.
Applications Engineer
National Instruments
08-15-2005 02:51 PM
08-16-2005 07:40 PM
Pedro,
Thanks for sending me the corrected VI. I will take a look into its functions and let you know what I find out as soon as I can.
Regards,
Scott R.
Applications Engineer
National Instruments
08-18-2005 06:57 PM
Pedro,
I would suggest that you try placing the Initialize Controller.flx function between your while loop and the Motion Error Handler. The settings that you change in your initialization VI don't get written to the controller until you call the initialize function. If the initialize function is not called, then the code will continue using the values that were set when the initialization function was last called. This could be the source of the warning that you were getting.
Try placing the initialize function into your code and let me know if you have any additional questions.
Regards,
Scott R.
Applications Engineer
National Instruments
08-22-2005 02:55 PM
08-23-2005 10:16 AM
08-23-2005 11:32 AM