> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/modbusmodule/direct-commands/getreadgroup.md).

# GetReadGroup

All Modbus reads are divided up into *ReadGroups*. A read group is a collection of individual reads and block reads for a single Modbus Slave.

*ReadGroups* are generated on module startup and when tag configuration change.

In order to get all active read groups, a direct command can be sent directly to the ModbusModule.

**Method Name:**\
GetReadGroup

**Payload:**

```
 {
 }
```

The module will return an array of serialized read groups.
