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?