Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
466 stars 174 forks source link

v3 Dev State #168

Closed stefanpoeter closed 6 years ago

stefanpoeter commented 6 years ago

The way I see it, we are missing some fcs on the TCP Server Response Handler. After that we can move to a beta phase and start testing v3. What do you think @AnthonyMujic ?

AnthonyMujic commented 6 years ago

I think that is a great idea. There are fc's 15 and 16 then we can test to work out what more is required.

On Sat, Jan 27, 2018 at 10:05 AM, Stefan Poeter notifications@github.com wrote:

Assigned #168 https://github.com/Cloud-Automation/node-modbus/issues/168 to @AnthonyMujic https://github.com/anthonymujic.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/Cloud-Automation/node-modbus/issues/168#event-1444529446, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2k8tkJCk-ZQlCdu9Z4hksdk2UiwrzEks5tOloxgaJpZM4Ru_1U .

AnthonyMujic commented 6 years ago

Fc's 15 and 16 are complete. @stefanpoeter, let me know if there are any issues, or if there is anything else in v3 you would like me to work on.

stefanpoeter commented 6 years ago

@AnthonyMujic great work, I would say we can move soon to a beta version and create some scripts for long running tests.

kevingarman commented 6 years ago

@stefanpoeter, probably not a great place to post this, but just wanted to say thanks for this project. I've been using it a bit and it's been solid for me. I'm testing v3 now because I need the #149 functionality...looking forward to the v3 release!

stefanpoeter commented 6 years ago

@kevingarman How are your tests going?

kevingarman commented 6 years ago

@stefanpoeter So far so good!