Skip to content

Add support for reading booleans from registers #31

@angelrti

Description

@angelrti

The Modbus adapter should be able to read single bits from a Modbus register and translate it to a DynamicData boolean field.
We may want also to apply so masks and compare them with a specific value ('result value'). For example
(register & mask) == 00001000

In this case, the output value might be an enum. Also, the 'result value' that we use to compare might be an enum value

Metadata

Metadata

Assignees

Labels

adapter_modbusSomething affecting the modbus adapterenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions