Programming
EPM2000/EPM2000e Reference Guide
36
OUTPUT BUFFER
Set or query the disposition of new data when the output buffer has reached the level specified by
output depth. In Fixed mode, the new data is simply discarded. In Circular mode, the oldest data
point is discarded and replaced with the newest data point.
Command Form
OUTput BUFfer <?|FIXED|CIRCular>
Examples
Input Instrument Reply
out buf fixed none
out buf ? OUTPUT: BUFFER FIXED
OUTPUT CONTINUOUS
Set the EPM2000 to either continuously transmit data or store data in its internal buffer. To
continuously transmit data via RS-232, the DTR line must remain asserted. If storing data, the
EPM2000 will transmit all of its data upon receiving an out dump command.
Command Form
OUTput CONTinuous <ON|OFF>
Example
Input Instrument Reply
out cont on none
OUTPUT DEPTH
Set or query the depth of the EPM2000 data buffer in bytes, any value from 1 to 4095.
Command Form
OUTput DEPth <?|1..4095>
Examples
Input Instrument Reply
out dep 1000 none
out dep ? OUTPUT: DEPTH 1000