Voltage Sensor Data, Transfering to SEL RTAC using Modbus over serial (RS485 or RS232)

94 views
Skip to first unread message

John Ward

unread,
Apr 6, 2021, 2:44:41 PM4/6/21
to pymodbus
Hello everyone,

I have a senior project and the goal of this project is to create a voltage sensor and transfer that data to our RTAC device connected to our SCADA. We have code that transfers the data into our voltage source and need to transfer that data into our RTAC. Don't know much about Modbus and would love any help!

Thank you in advance
John

Shivam

unread,
Apr 6, 2021, 3:14:08 PM4/6/21
to pymo...@googlegroups.com
First if  u want to send data over modbus then you need address, slave id and length..mean decide one address for  sensor to read data and create slave id means sensor id and length means how many sensor data you want to send..like example:- like u said u have one voltage sensor to send data to modbus...let 1000 is the address  of voltage sensor and 1 is salve id and 1 is length because u only have one sensor to send data... Just use write register to send data...check pymodbus client example to understand how it working.


And one more thing in modbus u have modbus master and modbus slave.

Read pymodbus documentation for more understanding. If still u have any query please feel free to ask.



--
You received this message because you are subscribed to the Google Groups "pymodbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pymodbus+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pymodbus/26d9b123-c48d-47e1-a773-6c5a974855e1n%40googlegroups.com.

John Ward

unread,
Apr 11, 2021, 12:21:39 PM4/11/21
to pymodbus
So using this line of code. What would I need to do exactly? Would I implement pymodbus functions into this source code? Sorry very new to this

Code Used 

Reply all
Reply to author
Forward
0 new messages