node-modbus icon indicating copy to clipboard operation
node-modbus copied to clipboard

Modbus TCP Client/Server implementation for Node.JS

Results 26 node-modbus issues
Sort by recently updated
recently updated
newest added

On success (normal resp) i am not interested in the request, but when errors occur it would be good to know what was send to the Server.

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Release notes Sourced from y18n's releases. y18n y18n-v4.0.3 Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) y18n y18n-v4.0.2 Bug Fixes security:...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Hi Hoping someone can assist. I have been using this lib for a long time, but only for reading Holding Registers, but now I need to read Input Registers (FC-4)...

In the spec, for the Read Holding registers request that comes from the Modbus client, byte 3+4 combined forms the 2-byte starting address of the register to start reading from....

It is usually stopped after some failed requests either 2023-06-29T06:41:29.365Z startGettingData Timed out ETIMEDOUT or 2023-06-29T06:33:26.760Z startGettingData Port Not Open ECONNREFUSED or 2023-07-06T05:27:19.498Z connect ETIMEDOUT {IP}:{PORT} -110 HMI continues working...

`modpoll -t 4:float -r 41066 -a 100 -0 192.168.50.200`

https://github.com/Cloud-Automation/node-modbus/blob/af7ddd3e47173233078ce8da65dfe9a020575eb3/src/tcp-request.ts#L31 ```ts get address () { return this.unitId } get slaveId () { return this.unitId } ``` I'm not sure if this is the correct value, shouldn't it return `return...

bug