-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
adapter_modbusSomething affecting the modbus adapterSomething affecting the modbus adapterenhancementNew feature or requestNew feature or request
Description
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 adapterSomething affecting the modbus adapterenhancementNew feature or requestNew feature or request