How to implement on-demand reading?

Forum Home Forums Understanding the Software How to implement on-demand reading?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18180
    38368423
    Participant

    I have a scenario like this: a Modbus device has a large number of parameters that need to be maintained, but I cannot read all the parameters every time, as that would affect the reading of other data. Therefore, I would like to read the parameters only after clicking a “Read Parameters” button on the interface. How can this be implemented?

    #18181
    manjey73
    Participant

    try to split the parameters into two devices, mydev1.1 and mydev1.2, and specify the second as command reading in the Communicator settings. well, and link the team.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.