Our development department make many system test the check the complete ctrlX family. Here it seems that there is a problem with the language settings of the windows and ctrlX.
We will check this in detail..
... View more
Try this: import functools
print = functools.partial(print, flush=True) # flush all prints
for i in range(10):
print(i) Then you can read the information from Dianostics Logbook:
... View more
Moved to own topic from this thread: https://developer.community.boschrexroth.com/t5/ctrlX-CORE/diagnosis-system-can-t-confirm-a-pending-error/m-p/25972#M439
... View more
Moved to own topic from this thread: https://developer.community.boschrexroth.com/t5/ctrlX-CORE/diagnosis-system-can-t-confirm-a-pending-error/m-p/25972#M439
... View more