Updated Home (markdown)

Chris Esposito 2018-02-06 14:40:35 +11:00
parent b03019bf98
commit f1c99ba1b5
1 changed files with 86 additions and 95 deletions

181
Home.md

@ -1,11 +1,3 @@
This wiki is a work in progress.
I just basically copied a Google Doc and haven't even formatted it properly yet.
Bear with me.
~Chris
# Licence
This document is licensed under the Creative Commons 4.0 BY-SA licence. You are free to download it, share it, and use it for any purpose (including commercial purposes), as long as any edits you make are shared back to the community, and that proper credit is given (a link back to espotek.com or github.com/espotek/labrador will suffice).
@ -47,92 +39,6 @@ Video here:
Its for an old version of the software. I need to make a new one.
## Shortcuts
Some shortcuts may be different on Mac OS X.
Try pressing Command instead of Ctrl.
<table>
<tr>
<td>KEY</td>
<td>ACTION</td>
</tr>
<tr>
<td>Ctrl-B</td>
<td>Cycles logic analyzer CH1 baudrate forward</td>
</tr>
<tr>
<td>Ctrl-Shift-B</td>
<td>Cycles logic analyzer CH1 baudrate backward</td>
</tr>
<tr>
<td>Ctrl-Alt-B</td>
<td>Cycles logic analyzer CH2 baudrate forward</td>
</tr>
<tr>
<td>Ctrl-Alt-Shift-B</td>
<td>Cycles logic analyzer CH2 baudrate backward</td>
</tr>
<tr>
<td>Z</td>
<td>Snaps display to vertical/horizontal cursors</td>
</tr>
<tr>
<td>M</td>
<td>Brings up window to directly type in oscilloscope range</td>
</tr>
<tr>
<td>C</td>
<td>Takes snapshot of CH1 (CSV file)</td>
</tr>
<tr>
<td>V</td>
<td>Takes snapshot of CH2 (CSV file)</td>
</tr>
<tr>
<td>Up Arrow</td>
<td>Scroll in (useful for laptop users w/o mouse)</td>
</tr>
<tr>
<td>Down Arrow</td>
<td>Scroll out (useful for laptop users w/o mouse)</td>
</tr>
<tr>
<td>Left Arrow</td>
<td>Shift trace left by 10% (add delay)</td>
</tr>
<tr>
<td>Right Arrow</td>
<td>Shift trace right by 10% (reduce delay)</td>
</tr>
<tr>
<td>Ctrl-Left Arrow</td>
<td>Shift trace left by 50% (add delay)</td>
</tr>
<tr>
<td>Ctrl-Right Arrow</td>
<td>Shift trace right by 50% (reduce delay)</td>
</tr>
<tr>
<td>W</td>
<td>Alias of up arrow key</td>
</tr>
<tr>
<td>A</td>
<td>Alias of left arrow key</td>
</tr>
<tr>
<td>S</td>
<td>Alias of down arrow key</td>
</tr>
<tr>
<td>D</td>
<td>Alias of right arrow key</td>
</tr>
</table>
## Buffers
Due to RAM and USB bandwidth limitations, each board has only two buffer resources available. Each device requires a certain amount of these buffer resources to function.
@ -221,4 +127,89 @@ As an example, if you are measuring the current through a circuit that you suspe
For resistance, youll want to aim for a reference resistor as close to the load resistance as possible. To be more accurate, you may want to take multiple measurements.
For capacitance, youll want to choose a reference resistor that gives you an RC time constant of about 1ms.
For capacitance, youll want to choose a reference resistor that gives you an RC time constant of about 1ms.
## Shortcuts
Some shortcuts may be different on Mac OS X.
Try pressing Command instead of Ctrl.
<table>
<tr>
<td>KEY</td>
<td>ACTION</td>
</tr>
<tr>
<td>Ctrl-B</td>
<td>Cycles logic analyzer CH1 baudrate forward</td>
</tr>
<tr>
<td>Ctrl-Shift-B</td>
<td>Cycles logic analyzer CH1 baudrate backward</td>
</tr>
<tr>
<td>Ctrl-Alt-B</td>
<td>Cycles logic analyzer CH2 baudrate forward</td>
</tr>
<tr>
<td>Ctrl-Alt-Shift-B</td>
<td>Cycles logic analyzer CH2 baudrate backward</td>
</tr>
<tr>
<td>Z</td>
<td>Snaps display to vertical/horizontal cursors</td>
</tr>
<tr>
<td>M</td>
<td>Brings up window to directly type in oscilloscope range</td>
</tr>
<tr>
<td>C</td>
<td>Takes snapshot of CH1 (CSV file)</td>
</tr>
<tr>
<td>V</td>
<td>Takes snapshot of CH2 (CSV file)</td>
</tr>
<tr>
<td>Up Arrow</td>
<td>Scroll in (useful for laptop users w/o mouse)</td>
</tr>
<tr>
<td>Down Arrow</td>
<td>Scroll out (useful for laptop users w/o mouse)</td>
</tr>
<tr>
<td>Left Arrow</td>
<td>Shift trace left by 10% (add delay)</td>
</tr>
<tr>
<td>Right Arrow</td>
<td>Shift trace right by 10% (reduce delay)</td>
</tr>
<tr>
<td>Ctrl-Left Arrow</td>
<td>Shift trace left by 50% (add delay)</td>
</tr>
<tr>
<td>Ctrl-Right Arrow</td>
<td>Shift trace right by 50% (reduce delay)</td>
</tr>
<tr>
<td>W</td>
<td>Alias of up arrow key</td>
</tr>
<tr>
<td>A</td>
<td>Alias of left arrow key</td>
</tr>
<tr>
<td>S</td>
<td>Alias of down arrow key</td>
</tr>
<tr>
<td>D</td>
<td>Alias of right arrow key</td>
</tr>
</table>