|
1 | 1 | # measComp Release Notes |
2 | 2 |
|
3 | | -## Release 4-4 (March XXX, 2025) |
| 3 | +## Release 4-4 (April XXX, 2025) |
4 | 4 | - drvMultiFunction.cpp |
5 | 5 | - Added support for the USB-ERB24, a 24-bit relay output module. |
6 | 6 | - Moved the code for reading thermocouples and floating point voltages (USB-TEMP-AI) from the readFloat64 |
|
14 | 14 | - Added a PulseDelay PV, which controls the time of the beginning of the pulse relative to the start of the waveform. |
15 | 15 | This is useful when using 2 waveforms, and one wants a time offset between them. |
16 | 16 | - drvUSBCTR |
| 17 | + - Changes to allow use of an external gate signal in scaler and MCS modes. |
| 18 | + - Changed the polarity of the gate signals for the counters (C0GT-C7GT). |
| 19 | + Previously counting was enabled with TTL high signal, and disabled with TTL low. |
| 20 | + This has been swapped to allow use of an external TTL high gate signal to disable counting. |
| 21 | + - Changed the polarity of the counter output signals (C0O-C7O). |
| 22 | + Previously these were TTL high when counting and TTL low when not counting. |
| 23 | + This was swapped to match the change to the gate signals and use of an external gate. |
| 24 | + - These changes are backwards compatible with existing hardware, where C0O is wired to C1GT-C7GT, |
| 25 | + and no external gate is used. |
| 26 | + - To use an external gate the following wiring is required. |
| 27 | + - Install an external chip with 4 OR gates (74HC32N or equivalent). |
| 28 | + - Connect the external gate signal to the first input of the OR gate. |
| 29 | + - Connect channel 0 output (C0O) to the second input of the OR gate. |
| 30 | + - Connect the output of the OR gate to all counter gate inputs (C0GT-C7GT). |
| 31 | + - With these changes the external gate will inhibit counting in scaler mode. |
| 32 | + In MCS mode external gate will inhibit counting but will not inhibit channel advance. |
17 | 33 | - Fixed a problem with Rising Edge and Falling Edge trigger modes. The wrong enums were being used. |
18 | 34 |
|
19 | 35 | ## Release 4-3 (February 10, 2024) |
|
0 commit comments