Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

Docs on error codes like -78001?

Where is documentation on FlexMotion error numbers in the -78000 range? Error -78007 seems related to initializing a 7344 board with missing or incorrectly named PID settings, established with MAX. Error -78001 can occur if, following a failed 7344 initialization due to -78007, a second initialization with default settings is attempted too soon (<~ 180 msecs) after the first attempt. What/where is the NI guidance for these kinds of errors?
0 Kudos
Message 1 of 2
(3,123 Views)
Hello,

The easiest way to get information on errors is through LabVIEW's Explain Error... utility (Under Help menu). Here's the information in there for the errors you are getting:

-78007: An invalid initialization settings name was specified.
-78001: Failed to get an attribute value from the initialization settings.

Are you trying to initialize your board to an exported setting? If so make sure the saved settings are valid and you're referencing to the right settings file.
Hope this helps!

Yusuf C.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(3,123 Views)