Archie, can you please help clarify same basic settings of the drivers and datasubscribers. I don't completely understand how these interact with each other. For instance the ModbusTCP driver has a pollrate override setting and in the datasubscriber has a pollrate and log interval setting. What is the difference between these two and what determines the pollrate to the end device(PLC)? If I set the pollrate or log interval of the datasubscriber to 250ms and the ModbusTCP to 500ms, my assumption is that data is refreshed every 500ms from the actual device and the datasubscriber polls the driver every 250ms. So setting the pollrate value of the datasubscriber less than the driver is essentially a waste of time? Hope this question makes sense, thanks.