I'm trying new project for myself with advancedHMI where I connect 4 plc through RS485 to get data array (each different length).
which method will be the best?
Set up driver for each slave, and then pair Datasubscriber2 to get data; OR
Set up one driver, then cycling the config after it receive some data.