-
Hello,
I'm trying this library. I choose it because seems easier to use and it's pure js, compared to another libraries. Congrats on your work!
However, I feel I'm missing something too obvious si…
-
* arch: linux-x86_64
* base: 7.0.1.1
* synApps: 5.8
* motor: master, commit hash 60aa414b37
* xxx: 5.8.4
* problem: IOC crashes when client tries to move a motor (soft motor xxx:m1.VAL)
* may be…
-
I am able to achieve RS485 Modbus communication. At the other end device, I am able to see proper acknowledgment.
![modbus slave](https://cloud.githubusercontent.com/assets/27272619/25380013/60651c8a…
-
I have tried to send an email to libmodbus@googlegroups.com but it seems the group does not exist so that's why I am asking this through this channel...
I am trying to run a Modbus client communica…
-
Hi,
i am try to building Kura via the Oomph installer under the Linux (Ubuntu14.04), after finishing downloading the Eclispse IDE ,and project resource downloading , when the IDE (Eclipse Neon …
-
I have a Modbus-TCP slave (written with pymodbus) as a single device, with a long list of registers.
The MDA is set to scrape this one device, and does so fine.
But when I use the Actuator ag…
-
Details:
File "C:\Python34\lib\site-packages\modbus_tk\simulator.py", line 142, in __init__
raise Exception("%s platform is not supported yet" % os.name)
Exception: nt platform is not supporte…
-
Can I suggest you add the feature to swap the byte order for 32 bit reads (either long ints or floats)
This comes up more often than you'd expect in the field :-(
-
Hello. I made an interface to user push a button (a form) and it sends a WriteSingleRegister (to one station) command and it executes the follow command:
```
function writeSingleRegister(client) {…
-
hi
i need help to implement modbus tcp using libmodbus
i use raspberry pi as modbus client and a modbus simulator on my laptop as modbus server
for making connection by modbus tcp should i connec…