Skip to content

Allow declaring multiple banks of registers at a time #95

Open
@salasidis

Description

@salasidis

Got it to work on a Portenta H7 - only testing Holding Register reading (all required in my application).

I have a question about the software.

Is it possible to issue 2 configures as below

modbusTCPServer.configureHoldingRegisters(0, nSensors);
modbusTCPServer.configureHoldingRegisters(1000, nSensors*2);

I would like to have the first group be scaled integers, and the second group will be transmitted as floats. The user will decide which to access depending on their PLC etc

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: enhancementProposed improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions