04-08-2008 12:26 PM
04-08-2008 01:20 PM
Keith,
You probably have a sneak path through the protection diodes on the I/O channels. I guessing that there is a clamping diode to the + supply line on the input to protect the internal circuitry that is allowing your external signal to power the internal circuitry. The bottom line is that it is always a bad idea to be driving the input of an unpowered digital input.
I don't have a data sheet for the HC744 available, but if I remember correctly, setting the select line high tri-states the outputs. If that is the case then you might want to modify your program/setup so that you use one of the channels on the PCI-6224 to control the chip selects on the HC744 chips. If you use a pullup resistor on the select lines and then use an DAQmx output to pull the line low and enable the HC744's you should be able to avoid the problem. Your vi on the PC can enable the 744's when it starts running and disable them before shutting down. Just make sure that you use MAX to set the default state for the new output to be either tri-stated or high.
04-08-2008 03:24 PM
04-08-2008 03:55 PM