You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/More/App-Notes/Rotary-Encoder/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
These two examples were made for the [Photoelectric Rotary Encoder - H38S100B](https://labjack.com/support/app-notes/digital-IO/photoelectric-rotary-encoder-H38S100B) application note.
4
4
5
+
6
+
### Quadrature-Input.vi
5
7
The Quadrature-Input.vi is a basic example that opens a device, configured it, and then reads back data.
6
8
9
+
### Quadrature_Input_Example_Application.vi
7
10
The Quadrature_Input_Example_Application.vi is a more advanced producer-consumer loop based application that can be built and run as a .exe.
8
11
9
-
Changelog
12
+
### Changelog
10
13
v1: Switched to using "_READ_A" and 2s compliment calculations for determining position.
0 commit comments