Metadata-Version: 2.1
Name: modbus-query
Version: 0.2.3
Summary: A program for querying Modbus register values.
Home-page: https://pypi.python.org/pypi/modbus-query/
Author: Brian Moran
License: BSD
Keywords: modbus,query,midmark
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE
Requires-Dist: minimalmodbus (==2.0.1)
Requires-Dist: platformdirs (==2.5.2)
Requires-Dist: PyYAML (==6.0)

Queries Modbus registers and handles printing the values to the terminal or a log file, as well as storing the values into a CSV file.

Installation:
1. Install python.
2. To install the package locally, first create a virtual environment.
3. Install the package using "pip install modbus-query".
4. Run the package using "modbus-query".

The package is configured through its config.yaml file, and it can be configured to create a .csv and .log file each time the app is run.
The .csv, .log, and config.yaml files are located in an OS-specific data folder. On Windows, this location is "%LocalAppData%\ModbusQuery".


