12-12-2005 11:07 AM
12-13-2005 09:18 AM
Hi Marty-
The 6013 specs for digital output will be entirely system-dependent because they rely on programmed I/O rather than hardware-timed updates. If you need to switch the relay on and off faster with hardware-timed resolution you should instead use one of your device's counters to generate a pulse train. A great LabVIEW example for this can be found in the NI Example Finder (Help>>Find Examples) under Hardware Input and Output>>DAQmx>>Generating Digital Pulses>>Gen Dig Pulse Train-Continuous.vi.
Hopefully this helps-