output.modbus

Modbus output

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • slaveId

Reference to the Modbus slave on which this value is read.

type

string

  • address

Modbus value address on the slave.

type

integer

  • modbusType

Type of Modbus table on which this value is stored.

type

string

enum

COIL, HOLDING_REGISTER

default

COIL

  • valueType

Type in which the read Value should be interpreted as

type

string

enum

BOOLEAN, INT8, INT16, INT32, INT64, FLOAT, DOUBLE, UINT8, UINT16, UINT32, TEXT

default

BOOLEAN

  • length

Number of Modbus table unit occupied by this value.

type

integer

  • endianness

Bytes and Words ordering.

type

string

enum

LITTLE, BIG, LITTLE_BYTE_SWAP, BIG_BYTE_SWAP

default

BIG

  • subRange

When provided, allows to read only a sub-range of a Value

ModbusSubRange

additionalProperties

False

allOf

if

properties

  • modbusType

enum

COIL, DISCRETE_INPUT

then

properties

  • valueType

enum

BOOLEAN

if

properties

  • valueType

enum

TEXT

else

allOf

not

if

properties

  • valueType

enum

TEXT, DOUBLE, BOOLEAN, FLOAT, INT8, INT16, INT32, INT64, UINT8, UINT32

then

allOf

not

ModbusSubRange

type

object

properties

  • offset

Used to discard bit(s) to read

type

integer

default

0

  • mask

Binary mask used to select the bit(s) read

type

integer

default

1

additionalProperties

False