-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with serial read in python modbus with EM6400 #6
Comments
I'm sorry I don't get you. Please explain. |
I want to implement the below : **Request ( by ser.write() ) Response: ( by ser.read() ) Values in required register are 43732921 in hex (since obtained values are being read in little endian format) which is 243.16 when converted to floating point using IEEE 754 norms. Obtained value is a voltage (phase1 to neutral) which is 243.16 Volts. The issue is that, i am able to write the data to the EM6400 but the the ser.read is n't working properly.So,need to where i am going wrong with the ser.read function. My whole idea is to display the EM6400 reading ( voltage,current,power ) on the python console . |
I'm afraid I won't be able to look into this any time soon. I used Pymodbus/MinimalModbus to handle the modbus communication properly. pyserial might have sufficed, but I let the modbus libraries handle the communication part. |
fine....Then how did you do the modbus commuication by using Pymodbus, Is it possible to get a sample code for my implementation. |
Hi,
I am trying to implement python modbus with EM6400 . The aim is to read the volatage,current etc value on python console.But i am able to read the data properly from EM6400.Please have a look at the code.
The text was updated successfully, but these errors were encountered: