Dear sir, I watched your videos. Your all videos are very worth informative . How can contact to you? Please reply. 🙏
@sarathtv8 ай бұрын
You can mail me sarathtv2@gmail.com
@kumaravelsubramanian33272 жыл бұрын
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...
@sarathtv2 жыл бұрын
Thanks for your feedback
@Light-cm5hc4 ай бұрын
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
@MakerGarageYT10 ай бұрын
How can I take data from two differents device? I have 2 smartmeters modbus rtu with different ID
@sarathtv10 ай бұрын
Hi You can create new client object with the ip of the second meter Then use that client object to read the registers
@MakerGarageYT10 ай бұрын
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
@sarathtv10 ай бұрын
@@MakerGarageYT create a new client object with the ip of the second meter
@MakerGarageYT10 ай бұрын
@@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
@sarathtv10 ай бұрын
@@MakerGarageYT that is not possible with this converter
@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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Can u share a block diagram so that I can understand this better Share it to sarathtv2@gmail.com
@ab5651884 ай бұрын
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?
@sarathtv4 ай бұрын
@@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.vchandrahas39172 жыл бұрын
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
@sarathtv2 жыл бұрын
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 Жыл бұрын
I need a similar task done. can you help me with this? happy to engage professionally with you on this project.
@rockysubu8384 Жыл бұрын
thanks bro for info. better if you can reduce volume of background music
@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 Жыл бұрын
Does it convert from MBUS TCP/IP to RTU also???
@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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@sarathtv can i give any number for local port?
@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 Жыл бұрын
@@sarathtvcan you explain how to set difficult id in rs485
@kumaravelsubramanian33272 жыл бұрын
Dear sir, i too have the same error.. No module named 'pymodbus.client.sync'
@sarathtv2 жыл бұрын
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 Жыл бұрын
@@sarathtv sir i just remove (.sync)...the remaining code works for me...thank you so much for your wonderful explanation
@sarathtv Жыл бұрын
Thanks for your feedback 😊
@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 Жыл бұрын
Hii You can share ur code at sarathtv2@gmail.com I can check and give u my feedback
@rajshrikale33282 жыл бұрын
Hi Sir Thanks for this video I was looking everywhere on internet for same 🙂 while I am running program showing error please help me
@sarathtv2 жыл бұрын
Could you tell me what's the error you are getting
@rajshrikale33282 жыл бұрын
Module not found error no module named pymodbus. Client. Sync
@rajshrikale33282 жыл бұрын
Can you please share your contact number I am trying to do this but as a beginner need your support
@sarathtv2 жыл бұрын
@@rajshrikale3328 can you show the output of pip list To make sure you have installed pymodbus library
@sarathtv2 жыл бұрын
@@rajshrikale3328 you can contact via mail. sarathtv2@gmail.com
@k.dillibabu2365 Жыл бұрын
This process its good sir. But multi meters work is possible?
@sarathtv Жыл бұрын
Yes I had tried with reading 11 different meters connected in daisy chain
@alliswell2448 Жыл бұрын
Music? 😢
@sarathtv Жыл бұрын
Sorry for that Hope u get the information u looked for
@andersonrivas95454 ай бұрын
I get a communication problem timeout error
@sarathtv4 ай бұрын
@@andersonrivas9545 mostly it would be due to improper connection
@SureshKhake8 ай бұрын
Back round music very badly disturbed me
@sarathtv8 ай бұрын
Hope u got the required information from the video If not feel free to contact me for any clarification