|
|
| Using FORMs, this webpage runs a Ch script that will activate the real-time data acquisition task running under the Real-Time Application Interface (RTAI) for Linux using message passing through a real-time fifo (RT-FIFO). Once activated, the real-time task will acquire data from a digital input/output board at a frequency of 10kHz. The Ch script will acquire a certain number of data points as set below. Once all of the data points have been acquired, script will create a plot of the acquired data using the plotting class avaiable under Ch. The plot will then be displayed through the browser using the CGI capabilities of Ch. |
|
|