01-17-2010 07:39 PM
Hello,
I am currently trying to control a servo motor using a cRIO-9004 RT Controller and cRIO-9104 Chassis with an NI 9505 I/O Module. However, in my user interface loop, I get an error -77043 when I try to enable contouring in this code and this disallows me from causing motion using the contour data I input later on in the code. Does anyone have any idea how I can fix this?
Thanks for any help. Sorry for lack of images, I am unable to upload.
01-17-2010 07:41 PM
01-18-2010 02:53 PM
Hey rustawilliams,
If you go to Help»Explain Error from within LabVIEW and type in that same error code you will see LabVIEW describe possible reasons for that error code as "NI SoftMotion: The requested interval between contour points in the buffer is invalid." My first thought for the cause of this error to be the order in which you set up your contour move. What happens if you switch the order in which you enable your contouring and when you load your points; i.e. if you load your contouring points and then enable the contouring?
01-18-2010 05:33 PM