Set which INPUTs between 5 to 8 are to use edge detection for pulse counting instead of voltage threshold. Edge detection allows for faster pulses to be detected.
| INPUT | Hex | Decimal Representation |
| 5 | 0x10 | 16 |
| 6 | 0x20 | 32 |
| 7 | 0x40 | 64 |
| 8 | 0x80 | 128 |
| n = sum of decimal representation from above table | Decimal representation of INPUTs to be used (Default 0) |
Examples:
See also: General Purpose IO
Firmware revision 2.3.2.5251-115