-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triggerscope Documentation #372
Draft
edyoshikun
wants to merge
3
commits into
main
Choose a base branch
from
triggerscope_md
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Setting up the Triggerscope | ||
|
||
This guide will walk through setting up the triggerscope (DAC device) to externally drive the LCs for hardware sequencing. | ||
|
||
--- | ||
## Table of Contents | ||
- [Setting up the Triggerscope](#setting-up-the-triggerscope) | ||
- [Table of Contents](#table-of-contents) | ||
- [Triggerscope](#triggerscope) | ||
- [Setup the Triggerscope with micromanager](#setup-the-triggerscope-with-micromanager) | ||
- [Plugin the triggerscope](#plugin-the-triggerscope) | ||
- [Remove/Check the Meadowlark device is not in config file](#removecheck-the-meadolwark-device-is-not-in-config-file) | ||
- [Connect the Meadowlark LC control box to the Triggerscope](#connect-the-meadowlark-lc-control-box-to-the-triggerscope) | ||
- [Set the LCs to `external mode`](#set-the-lcs-to-external-mode) | ||
- [Launch micromanager with the new config file](#launch-micromanager-with-the-new-config-file) | ||
- [FAQ / Troubleshooting](#faq--troubleshooting) | ||
|
||
--- | ||
## Triggerscope | ||
The Triggerscope is a device for hardware control and synchronization of cameras, lasers, shutters, galvos, stages and other optoelectronic equipment used popularily used home-built microscopes. | ||
|
||
** triggerscope image | ||
|
||
In this case, the triggerscope is used to send 0-5V signal to the Meadowlark DS5020 controlbox to drive the LCs through external analog inputs. | ||
*Note: the Meadowlark DS5020 is required as it converts the signals | ||
|
||
** Check the Triggerscope Firmware | ||
|
||
Additionally, the triggerscope can be used as a device that can be sequenced to trigger fast and precisely the optoelectronic hardware in the microscope. In Micromanager, sequencing referes to the pre-computed train of events that will trigger the different pieces of hardware fast and precisly. To create fast and precise triggering sequences, Micromanager needs to know what devices will be `sequenced` and in what order, typically predetermined by the MDA. The devices that can be sequenced include lightsources, laser combiners, stages, and DACs. Refer to the individual device adapater to check if this devices supports `hardware sequencing`. | ||
|
||
## Setup the Triggerscope with Micromanager | ||
|
||
Launch Micromanager, open `Devices > Hardware Configuration Wizard...`, and add the `Triggerscope Hub` device to your configuration. | ||
|
||
Confirm your installation by opening Devices > Device Property Browser... and confirming that `Triggerscope DAC` properties appear. | ||
### Plugin the triggerscope | ||
- Connect the triggerscope via USB | ||
- Connect the external power supply to the triggerscope | ||
- Flip on the switch | ||
|
||
### Remove/Check the Meadowlark device is not in config file | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this necessary? I think there's a Triggerscope + Meadowlark config file on automaton, but I haven't tested it thoroughly. |
||
|
||
|
||
## Connect the Meadowlark LC control box to the Triggerscope | ||
Using the connectors on the LC control box, connect the LC to | ||
Make sure to note which LC (i.e LCA and LCB) is connected to Triggerscope DAC ##. | ||
|
||
** missing pictures for the connectors | ||
|
||
## Set the LCs to `external mode` | ||
|
||
|
||
## Launch micromanager with the new config file | ||
|
||
|
||
## FAQ / Troubleshooting | ||
- The LCs are not changing even if I sweep the voltages on the micromanager properties. | ||
- Make sure the LC controller box is connected to the computer via USB | ||
- Open CellDrive and set the LCs in ["external mode"](#set-the-lcs-to-external-mode) | ||
- When I change the triggerscope voltages from the MM device property manager, MM crashes | ||
- [Check](#plugin-the-triggerscope) that the Triggerscope is connected via USB and connected to its power supply through the barrel connector. | ||
- What is sequencing? | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd benefit from details about what the "Sequencing" settings do.