I tried to use the terminal block generator on a Linux machine:
qet_tb_generator o.qet
14:32:35 INFO QET Terminal Block Generator - v1.2.5 [main.main:840]
14:32:35 INFO Using the file: o.qet [main.get_QET_fullpath:189]
14:32:35 INFO Generate temp file /tmp/tmpjfjd7u14 [qetproject.__init__:104]
14:32:35 INFO Atribute 'folioSheetQuantity' doesn't exist. Assuming 0 [qetproject.__init__:124]
14:32:35 DEBUG Getting cable number connected to terminal 65 at page Einspeisung [qetproject._getCableNum:267]
Traceback (most recent call last):
File "/usr/local/bin/qet_tb_generator", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/src/main.py", line 852, in main
qet_project = QETProject(qet_file) # allows working with a QET XML file.
File "/usr/local/lib/python3.6/dist-packages/src/qetproject.py", line 136, in __init__
self._set_used_terminals()
File "/usr/local/lib/python3.6/dist-packages/src/qetproject.py", line 388, in _set_used_terminals
terminalId2 = terminals[1].attrib['id']
IndexError: list index out of range
Unfortunately I can't upload the .qet file because it contains confidential customer information.