Hello,
When we want to subscribe to a structure in our c# code which maps a structure on our plc server. First we subscribe to the variables and then we read the values.
On our first try we used a sampling rate of 50 ms and the reading operation lasts for about 85 seconds and the variables were not mapped. After adjusting the sampling rate to 250 ms we are able to map the variables after 54 seconds which is still a pretty long time.
Why is this operation taking so long and how is it possible to reduce the time? In this case we only want to map and read 27 variables.
best regards
When we want to subscribe to a structure in our c# code which maps a structure on our plc server. First we subscribe to the variables and then we read the values.
On our first try we used a sampling rate of 50 ms and the reading operation lasts for about 85 seconds and the variables were not mapped. After adjusting the sampling rate to 250 ms we are able to map the variables after 54 seconds which is still a pretty long time.
Why is this operation taking so long and how is it possible to reduce the time? In this case we only want to map and read 27 variables.
best regards