Python library to simplify communication with Tecomat Foxtrot using PLCcomS https://www.tecomat.cz/ke-stazeni/software/plccoms/
python3 -m pip install pyfoxtrot
from pyfoxtrot import pyfoxtrot
foxtrot = pyfoxtrot.Foxtrot("10.253.16.19")
list = foxtrot.readVariables()