Coder Social home page Coder Social logo

Comments (4)

Fhui avatar Fhui commented on July 18, 2024

I don't want to establish multiple TCP connections. I just want to create multiple slaveids after establishing a TCP connection

from jlibmodbus.

mastera74 avatar mastera74 commented on July 18, 2024

Did you manage to resolve this issue?

from jlibmodbus.

halimselim avatar halimselim commented on July 18, 2024

I developed a dirty solution for myself. I forwarded slaveid to dataholder.
Disabled slave id filter in [RequestHandlerTCP.java] to catch all request

If you like my solution I would create a pull request.

master...halimselim:jlibmodbus:master

public class MyDataHolder extends DataHolder {

    @Override
    public int[] readHoldingRegisterRange(int slaveid, int offset, int quantity) throws IllegalDataAddressException {

    }
}

from jlibmodbus.

Fhui avatar Fhui commented on July 18, 2024

我为自己开发了一个肮脏的解决方案。 在 [RequestHandler.java] 中禁止slaveid过滤器以请求所有请求

如果您喜欢我的解决方案,我会创建一个拉取请求。

主... halimselim:jlibmodbus:master

public class MyDataHolder extends DataHolder {

    @Override
    public int[] readHoldingRegisterRange(int slaveid, int offset, int quantity) throws IllegalDataAddressException {

    }
}

thanks

I'm going to use another library, modbus4j, it's good

from jlibmodbus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.