Skip to content

Commit

Permalink
Updated STREAM_CLOCK_SOURCE for ESS options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryker-LabJack committed Jul 15, 2024
1 parent 6203fd8 commit 304acfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LabJack/LJM/ljm_constants.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"header": {
"filename": "ljm_constants.json",
"version": "2024.07.09.A",
"version": "2024.07.15.A",
"checksum": "-1",
"support_url": "https://labjack.com/pages/support",
"tags_base_url": "https://labjack.com"
Expand Down Expand Up @@ -702,7 +702,7 @@
"default": 0,
"tags": ["STREAM"],
"altnames": ["STREAM_OPTIONS"],
"description": "Controls which clock source will be used to run the main stream clock. 0 = Internal crystal, 2 = External clock source on CIO3. Rising edges will increment a counter and trigger a stream scan after the number of edges specified in STREAM_EXTERNAL_CLOCK_DIVISOR. All other values reserved."
"description": "Controls which clock source will be used to run the main stream clock. 0 = Internal crystal, 2 = External clock, 4 = Primary ESS, 8 = Secondary ESS"
},
{
"address": 4016,
Expand Down Expand Up @@ -9107,6 +9107,7 @@
"2024.06.04.A STREAM_CLOCK_SOURCE description now reflects the difference between T7 and T8 pins",
"2024.06.21.A Added STREAM_RATE_INVALID_FOR_CJC error code that is for limiting CJC streams to 250Hz",
"2024.07.09.A Added AIN_HEALTH register.",
"2024.07.15.A Updated STREAM_CLOCK_SOURCE to include ESS options.",
"See https://github.com/labjack/ljm_constants for further comments.",
"End Of Comments"
]
Expand Down

0 comments on commit 304acfd

Please sign in to comment.