Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

7334 - Dectecting Power Up Reset State

I am writing an application in C/C++ to control stepper motors with an NI-7334.  I want to detect if the board is in the "PowerUp Reset State" and if so, initialize the card.  There doesn't seem to be a function to detect this.  Does anybody know a way to detect this?
 
Thanks,
 
Chris
0 Kudos
Message 1 of 3
(3,339 Views)
Chirs,

you can read this information from the board by using this function:

flex_read_csr_rtn()

I hope this helps,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 3
(3,334 Views)
Excellent.
 
Thank you Jochen.  You will probably be seeing a lot of questions from me.  I am just getting started using these products and I am sure I will need lot's of information.
 
Chris
0 Kudos
Message 3 of 3
(3,332 Views)