owner.modbus¶
Modbus owner¶
type |
object |
|||
properties |
||||
|
The id of the template to use for this file |
|||
type |
string |
|||
|
The variables and their values to be replaced from the template |
|||
type |
object |
|||
additionalProperties |
||||
|
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 |
||
|
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 |
|||
|
Reference to the Modbus slave on which this value is read |
|||
type |
string |
|||
|
Modbus value address on the slave |
|||
type |
integer |
|||
|
Type of Modbus table on which this value is stored |
|||
type |
string |
|||
enum |
COIL, DISCRETE_INPUT, HOLDING_REGISTER, INPUT_REGISTER |
|||
default |
COIL |
|||
|
Number of Modbus table unit occupied by this value. |
|||
type |
string |
|||
enum |
BOOLEAN, INT8, INT16, INT32, INT64, FLOAT, DOUBLE, UINT8, UINT16, UINT32, TEXT |
|||
default |
BOOLEAN |
|||
|
(must only be provided for TEXT value_type) number of characters to read |
|||
type |
integer |
|||
minimum |
1 |
|||
|
A combination handling both bytes and word order |
|||
type |
string |
|||
enum |
LITTLE, BIG, LITTLE_BYTE_SWAP, BIG_BYTE_SWAP |
|||
default |
BIG |
|||
|
When provided, only when the content of a Value changes more than this delta will its change be published. |
|||
type |
integer |
|||
|
When provided, allows to read only a sub-range of a Value. |
|||
additionalProperties |
False |
|||
allOf |
if |
properties |
||
|
enum |
COIL, DISCRETE_INPUT |
||
then |
properties |
|||
|
enum |
BOOLEAN |
||
if |
properties |
|||
|
enum |
TEXT |
||
else |
allOf |
not |
||
if |
properties |
|||
|
enum |
TEXT, BOOLEAN, FLOAT, DOUBLE |
||
then |
allOf |
not |
ModbusSubRange¶
type |
object |
|
properties |
||
|
Used to discard bit(s) to read |
|
type |
integer |
|
default |
0 |
|
|
Binary mask used to select the bit(s) read |
|
type |
integer |
|
default |
1 |
|
additionalProperties |
False |