Hi Robert, Thanks for pointing out the download issue. I've corrected that. I'll see if I can incorporate the new RXTX API in the release. As for your issue with the serial port failing most of the time, can you go into more detail? What is your configuration set up and what are you seeing VS what you are expecting?
Can you try again with ModbpusPal 1.6c? If it is still a problem, please post your config file and I'll take a look.
Great! Thanks for confirming.
Hi all, There may be some confusion on this. For Serial the specification only supports 0 (broadcast) - 247. Addresses 248 to 255 are reserved and shouldn't be used. In TCP mode you specify the IP address that the slave should receive on (e.g. 127.0.0.1). Let me know if this solves your issue.
Hi Attila, I've just built a 1.6c version. Can you try this out and see if it addresses your problem? If not, please attach the configuration and I can take a look. Thanks!
Adding in support to build the help and javadoc files for Docker.
Updated to jython 2.7.0
Hi Robert, You can run ModbusPal with the -install option and it is supposed to set up the RXTX library. I don't have access to a serial port so I can't test that functionality out. Let me know if that works for you. e.g. java -jar ModbusPal.jar -install
Hi eli, Thanks for your interest. In order to compile it you need to have a few dependencies available in the parent directory of the build.xml. These are in the project.properties file: file.reference.jcommon-1.0.18.jar=../jfreechart-1.0.15/lib/jcommon-1.0.18.jar file.reference.jfreechart-1.0.15.jar=../jfreechart-1.0.15/lib/jfreechart-1.0.15.jar file.reference.jython.jar=../jython2.7b1/jython.jar file.reference.RXTXcomm.jar=../rxtx-2.1-7-bins-r2/RXTXcomm.jar After that you can build it with: ant...
Hi all, The latest code now allows for specifying a -loadFile parameter as well as a -port for customization on the command line and doesn't require the GUI. Hope that helps!
The latest code now allows for specifying a -loadFile parameter as well as a -port for customization on the command line but you'll need to build it to try it out.
The latest code now allows for specifying a -loadFile parameter as well as a -port for customization on the command line but you'll need to build it to try it out.
Hi there, I'm not sure what you're trying to do. ModbusPal opens up a port and listens for the protocol. First off make sure you can see that the port has been opened. This is done differently depending on the OS you are running it on: https://sites.google.com/site/mullais/network/to-check-if-a-port-is-open If the port is open, make sure you don't have firewalls blocking the ports. Once you've confirmed that it is open, you should be able to connect to it. Since this is TCP modbus, the slave address...
Update the open source code of the third party product "ModbusPal" to have optional command line arguments for the executable JAR: