Private
Public Access
11
1

Update NI_PCI6602

2026-04-01 14:58:50 +02:00
parent d19d97e85e
commit 51fb6b7ed1
+18 -8
@@ -2,12 +2,22 @@
The basic functions of Pixelator are implemented on the [NI PCI6602](https://www.ni.com/docs/en-US/bundle/ni-660x-specs/resource/372141b.pdf) Counter/Timer card. (In future, other options will be implemented that avoid NI cards altogether.)
The NI PCI6602 card provides the clock that governs the measurement dwell time and triggers detectors, often referred to as the "pixel clock". These are constructed from the first 3 subdevices (of 8 total) using the following external connections.
| Function | Header | Header |
| --- | --- | --- |
| <colspan=2>Cell | 3 | C0 Gate |
| Cell | 8 | C2 Out |
| Cell | Cell | Cell |
The NI PCI6602 card provides the clock that governs the measurement dwell time and triggers detectors, often referred to as the "pixel clock". These are constructed from the first 3 subdevices (of 8 total) using the following external connections (pins grouped into the same function are connected).
<table>
<tr><td> Function </td><td> Pin </td><td> Name </td></tr>
<tr><td rowspan=2>?</td><td> 3 </td><td> C0 Gate </td></tr>
<tr><td> 32 </td><td> C2 Out </td></tr>
<tr><td rowspan=2>Line Time</td><td> 5 </td><td> C0 Out </td></tr>
<tr><td> 8 </td><td> C1 Gate </td></tr>
<tr><td rowspan=6>Counter Trigger</td><td> 9 </td><td> C1 Out </td></tr>
<tr><td> 64 </td><td> C3 Gate </td></tr>
<tr><td> 61 </td><td> C4 Gate </td></tr>
<tr><td> 58 </td><td> C5 Gate </td></tr>
<tr><td> 21 </td><td> C6 Gate </td></tr>
<tr><td> 51 </td><td> C7 Gate </td></tr>
<tr><td rowspan=2>Window Trigger</td><td> 67 </td><td> C2 Gate </td></tr>
<tr><td> - </td><td> Analog Output card pin PO.0 </td></tr>
<tr><td rowspan=2>Beam Shutter</td><td> 10 </td><td> PO.0 </td></tr>
<tr><td> - </td><td> Analog Output card pin PO.0 </td></tr>
</table>