Skip to main content

Focus stack automation - Rail Integration

As posted last time, I had received the rail. I have it integrated now. Also, i have implemented the camera triggering aspect. I am using opto-isolator for that. I got it all put together. Now I can use it for taking photos as expected. Here are some pictures of the setup.








Although I knew the coupling of the motor with rail knob would be challenging, I didn't think it would be this difficult. I had to plan - make, next plan - make again, several times before I could settle down. The alignment is real key in getting the motor to work without getting stuck.

Next steps:
Install limit switches for the rail,
Add physical switches for power ON/OFF, LCD ON/OFF, Motor ON/OFF.

Comments

Popular posts from this blog

Setting the ProE model on its tolerance limits (MMC or LMC) using Dim Bound option

What is in the cards... * What is a DIM BOUND and its use? * How do I access it? * What are my options? * Maximum Material Condition (MMC) and Least Material Condition (LMC) * Dim Bound TABLE

TreeView Structure in Excel VBA

TreeView is extreamly useful in specific cases but it can be bit tricky sometimes to implement.  Last Few days I was working on a TreeView Structure and thought I will share the knowledge I gained...  This post takes you through the basic operations to create and operate a TreeView. It will be like the Folder tree window of the windows explorer.  Moreover, you can have it dynamically updated based on the data in excel.... Here we go..