Technical data

53
W&T
Subject to errors and modifications
n stands for the number of bytes used and corresponds to 14
+ the length of the password. The length of the password is
limited to 31 characters.
In the reply from the Web-IO HTTPLogin is always 8 characters
in length and contains the following string:
GET /bin
Dummy
Slash between the ASCII and the binary section of the structure.
Is always = 0x00
Type
Determines the type in which Binary mode is used.
The application must enter 0x10 here in order to open a TCP
connection.
In its reply the Web-IO enters
0x02 if the connection request was accepted
0x03 if the connection request was denied.
SubType
Provides more details about the status of the connection
request.
The application always sends 0x00.
The Web-IO replies with
0x01 BINSUBTYPE_OK, // connection accepted
0x02 BINSUBTYPE_NO_ACCESS, // other sesion active
0x04 BINSUBTYPE_WAIT, // OK after time out time (circa 3s)
0x07 BINSUBTYPE_PW_MISMATCH, // wrong password
0x08 BINSUBTYPE_DEST_PORT_MISMATCH, // wrong destination port
0x09 BINSUBTYPE_MODUS_MISMATCH, // wrong mode