-
Notifications
You must be signed in to change notification settings - Fork 966
Open
Labels
Description
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.
Reactions are currently unavailable