Releases: mrhenrike/Modbus-Slave-Simulator
Releases · mrhenrike/Modbus-Slave-Simulator
v1.7
What's new in v1.7?
- Fixing to load a xmpp file
- Fixing automation chart (requires jfreechart)
- Fixing add new scripts
- Added scripts samples on "Examples" directory
- Updated the User Guide
- Added optional command line arguments for the executable JAR:
-loadFile - Loads a previously saved file at launch. Provide the absolute path.
-portNumber - An IP port number to connect this current configuration.
-help - A command line help message to display the command line arguments.
-hide - Start ModbusPal without showing the UI elements so it can run in a headless environment.
- ModbusPal can be executed without a GUI
- Updated to jython 2.7.0
- Updated to jfree-freechart 1.0.15
- Updated to jfree-jcommon 1.0.17
- Updated to xml-apis 1.3.04
- Updated to itext 2.1.5
- Updated to rxtx 2.2.2
- Generated a JavaDoc dist/javadoc
- Added a docker builder
v1.6c
ModbusPal v1.6c - RC release
This release of ModbusPal v1.6c is a release candidate version.
Added features:
- Updated addresses to be 255
- Updated to jython 2.7.0
- Added a docker builder
- Added optional command line arguments for the executable JAR:
-portNumber - An IP port number to connect this current configuration.
-help - A command line help message to display the command line arguments.
Known limitations:
- "Tuning" features are not documented yet
- "Chart" feature is not documented yet
- Javadoc very incomplete
How to build (Using Docker)
docker run --name modbuspal-builder modbuspal-builder
docker cp modbuspal-builder:/usr/src/app/dist/ModbusPal.jar .
docker cp modbuspal-builder:/usr/src/app/dist/modbuspal-help.zip .
docker cp modbuspal-builder:/usr/src/app/dist/modbuspal-javadoc.zip .