Hello Community,
In my current project, I am reading thousands of data from plc db. For instance, i reads between 50-150 variables from just one db. Each variable is string[18]. I am connecting about 100 different db. 1005020 = 100,000 byte. This is how much byte i read inside 3-5seconds.
Sometimes i get timeout, our connreset or something like that. I want to optimize the way ı read from plc. I read about reading 1000bytes in single tag instead of using 50 different tag etc. But ı didnt find how can i do. What is your suggestion for my situation. What is the best way of reading thousands of bytes?
(I am using 1508S soft controller as plc)