|
34 | 34 | "registers": [
|
35 | 35 | {
|
36 | 36 | "address": 0,
|
37 |
| - "name": "AIN#(0:254)", |
| 37 | + "name": "AIN#(0:249)", |
38 | 38 | "type": "FLOAT32",
|
39 | 39 | "devices": [
|
40 | 40 | "T8",
|
|
2994 | 2994 | },
|
2995 | 2995 | {
|
2996 | 2996 | "address": 40000,
|
2997 |
| - "name": "AIN#(0:254)_RANGE", |
| 2997 | + "name": "AIN#(0:249)_RANGE", |
2998 | 2998 | "type": "FLOAT32",
|
2999 | 2999 | "devices": [
|
3000 | 3000 | {
|
|
3017 | 3017 | },
|
3018 | 3018 | {
|
3019 | 3019 | "address": 42500,
|
3020 |
| - "name": "AIN#(0:254)_NEGATIVE_RANGE", |
| 3020 | + "name": "AIN#(0:249)_NEGATIVE_RANGE", |
3021 | 3021 | "type": "FLOAT32",
|
3022 | 3022 | "devices": [
|
3023 | 3023 | {
|
|
3035 | 3035 | },
|
3036 | 3036 | {
|
3037 | 3037 | "address": 41000,
|
3038 |
| - "name": "AIN#(0:254)_NEGATIVE_CH", |
| 3038 | + "name": "AIN#(0:249)_NEGATIVE_CH", |
3039 | 3039 | "type": "UINT16",
|
3040 | 3040 | "devices": [
|
3041 | 3041 | {
|
|
3057 | 3057 | },
|
3058 | 3058 | {
|
3059 | 3059 | "address": 41500,
|
3060 |
| - "name": "AIN#(0:254)_RESOLUTION_INDEX", |
| 3060 | + "name": "AIN#(0:249)_RESOLUTION_INDEX", |
3061 | 3061 | "type": "UINT16",
|
3062 | 3062 | "devices": [
|
3063 | 3063 | {
|
|
3080 | 3080 | },
|
3081 | 3081 | {
|
3082 | 3082 | "address": 42000,
|
3083 |
| - "name": "AIN#(0:254)_SETTLING_US", |
| 3083 | + "name": "AIN#(0:249)_SETTLING_US", |
3084 | 3084 | "type": "FLOAT32",
|
3085 | 3085 | "devices": [
|
3086 | 3086 | {
|
|
5226 | 5226 | },
|
5227 | 5227 | {
|
5228 | 5228 | "address": 50000,
|
5229 |
| - "name": "AIN#(0:254)_BINARY", |
| 5229 | + "name": "AIN#(0:249)_BINARY", |
5230 | 5230 | "type": "UINT32",
|
5231 | 5231 | "devices": ["T7","T4","T8"],
|
5232 | 5232 | "readwrite": "R",
|
5233 | 5233 | "tags": ["AIN"],
|
5234 | 5234 | "streamable": false,
|
5235 |
| - "altnames": ["AIN#(0:254)_BIN"], |
| 5235 | + "altnames": ["AIN#(0:249)_BIN"], |
5236 | 5236 | "description": "Returns the 24-bit binary representation of the specified analog input. If you prefer 16-bit representation, simply divide this by 256. This is for command-response only. Stream always returns binary and LJM applies cal constants, so the LJM config flag LJM_STREAM_AIN_BINARY is used to get binary values."
|
5237 | 5237 | },
|
5238 | 5238 | {
|
|
9260 | 9260 | "2025.06.13.A Added Sub Stream registers and errors.",
|
9261 | 9261 | "2025.06.19.A Changed IO_CONFIG registers from DEFAULT to BOOTUP.",
|
9262 | 9262 | "2025.06.19.B Added Devices section to NEGATIVE_RANGE registers.",
|
| 9263 | + "2025.06.19.C Changed AIN ranges from 0-254 to 0-249.", |
9263 | 9264 | "See https://github.com/labjack/ljm_constants for further comments.",
|
9264 | 9265 | "End Of Comments"
|
9265 | 9266 | ]
|
|
0 commit comments