Motion_Control_Examples icon indicating copy to clipboard operation
Motion_Control_Examples copied to clipboard

time.sleep(25) --> time.sleep(0.25)

Open cyamahat opened this issue 1 year ago • 0 comments
trafficstars

Motion_Control_Examples/Python/KCube/KPZ101 /kpz101_pythonnet.py

Script successfully tested.

However, the initialisation takes quite a long time. I figured out why: There is a time.sleep(25) [line 44] and I assume that it could be decreased to 0.25 (i.e., like at line 46).

cyamahat avatar Apr 08 '24 14:04 cyamahat