diff -r a89ed401fbc6 -r 1ffff67678ad ProjectController.py --- a/ProjectController.py Fri Oct 25 14:51:38 2024 +0200 +++ b/ProjectController.py Mon Oct 28 16:02:47 2024 +0100 @@ -1919,6 +1919,9 @@ # Oups. self.logger.write_error(_("Connection failed to %s!\n") % uri) else: + VersionsInfoBytes = self._connector.ExtendedCall("GetVersions", bytes()) + VersionsInfo = VersionsInfoBytes.decode() + self.logger.write(f"Version string: {VersionsInfo}\n") self.CompareLocalAndRemotePLC() # Init with actual PLC status and print it