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 |