Config descriptions

Config thing-type:co7io-fatek:tcp

Name Type Label Description

host

TEXT

Host address

Server address to which binding should connect to receive data, IP or hostname.

port

INTEGER

Port

Port number

connectionTimeout

INTEGER

Connection timeout

Maximum time permitted to establish connection with PLC or communication module.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles.

Config thing-type:co7io-fatek:serial

Name Type Label Description

serialPort

TEXT

Serial port

Serial interface port.

baudRate

INTEGER

Baud rate

Baud rate for serial connection.

dataBits

TEXT

Baud rate

Data bits in each serial transmission.

stopBits

TEXT

Baud rate

Stop bits after transmission.

parity

TEXT

Parity

Parity of serial transmission.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles.

Config thing-type:co7io-fatek:plc

Name Type Label Description

stationNumber

INTEGER

Station number

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles.

Config channel-type:co7io-fatek:binary

Name Type Label Description

register

TEXT

Register symbol

Symbol (kind) of register to read

index

INTEGER

Register index

Index of register used to retrieve data.

invert

BOOLEAN

Invert

Invert logical representation of related register (0→1, 1→0).