Technical data
58
W&T
AnalogSingleRegister WORD send_sequence always 0
(Web-IO <-> PC) WORD rec_sequence always 0
WORD struct_type 0x01BB
WORD length 0x0014
LONG word_anz 1
LONG channel 0 or 1
LONG value in 1/1000 %
IO structure Send Mode
This structure determines the trigger conditions the Web-IO
Analog-In/Out uses to send the state of the ports to the user
program. The trigger can be configured for state changes on
both ports. The respective hysteresis for the trigger must be
set in the Web configuration.
SendMode WORD send_sequence always 0
(PC -> Web-IO) WORD rec_sequence always 0
WORD struct_type 0x0010
WORD length 0x000C
WORD input_trigger 0x0000 - 0x0003
WORD interval Intervall data packets in 100ms
The following combinations can be configured as input_trigger
variables:
Port 1 Port 2
0x0000 of
f
of
f
0x0001 on of
f
0x0002 of
f
on
0x0003 on on
IO structure ReadDiagnosis
If the Web-IO detects a communications or system error, the
error is listed on the HTML page diag and can be read from the
browser. Since error management via browser is not always
available for program-controlled applications, the error status
of the Web-IO can be polled using the structure ReadDiagnosis.