GET PID SENSOR
Get the current sensor used for the PID temperature control. [0 = motor ,1 = controller ,2 = average]
$BS GET PID_SENSOR\
r
\n
Example answer:
$BS STATUS PID_SENSOR:0\
r
\n
SET PID SENSOR
Set the current sensor used for the PID temperature control. [0 = motor, 1 = controller, 2 = average]
$BS SET PID_SENSOR:2\
r
\n
Example answer:
$BS OK\
r
\n
3.6.6
PWM
The PWM variable hold the current PWM power in percent. It is by default set to 50
GET PWM
Get the current PWM value of the 12V/1A PWM power output (uint8 [0,100], 0=OFF, 100=max
power).
$BS GET PWM\
r
\n
Example answer:
$BS STATUS PWM:13\
r
\n
SET PWM
Force the PWM value of the 12V PWM power output (uint8 [0,100], 0=OFF, 100=max power). This
will deactivate an active PID temperature controller.
$BS SET PWM\
r
\n
Example answer:
$BS OK\
r
\n
3.6.7
AMBIENT SENSOR
An AMBIENT SENSOR may be set (like PID SENSOR) which will be taken for the automatic dew
heater functionality (see AUTO DEW). [0 = motor sensor, 1 = controller sensor]. (default = 1)
GET AMBIENT SENSOR
Get the AMBIENT SENSOR.
$BS GET AMBIENT_SENSOR\
r
\n
Example answer:
$BS STATUS AMBIENT_SENSOR:0\
r
\n
SET AMBIENT SENSOR
Set the AMBIENT SENSOR variable [0,1].
$BS SET AMBIENT_SENSOR:1\
r
\n
Example answer:
$BS OK\
r
\n
26