Archived:Error -70072 with NI-Motion Controllers

Updated Nov 11, 2019

NI does not actively maintain this document.

This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.

Reported In

Hardware

  • PXI-7340
  • PCI-7330

Driver

  • NI-Motion

Issue Details

When using my motion controller to generate an analog output with Load DAC.flx, I receive Error -70072: The Flexmotion controller is in power up reset state. Please execute the Clear Power Up Status function or VI before sending any commands to the controller. How do I correct this error?

Solution

Before calling Load DAC.flx in a VI, call Clear Power Up Status.flx, as the error message suggests. Next, programmatically reinitialize the motion controller by calling Initialize Controller.flx.  Load DAC.flx should now be able to be executed without populating the error message. Feel free to check out examples as well