Config descriptions

Config channel-type:co7io-fatek:data32

Name Type Label Description

register

TEXT

Register

Type of data register to read or write.

index

INTEGER

Register index

Index of register used to retrieve data.

floating

BOOLEAN

floating point

Indicate that read/write value is a floating point number. Overrides unsigned flag.

step

DECIMAL

Step

Value assumed for increase/decrease command.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

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:contact

Name Type Label Description

register

TEXT

Register

Type of discrete register to read or write.

index

INTEGER

Register index

Index of register used to retrieve data.

invert

BOOLEAN

Invert

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

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:binary

Name Type Label Description

register

TEXT

Register

Type of discrete register to read or write.

index

INTEGER

Register index

Index of register used to retrieve data.

invert

BOOLEAN

Invert

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

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:percent16

Name Type Label Description

register

TEXT

Register

Type of data register to read or write.

index

INTEGER

Register index

Index of register used to retrieve data.

step

INTEGER

Step

Value assumed for increase/decrease command.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:rollershutter32

Name Type Label Description

register

TEXT

Register

Data register used to retrieve position of roller shutter.

index

INTEGER

Register index

Index of register used to retrieve data.

unsigned

BOOLEAN

Unsigned

Values retrieved from and written to device assume unsigned representation. Does not apply if floating option is set.

floating

BOOLEAN

floating point

Indicate that read/write value is a floating point number. Overrides unsigned flag.

startRegister

TEXT

Register

Type of discrete register to write UP command.

startIndex

INTEGER

Register index

Index of register used to write data.

startInvert

BOOLEAN

Invert

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

stopRegister

TEXT

Register

Type of discrete register to write DOWN command.

stopIndex

INTEGER

Register index

Index of register used to retrieve data.

stopInvert

BOOLEAN

Invert

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

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:data16

Name Type Label Description

register

TEXT

Register

Type of data register to read or write.

index

INTEGER

Register index

Index of register used to retrieve data.

unsigned

BOOLEAN

Unsigned

Values retrieved from and written to device assume unsigned representation.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:rollershutter16

Name Type Label Description

register

TEXT

Register

Data register used to retrieve position of roller shutter.

index

INTEGER

Register index

Index of register used to retrieve data.

unsigned

BOOLEAN

Unsigned

Values retrieved from and written to device assume unsigned representation. Does not apply if floating option is set.

floating

BOOLEAN

floating point

Indicate that read/write value is a floating point number. Overrides unsigned flag.

startRegister

TEXT

Register

Type of discrete register to write UP command.

startIndex

INTEGER

Register index

Index of register used to write data.

startInvert

BOOLEAN

Invert

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

stopRegister

TEXT

Register

Type of discrete register to write DOWN command.

stopIndex

INTEGER

Register index

Index of register used to retrieve data.

stopInvert

BOOLEAN

Invert

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

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

Config channel-type:co7io-fatek:color16

Name Type Label Description

color1register

TEXT

Color 1 register

Data register used to retrieve or write Red or Hue part of color information.

color1index

INTEGER

Register index

Index of register used to retrieve data.

color2register

TEXT

Color 2 register

Data register used to retrieve or write Green or Saturation part of color information.

color2index

INTEGER

Register index

Index of register used to retrieve data.

color3register

TEXT

Color 2 register

Data register used to retrieve or write Blue or Brightness part of color information.

color3index

INTEGER

Register index

Index of register used to retrieve data.

step

DECIMAL

Step

Value assumed for increase/decrease command.

rgb

BOOLEAN

RGB mode

Write and interpret read data as RGB code instead of HSB.

refreshInterval

INTEGER

Refresh interval

Time between next poll cycles, 0 assumes same value as Thing for which this channel is defined.

switcherRegister

TEXT

Register

Type of discrete register to write ON or OFF command.

switcherIndex

INTEGER

Register index

Index of register used to write data.

switcherInvert

BOOLEAN

Invert

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