https://github.com/z3ut/modbus-status
.NET CORE 2.0 console tool for monitoring devices with Modbus protocol
https://github.com/z3ut/modbus-status
Last synced: about 1 month ago
JSON representation
.NET CORE 2.0 console tool for monitoring devices with Modbus protocol
- Host: GitHub
- URL: https://github.com/z3ut/modbus-status
- Owner: z3ut
- Created: 2017-11-18T14:00:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T14:00:33.000Z (over 8 years ago)
- Last Synced: 2025-01-13T22:28:40.508Z (over 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModbusStatus
.NET CORE 2.0 console tool for monitoring devices with Modbus protocol.

## Usage
```
dotnet ModbusStatus.dll --ip XX.XX.XX.XX
```
**Warning!** Debug build will use moq connection. Use release build to get device actual data.
### Parameters
--update-period (Default: 500) Update period in ms
--ip Required.
--port (Default: 502)
--slave-address (Default: 0)
--start-address (Default: 0)
--number-of-inputs (Default: 16)
--help Display this help screen.
--version Display version information.