High-speed capture, Buffered high-speed capture (ni 7350 only), High-speed capture -27 – National Instruments NI-Motion User Manual

Page 177: Buffered high-speed capture (ni 7350 only) -27, High-speed, Capture

Advertising
background image

Chapter 12

Synchronization

© National Instruments Corporation

12-27

NI-Motion User Manual

nimcDisplayError(err,0,0);

return

;// Exit the Application

}

High-Speed Capture

Some motion control applications require that you execute a move and
record the locations where external triggers happen. To accomplish this,
you must use the high-speed capture functionality of NI motion controllers.

The implementation for high-speed capture is divided into the buffered and
non-buffered high-speed capture methods.

Buffered High-Speed Capture (NI 7350 only)

Buffered high-speed capture lets you create a buffer that holds captured
positions that you can read asynchronously from the motion controller.
The motion controller automatically arms the next high-speed capture, and
writes the captured high-speed data into its onboard buffer. The enabling of
high-speed capture occurs on a firmware-timed basis, which provides
better frequency than the non-buffered high-speed capture method.

Advertising