rticommunity / rticommunity/rticonnextdds-gateway

Add support for reading booleans from registers

Open
#31 0 comments 0 reactions 1 assignee View on GitHub

@angelrti is already working on this.

Since Jul 30, 2021.

adapter_modbus enhancement
Dominant language
C++
Stars
20
Forks
12
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.