DOS stand-alone program
The program ADC100.exe reads in a block of data values from the ADC-100 and writes them to a file, as
raw ADC values. See scaling for information on converting the readings to volts.
To run the program, type in
adc100 [-options] filename
where options are as listed below and filename is the name of the file to write the data to.
adc100 @control
where control is the name of a control file containing a number of options, one per line.
The following table defines the options:
Option Example Meaning
-p ...-p1 Get data from LPT1
-m -ma get data from channel A only
-mb get data from channel B only
-mab get data from both channels
-I ..-I10 wait 10us between each reading
-n ..-n1000 read in 1000 values from one/both channels
-t -tn no trigger
-tm manual trigger (press a key to start)
-tra1000 trigger on channel A rising above 1000
-tfb1000 trigger on channel B falling below 1000
-r -ra20000 set channel A range to +/-20V
-rb100 set channel B range to ñ100mV
-b -b binary file (ie not text)
Comments to this Manuals