Question:
My driver has two types of tags: one that points to existing variables, and another one that doesn’t. In this case, why is communication not happening to either type?
Solution:
This is because driver’s EnableReadGrouping property, which enhances I/O performance, is enabled (TRUE); to fix this, you must disable the property (FALSE), fix all incorrectly set tags, and then re-enable it.