06-15-2006 02:09 PM
06-20-2006 02:19 PM
Hi Gord-
Programmable Power-up States are controlled by software, so you could implement similar functionality in your driver by simply writing known values to the lines whenever your application is initialized. There is no sample code because the implementation is essentially left up to the user.
The current ratings quoted in the spec sheets for those devices are the operating limits of the digital control ASIC on the board and are not configurable through software. It's best to regard these as operational limits.
Hopefully this helps-
06-20-2006 04:59 PM
Thanks for your response Tom!
The solution seems quite simple, but I do have concerns about output voltages that float during system startup. Our current system uses an E-Series card with a DO configured to trigger a Record operation on a separate computer system. The DO floats enough during startup to falsely trigger a TTL input and I want to prevent that from happening with the M-Series cards.
Gord