> 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/getstatus.md).

# GetStatus

To get an overview of the status of the Modbus module, a direct command can be used that returns the following properties for each ***ReadGroup*** defined (see GetReadGroups for explanation on *ReadGroups*):

**LastStart**: Last read operation start\
**LastEnd**: Last read operation end\
**Status**: Current read operation status (Running, ScanOverrun, Faulted, Succeeded)\
**FaultDet**: Details for last fault occured\
**Fails**: Read operation consecutive fails

**Method Name:**\
GetStatus

**Payload:**

```
 {
 }
```
