BiancoRoyal / node-red-contrib-modbus

maintained by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-modbus
BSD 3-Clause "New" or "Revised" License
295 stars 108 forks source link

Function Code 43 #429

Closed innoagg closed 8 months ago

innoagg commented 8 months ago

Which node-red-contrib-modbus version are you using?

Latest

What happened?

Is there a cheat to be able to use function code 43 or others? Is it intentional to filter certain function codes? Flex Getter will only accept common ones.

image

Server

Modbus-Flex-Server Node (Please attach Script to the next section)

How can this be reproduced?

Use a function code 43 in "payload.fc"

What did you expect to happen?

No response

Other Information

No response

biancode commented 8 months ago

Hi, you can try the CustomFC node to test with, but it needs some function around to handle the buffers and encapsulation

innoagg commented 8 months ago

I apologize for not seeing that node. I must have read right over it. I'll give it a shot.

biancode commented 8 months ago

right the name is in that version Modbus Flex FC

image