Hello @johngj,
Looking at your screenshot, it seems that you are using an old GUI version (maybe the one within FP-SNS-DATALOG2 v2.1.1) with the latest version of the FW v2.2.0.
To solve your issue, please update your installed version of the HSDPython_SDK by running the HSDPython_SDK_install.bat installer script found in your STM32CubeFunctionPack_DATALOG2_V2.2.0\Utilities\HSDPython_SDK folder.
At the end of the installation process, your installed Python package versions should be the following:
- st_pnpl v2.3.0
- st_dtdl_gui v2.3.0
- st_hsdatalog v3.3.0
You can check this by launching the python -m pip list command. To ensure you start from a clean environment, I suggest you create and activate a virtual environment before launching the installer script.
Best regards,
Matteo