In Citect SCADA V6 and above OID checks
are more strict. The run time compiler does an OID check when
changing from one page to another. If there is any mismatch in OIDs
between the variable.dbf in the RUN parameter and that on the back
up path, the page update process is slowed down due to the OID
mismatch as the compiler has to subscribe all OID based tags again.
To fix the problem, ensure you have exactly the same project on
both paths. Back up a compiled version of the project on the
[CTEDIT]RUN path and restore that version of the project on the
[CTEDIT]BACKUP path. Note that individual compilations of the
project on each path may result in OID mismatches and hence lead to
the slow page navigation issue.
|