pfjarschel / TaperPullingPro

Python package relevant to pulling optical fiber tapers.
0 stars 0 forks source link

Add variable pulling velocity #13

Closed pfjarschel closed 1 week ago

pfjarschel commented 2 months ago

Change pulling velocity depending on certain conditions, such as:

pfjarschel commented 2 weeks ago

Stop pulling at HZ edges can be done, but not sure it would bring much benefits from it. The other aspects are simply not possible with ThorLabs motors.

pfjarschel commented 2 weeks ago

After careful testing, it seems that the procedure of stopping the puller motors, changing velocity and resuming movement is not as bad as it first seemed. Praise be the brushless motors!

pfjarschel commented 2 weeks ago

The only thing that is actually unfeasible is to maintain the velocity proportion all the time, since it would mean stopping at every loop iteration.

pfjarschel commented 2 weeks ago

Stop pulling at edges done in c2158a2c280045e2a8bfeead9d5d1ab97d425b3c, still a work in progress, as there are some bugs (#43).

pfjarschel commented 1 week ago

d38595e582276ea74f7d2ccfd90a2315c0eaed42 and f7069610978e56a6474ddfb13f118abe59802c4a added support for the final task.

Done.