ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
640 stars 193 forks source link

Question #1

Closed GITchristoph closed 7 years ago

GITchristoph commented 7 years ago

Dear Graham,

Thanks a lot for writing a Software and making it available here.

Before I try and explore its capabilities I wanted to ask one question.

I am looking for a piece of Software that can read as a Master via Modbus TCP data from 3 Slaves each with its own IP address and that then can give out the read data via Modbus Slave (or Master if Slave is not possible) on a single IP address.

The idea is to bundle the information from 3 IP adresses to just 1 IP address.

Can you tell me if your Software can do this? Or do you maybe know a Software that can do this? ( ;-) )

Your time of even reading this message is very much appreciated so thanks a lot again for your software and in advance also for your answer,

Chris

graham22 commented 7 years ago

Hi Chris, The app can only connect to one slave at a time, you would have to write some custom software for this, There are some good modbus libraries in nuget if you're using visual studio c#

Graham

On Aug 8, 2016 10:39 AM, "GITchristoph" notifications@github.com wrote:

Dear Graham,

Thanks a lot for writing a Software and making it available here.

Before I try and explore its capabilities I wanted to ask one question.

I am looking for a piece of Software that can read as a Master via Modbus TCP data from 3 Slaves each with its own IP address and that then can give out the read data via Modbus Slave (or Master if Slave is not possible) on a single IP address.

The idea is to bundle the information from 3 IP adresses to just 1 IP address.

Can you tell me if your Software can do this? Or do you maybe know a Software that can do this? ( ;-) )

Your time of even reading this message is very much appreciated so thanks a lot again for your software and in advance also for your answer,

Chris

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/graham22/ModbusTool/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFGATUouQRZWfK6DfOMUP7lF1m6hMFvrks5qdz-GgaJpZM4JfHG- .

GITchristoph commented 7 years ago

Thanks so much for the answer, Graham.

I will look and hipe to sort it out.

Cheers, Chris