High/Low input
The Low input (or Low) (inval1)
and High input (or High) (inval2)
parameters define the
input range for the Analog link or the Deadband (standard) range.
These parameters are displayed only when an Analog link
or a Deadband (standard)
is selected for the On event.
Any [VALUE]
between -9999
and +9999
* can be assigned to these variables.
-999.9
and +999.9
, one decimal digit can be added to the integer part.
The decimal part is automatically truncated if the value is outside of this range.HTTP
The device will accept HTTP requests at the following URLs related to:
- Low input:
(POST) http://[IPv4]
/var_set?param=inval1_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=inval1_[PROCESS ID]
- High input:
(POST) http://[IPv4]
/var_set?param=inval2_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=inval2_[PROCESS ID]
POST: http://192.168.1.255/var_set?param=inval1_10&val=10
POST: http://192.168.1.255/var_set?param=inval2_10&val=25
will set the input range of the Analog link on Process #10 to
10-25
.
Learn more in HTTP API.
inval1
and inval2
are shared with the Condition thresholds and the Deadband Mid point and Tolerance.MQTT
This parameter can also be accessed via MQTT using [PARAMETER]
= inval1
and inval2
. Learn more in MQTT API.
Topic: johndoe5896/home/garagedoor/sub/process_10/inval1
Payload: 10
Topic: johndoe5896/home/garagedoor/sub/process_10/inval2
Payload: 25
will set the input range of the Analog link on Process #10 to
10-25
.