10-12-2006 01:11 PM
10-15-2006 02:41 PM
Hi Cig438,
The 6514 doesn't support correlated I/O (HW timed) so a digital waveform isn't going to be easy to use. The only type of sampling you can specify is on demand (when you call it) or from change detection. All of your timing is going to be software timed, so you can set the periods by controlling the delays between writes. Using the for loop with 1 Channel and 1 sample with varying delays (you can toggle between 2 to generate a pulse train with a duty cycle) is probably going to be your best bet. Even if you got writing N samples to work, you would have no control over the timing.
Hope this helps, post back if I didn't cover anything or you have more questions.
Andrew S.
National Instruments
10-16-2006 10:48 AM
10-17-2006
01:17 PM
- last edited on
04-04-2024
01:47 PM
by
Content Cleaner
Hello ak,
M Series DAQ boards do support a form of hardware-timed digital I/O known as "correlated" DIO. This means that the timing source for your digital reads or writes can come from a number of sources including an external clock, an analog input or output task, or a pulse train generated by a counter. By using one of these sources to time your digital task, you are correlating the digital data to other events. The M Series boards do not have a dedicated digital timing engine, so the sample clock for your digital task will have to come from one of the sources I've listed.
We do have a number of example programs that demonstrate how to perform correlated DIO with an M Series board. These include:
Multi-Function-Synch Dig Read Write With Counter.vi (located in the LabVIEW example finder - correlates digital read/write with pulse train generated by counter)
Performing Correlated Digital IO with an M Series Device in LabVIEW (correlates digital input to analog input)
M Series: Correlated Digital Output with Analog Output Sample Clock (correlates digital output to analog output)
If you want a board that has a true dedicated digital timing engine, consider the 653x line. I hope you find this information helpful as you evaluate the different options that are available.
Best regards,