02-15-2006 07:30 AM
02-16-2006 07:57 PM
02-17-2006 06:01 AM
02-20-2006 09:32 AM
Phooi,
To control what relays are opened and closed, you will actually either need to use NI-DAQmx or NI-SWITCH. Even though many switches are recognized by the traditional DAQ driver, they cannot actually be controlled by it. In other words, there are no functions in traditional DAQ that can actually open and close SCXI switches. Before, when you controlled the switch through the digital I/O, were you using SCC relays? If so, it would make sense to control a relay by writing to the digital out lines. With SCXI switches, opening and closing relays must be done by making some sort of "connect" call, either with DAQmx or NI-Switch functions. I would look through some of the NI-Switch examples to get an idea of what switch functions must be used.