I have a E-Stop button on my machine. When the button is pressed, PCI-7344's shutdown input (pin 62) will be grounded.
I'm trying to write the program in LabView to respond after the E-stop button is release. In my program, the 1st step is to run "Clear Power Up Status.flx"; the 2nd step is to run "Initialize Controller.flx" with the setting in MAX.
Here comes the problem. When I release the E-stop button and then run my labview code. An error message pops up, which is "70072(NIMC_board In Power Up Reset State Error)_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." This error occurs the step in which the 7344 is b
eing initialized, after "Clear Power Up Status.flx" is run.
I tried a couples of times and one way to work is to press "Reset Device" button in MAX, under the 7344 board setting. After this button is pressed, then board initialization can be done.
Can someone tell me what's wrong in my program or in the hardware setting? Thanks!