Programming instructions

Chapter 10 Things You Should Know about Analog Output
LabVIEW Data Acquisition Basics Manual 10-2
©
National Instruments Corporation
generate a continually changing waveform? For example, you might have
a large file stored on disk that contains data you want to output. Because
LabVIEW cannot store the entire waveform in a single buffer, you must
continually load new data into the buffer during the generation. This
process requires the use of
circular-buffered
analog output
in LabVIEW.
To learn more about single or circular buffering, read Chapter 12,
Buffering
Your Way through Waveform Generation
.