Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

Modbus TCp #26

Closed mikegreenpower closed 8 years ago

mikegreenpower commented 8 years ago

Hi,

can you show to me how to use your Modbus TCC module on web site?

stefanpoeter commented 8 years ago

What exactly are you planing to do?

mikegreenpower commented 8 years ago

Hi, i have a web application for data monitoring ( data from meter) . In this application i want to add a section in wich i can send modbus TCP command to my instruments for setting.

stefanpoeter commented 8 years ago

Have a look at the modbus specification at Modbus.org and get familiar with the protocol. It is a simple protocol and once you know some function Codes you will be able to use this Module with ease.

jakehawkes commented 8 years ago

It is probably worth mentioning that you will need a server to run the node Modbus module in, which will be where the commands are sent from. The commands cannot be sent from the webpage. That is, they cannot be sent from the webpage running on a client computer. The webpage will instead result in the Modbus command being sent from the computer serving the webpage.

Jakehawkes@computer.org +1 (587) 225 2276 www.infinitylimited.net

On Mar 28, 2016, at 1:28 AM, Stefan notifications@github.com wrote:

Have a look at the modbus specification at Modbus.org and get familiar with the protocol. It is a simple protocol and once you know some function Codes you will be able to use this Module with ease.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub