Data Acquisition API

The Data Acauisition API contains the necesary functions to allow users to collect data while the controller is running.

Example Use


Method Index

o void dataAcqUpdate ()
o void processDataAcqCmd ()

Methods

dataAcqUpdate
void dataAcqUpdate (unsigned int timerChannel);
Sets the acquisition of data through an interrupt timer channel.
Parameters
timerChannel: interrupt timer number (0 or 1). Currently the control program will usually execute in the higher priority timer 0, hence timer 1 channel must be used for data acquisition.
processDataAcqCmd
void processDataAcqCmd (unsigned int cmd, unsigned int infoLength, int
*info); 
Processes a specific data command.
Parameters
cmd: Data command number
infoLength: Total length of command sequence
*info: Pointer to starting location of command


Last modified: Wed July 15 00:02:37 Eastern Standard Time 1999