Modbus Communication with Schneider EM6436 Smart Meter using PC -Modbus RTU over TCP

  Рет қаралды 21,698

sarath tv

sarath tv

Күн бұрын

Пікірлер: 52
@manusaini2192
@manusaini2192 8 ай бұрын
Dear sir, I watched your videos. Your all videos are very worth informative . How can contact to you? Please reply. 🙏
@sarathtv
@sarathtv 8 ай бұрын
You can mail me sarathtv2@gmail.com
@kumaravelsubramanian3327
@kumaravelsubramanian3327 2 жыл бұрын
wonderful sir, excellent great job, i searching over internet for past 3 months, finally i got your video. thank you so much for posting this video sir...
@sarathtv
@sarathtv 2 жыл бұрын
Thanks for your feedback
@Light-cm5hc
@Light-cm5hc 4 ай бұрын
Can you give an example using modbus poll software insted of python ? becaue i have done the same exact configuratio but i am not able to get any data on Modbus poll
@MakerGarageYT
@MakerGarageYT 10 ай бұрын
How can I take data from two differents device? I have 2 smartmeters modbus rtu with different ID
@sarathtv
@sarathtv 10 ай бұрын
Hi You can create new client object with the ip of the second meter Then use that client object to read the registers
@MakerGarageYT
@MakerGarageYT 10 ай бұрын
But in your code you doesn't use the ID, could you make some video example or update the GitHub whit that? Thanks in advance
@sarathtv
@sarathtv 10 ай бұрын
@@MakerGarageYT create a new client object with the ip of the second meter
@MakerGarageYT
@MakerGarageYT 10 ай бұрын
@@sarathtv but i want to have all the meters in the same modbus rtu network and use only one modbus rtu to modbus tcp converter
@sarathtv
@sarathtv 10 ай бұрын
@@MakerGarageYT that is not possible with this converter
@kavansketcher3214
@kavansketcher3214 Жыл бұрын
hello sir , i want to connect my secure elite 300 meter with esp8266 with using rs485 to ttl converter ,can you help me with the code to read the resister address i want to read
@sarathtv
@sarathtv Жыл бұрын
Hi I have another video where i am reading Smart meter data using esp8266 over modbus RS485 use this link kzbin.info/www/bejne/mGWrd6OjhJaaasU
@EfeYardimci-n9m
@EfeYardimci-n9m Жыл бұрын
Hi sir thanks for the video, I have 10 schneider analysers and I use gateway, how I can implement slave number into this code? Because I have 10 analysers in to one IP address.
@sarathtv
@sarathtv Жыл бұрын
Can u share a block diagram so that I can understand this better Share it to sarathtv2@gmail.com
@ab565188
@ab565188 4 ай бұрын
Hello,using putty i can receive data from my sensor but it won't take commands.Im using a usr tcp232 serial to ethernet converter.If i use a moxa it works fine.any ideas?
@sarathtv
@sarathtv 4 ай бұрын
@@ab565188 are you receiving any error while transferring from putty ? One thing what you can try is capture the signals using a logic analyser and compare what’s the difference while transmitting via moxa and putty It might help you get better picture
@m.vchandrahas3917
@m.vchandrahas3917 2 жыл бұрын
Hi sir, I have tried the same experiment with another selec meter and wave share rs485 to eth converter but after making a few changing to the import file lines I was able to rectify the error but still have an error saying failed to connect ModbusTcpClient Can you please help me out with it
@sarathtv
@sarathtv 2 жыл бұрын
What is the IP of the machine (laptop or pc) And the IP of the rs485 to ethernet converter? And are able to ping that IP
@ruchitsurati4181
@ruchitsurati4181 Жыл бұрын
I need a similar task done. can you help me with this? happy to engage professionally with you on this project.
@rockysubu8384
@rockysubu8384 Жыл бұрын
thanks bro for info. better if you can reduce volume of background music
@sarathtv
@sarathtv Жыл бұрын
Thanks. i will take care of the background music moving forward. Sorry about that.Hope you were able to get the information you needed
@Ammy-bc6bh
@Ammy-bc6bh Жыл бұрын
Does it convert from MBUS TCP/IP to RTU also???
@sarathtv
@sarathtv Жыл бұрын
Hi, The smart meter in this demo supports only mod bus RTU The USR converts the TCP request to RTU and vice versa .
@kanarendran
@kanarendran Жыл бұрын
i have two queries 1. can you able to brief the A & B cable connection in energy meter.....2. How to assign the local port, remote port as well as Http port
@sarathtv
@sarathtv Жыл бұрын
Hi The A and B cable is the modbus D+ D- lines As for configuration of the ports you will need to access the control page.
@kanarendran
@kanarendran Жыл бұрын
@@sarathtv can i give any number for local port?
@sarathtv
@sarathtv Жыл бұрын
@@kanarendran the module comes with a default local port using that u can access the configuration page In that page u can modify the port number if u like
@vivekkumar-mw2rf
@vivekkumar-mw2rf Жыл бұрын
​@@sarathtvcan you explain how to set difficult id in rs485
@kumaravelsubramanian3327
@kumaravelsubramanian3327 2 жыл бұрын
Dear sir, i too have the same error.. No module named 'pymodbus.client.sync'
@sarathtv
@sarathtv 2 жыл бұрын
Can you try these First check pip list from command prompt Make sure pymodbus is listed The enter into python interpretter from cmd and try to import pymodbus
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Жыл бұрын
@@sarathtv sir i just remove (.sync)...the remaining code works for me...thank you so much for your wonderful explanation
@sarathtv
@sarathtv Жыл бұрын
Thanks for your feedback 😊
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Жыл бұрын
Dear Sir, 1) kindly share the same format sample code for schneider EM6400NG Smart Meter, i have tried so many ways still i got nothing, myself use the same pymdbus library and payload library but no response, (Error: Attribute has no registers). kindly help me sir
@sarathtv
@sarathtv Жыл бұрын
Hii You can share ur code at sarathtv2@gmail.com I can check and give u my feedback
@rajshrikale3328
@rajshrikale3328 2 жыл бұрын
Hi Sir Thanks for this video I was looking everywhere on internet for same 🙂 while I am running program showing error please help me
@sarathtv
@sarathtv 2 жыл бұрын
Could you tell me what's the error you are getting
@rajshrikale3328
@rajshrikale3328 2 жыл бұрын
Module not found error no module named pymodbus. Client. Sync
@rajshrikale3328
@rajshrikale3328 2 жыл бұрын
Can you please share your contact number I am trying to do this but as a beginner need your support
@sarathtv
@sarathtv 2 жыл бұрын
@@rajshrikale3328 can you show the output of pip list To make sure you have installed pymodbus library
@sarathtv
@sarathtv 2 жыл бұрын
@@rajshrikale3328 you can contact via mail. sarathtv2@gmail.com
@k.dillibabu2365
@k.dillibabu2365 Жыл бұрын
This process its good sir. But multi meters work is possible?
@sarathtv
@sarathtv Жыл бұрын
Yes I had tried with reading 11 different meters connected in daisy chain
@alliswell2448
@alliswell2448 Жыл бұрын
Music? 😢
@sarathtv
@sarathtv Жыл бұрын
Sorry for that Hope u get the information u looked for
@andersonrivas9545
@andersonrivas9545 4 ай бұрын
I get a communication problem timeout error
@sarathtv
@sarathtv 4 ай бұрын
@@andersonrivas9545 mostly it would be due to improper connection
@SureshKhake
@SureshKhake 8 ай бұрын
Back round music very badly disturbed me
@sarathtv
@sarathtv 8 ай бұрын
Hope u got the required information from the video If not feel free to contact me for any clarification
Converting Modbus RTU(485) to TCP/IP with Waveshare
17:26
The Automation Gym
Рет қаралды 13 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
What is Modbus Communication Protocol? | Basics of Modbus TCP/IP and Modbus RTU
9:16
IT and Automation Academy
Рет қаралды 127 М.
КАК УСТРОЕН TCP/IP?
31:32
Alek OS
Рет қаралды 259 М.
01- What is Modbus ? And detail of Modbus RS485 RTU Communication?
23:22
Read data from energy meters by using ModScan32
19:59
General Technology Knowledge
Рет қаралды 8 М.
Faulty Ubiquiti POE Network Switch | Can I Fix It?
31:22
Buy it Fix it
Рет қаралды 37 М.