You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
2.1.8 Flange & Hardware Utility Macros
Name |
Value |
Description |
|---|---|---|
MIN_FLANGE_AI |
2 |
Minimum index of flange analog input channels. |
MAX_FLANGE_AI |
4 |
Maximum index of flange analog input channels. |
IS_NEW_FLANGE_VERSION(f) |
((f[3] > ‘1’) && ((f[2] == ‘0’) || (f[2] == ‘1’))) |
Utility macro used to check whether the flange firmware corresponds to a new version
based on the provided version string array |