09-17-2014 07:48 PM
Hello,
I am relatively new to LabVIEW, and I have run into a rather frustrating problem...
I have a VI that drives a stepper motor. It was working fine until I rebooted. When I tried to run the VI again after rebooting, I was met with error code -70012 and the error message "motion: illegal board ID. You must use the board ID assigned to your controller in Measurement and Automation Explorer".
I thought that was rather odd, especially since it was working before the reboot. When I tried to access a test panel for the PXI-7342 through NI MAX, MAX froze and gave me an unsepcified error message.
In my VI, the board ID is specified as a strict type definition.
My equipment:
PXI-7342 (Two Axis Servo/Stepper Controller)
MID-7602 (2 Axis integrated power unit)
PXI-8119 (Controller)
Also, I cannot seem to get the Driver Fault Output (red) and Driver Inhibit (yellow) lights on the MID-7602 to turn off. The lights are on for all axis, even though I only have a stepper connected to axis 1.
I have tried re-installing the NI motion hardware.
The PXI-8119 is a non-networked machine, so I doubt if there were any updates that originited from online that got incorporated without my knowledge.
Thank you for any help! It will be much appreciated.
Solved! Go to Solution.
09-18-2014 09:08 PM
Hello,
Have you tried resetting the controller? The second post in the following thread explains how to do so in MAX:
09-18-2014 09:13 PM
Hi Ollie,
Thanks for the suggestion. I tried that, but MAX freezes when I click on "NI Motion Devices", MAX freezes...
09-18-2014 09:20 PM
One more thing I forgot to mention - the error description in MAX when I click on the NI Motion Devices folder is as follows:
"The NIMotionUI.mxx plug-in caused an exception in the CmxProviderWrapper::BindPrimary function in the MAX process"
Thanks,
Mike
09-19-2014 05:14 PM
MJG1988,
Sounds silly, but try turning off your firewall. I have seen that fix this issue in the past.
09-19-2014 05:16 PM
I would also try to follow this KB: http://digital.ni.com/public.nsf/allkb/2C7480E856987FFF862573AE005AB0D9?OpenDocument
There may corrupted associations between the drivers and your PCI card.
09-20-2014 02:11 AM
Hi National_Burrito!
Thanks for the info - it appears there were some corrupted associations between the drivers and the card! It turns out that one of my virus protection programs seems to be the culprit that damaged the associations.
Thanks for your help!