Syntax | Description | ||
---|---|---|---|
amode [channel]<cr> | Show currently set analog output limits and error level. channel = Analog output channel
|
||
amode [channel lo_value hi_value error_value]<cr> | Set new analog output limits and error output value. channel = Analog output channel
lo_value = Low limit of the channel. hi_value = High limit of the channel. error_value = Error value of the channel.
|
||
Example (show current
configuration):
|
|||
Example (set channel 1 to 0–5 V, and error output to
0.0 V; set channel 2 to 0–20 mA, and error output to
23 mA):
|
Syntax | Description |
---|---|
aover [channel<cr> | Show the behavior of the analog output when the measured value is outside the scaled output range. channel = Analog output channel
|
aover [channel clipping error_ limit]<cr> | Set the behavior of the analog output when the measured value is outside the scaled output range. channel = Analog output channel
clipping = Output margin (%) at which the output is clipped. error_limit = Measurement value margin (%) at which the output of the channel goes into the error state. The current or voltage output of the error state is defined using the amode command, see amode command on the previous page. |
Example (view currently set analog output overrange behavior on channel
1):
|
Example (for channel 1):
- View currently set analog output scaling (asel command), limits and error level (amode command), and overrange behavior (aover command):
pass 1300 asel 1 Aout 1 quantity : CO2(0 ... 200000) amode 1 Aout 1 range (V) : 0.00 ... 5.00 (error : 0.00) aover 1 Aout 1 clipping :1.00 % Aout 1 error limit :5.00 %
- Set analog output overrange clipping to
5 % and error limit to 10 %:
aover 1 5 10 Aout 1 clipping : 5.00 % Aout 1 error limit : 10.00 %
The analog output now behaves like this:
- Clipping is now set to 5.00 %, meaning the voltage output is allowed to vary between 0–5.25 V. The analog channel will output the measurement for 0–210 000 ppm, but range 0–5 V remains scaled to 0–200 000 ppm.
- Error limit is 10 %, which means the output will show the error state (0 V) when the measured CO2 concentration is 10 % outside the scaled output range. With the settings above, this will happen if the measured CO2 concentration is outside range 0–220 000 ppm.
- The voltage output will never be above 5.25 V because of clipping: the voltage output is clipped when the output reaches 5.25 V, and if the measured CO2 concentration keeps rising above 220 000 ppm, the output jumps directly to the error state 0 V.
The example shown above uses output scaled to 0–5 V and 0–200 000 ppm, has error level set to 0 V, clipping set to 5 % overrange, and error limit set to 10 % overrange. CO2 concentrations (ppm) are indicated for the clipping point and error limit point.
Syntax | Description |
---|---|
asel [channel]<cr> | Show the parameter and scaling of the analog output in ppm. channel = Analog output channel
|
asel [channel] [parameter lowlimit highlimit]<cr> | Set the parameter and scaling of the analog output. channel = Analog output channel parameter = Parameter that is output on analog channel. The only parameter available is CO2 (in ppm). lowlimit = Lower limit of channel scaling in ppm. Minimum value is -1000000 ppm (= - 100 %). highlimit = High limit of channel scaling in ppm. Maximum value is 1000000 ppm (= 100 %). |
Example (for channel 1, show the currently set analog output parameter and
scaling):
|
|
Example (for channel 1, set scaling to 0–10 % (= 100 000
ppm)):
|