Skip to content

Commit

Permalink
Added STREAM CJC error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryker-LabJack committed Jun 21, 2024
1 parent e294066 commit dab8a02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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.06.04.A",
"version": "2024.06.21.A",
"checksum": "-1",
"support_url": "https://labjack.com/pages/support",
"tags_base_url": "https://labjack.com"
Expand Down Expand Up @@ -8355,6 +8355,11 @@
"string": "STREAM_TRIGGER_INDEX_INVALID",
"description": "The stream trigger index is not valid for this device"
},
{
"error": 2631,
"string": "STREAM_RATE_INVALID_FOR_CJC",
"description": "Stream can only be run at a max of 250Hz when streaming TEMPERATURE(0:7) registers"
},
{
"error": 2670,
"string": "SWDT_ROLLT_INVALID",
Expand Down Expand Up @@ -9086,6 +9091,7 @@
"2024.04.18.A Added POWER_AIN_CHANNEL_ENABLE and the default.",
"2024.05.30.A Updated description for T8 range and add detailed description for AIN_ALL_RANGE for each device.",
"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",
"See https://github.com/labjack/ljm_constants for further comments.",
"End Of Comments"
]
Expand Down

0 comments on commit dab8a02

Please sign in to comment.