1.7.2.6. Compatible Versions¶
Here you can define, to which older versions the current device version is compatible. When the CODESYS user opens a project using one of the here defined device versions, he will be prompted to update to the new version.
Examples :
<CompatibleVersions>
<Version>3.5.12.0</Version>
<Version>3.5.12.10</Version>
</CompatibleVersions>
or
<CompatibleVersions>
<Version>3.5.\*.\*</Version>
</CompatibleVersions>
Wildcards can be used. Example: “3.5.*.*” means that the current version is compatible to all versions of 3.5. When using a V3.4 device however in this case no update proposal will be made.

