Skip to content

Modbus connector[BUG] #2052

@Sherlock-Shen

Description

@Sherlock-Shen

Connector name (If bug in the some connector):
[Modbus connector]

Describe the bug
Batch reading:
Feature available since ThingsBoard IoT Gateway v.3.7.9 and only in advanced configuration mode.
if my code like this:
{
"tag": "${unitId} - ${type} - ${address}",
"type": "16int",
"functionCode": 3,
"objectsCount": 1,
"address": "0-30"
}
It will go wrong.It will be parsed as reading 16 data each time, but the second time it starts reading from address 17, it should actually start from address 16.

Versions (please complete the following information):

  • Thingsboard IoT Gateway version [3.8.1]

Additional context
Can we read all the data at once, instead of limiting it to a maximum of 16 items per read.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions