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

Color the Excel row based on a value/status

Very often, we would like to differenciate the rows that are having certain status (or specific values in a specific column) in a different color. We can filter for the status and apply the color manually, but we can also do that dynamically or automatically with a specific tweak to the Conditional Formatting feature in Excel

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..