pyLSV2 icon indicating copy to clipboard operation
pyLSV2 copied to clipboard

unexpected response 'RSP.T_BD'

Open Andreas-strg opened this issue 7 months ago • 8 comments

Hello,

I try to send data (normal .H) with send_file, binary_mode=False on a "iTNC530 60642002 SP10" (the same code works on a TNC640) could not send data, received unexpected response 'RSP.T_BD

The Heidenhan Doc says "Blockübertragungsfehler" (sorry German) Die Fehlernummern 100 - 199 sind Blockübertragungsabbruchfehler (T_BD)

con.last_error() repeats also an Error :( Traceback (most recent call last):

  File "h:\python\pyLSV2\pyLSV2 test Datei.py", line 28, in <module>
    con.last_error()
TypeError: 'LSV2Error' object is not callable

Andreas-strg avatar Nov 27 '23 06:11 Andreas-strg