set_monitor

Configures the specified monitor channel to view the desired PID probe point signal.

There are two monitoring channels available, each of these can be assigned to source signals from any of the internal PID instrument monitoring points. Signals larger than 12-bits must be either truncated or clipped to the allowed size.

Source signal can be one of,

  • Input1 : Channel 1 ADC input
  • Control1 : PID Channel 1 input (after mixing, offset and scaling)
  • Output1 : PID Channel 1 output
  • Input2 : Channel 2 ADC Input
  • Control2 : PID Channel 2 input (after mixing, offset and scaling)
  • Output2 : PID Channel 2 output

Parameters

boolean
Disable all implicit conversions and coercions.
default: true
integer required
Monitor channel
string required
Monitor channel source.
allowed values:None, Input1, Control1, Output1, Input2, Control2, Output2

# Examples

# Sample response

{
    "source": "Output1"
}
1
2
3