Skip to content

Commit 245b7ba

Browse files
committed
Added correct data for R4-3, added and moved notes for R4-4
1 parent 0983834 commit 245b7ba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

RELEASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# measComp Release Notes
22

3-
## Release 4-3 (February XXX, 2025)
3+
## Release 4-4 (March XXX, 2025)
44
- drvMultiFunction.cpp
55
- Added support for the USB-ERB24, a 24-bit relay output module.
6-
- Work around bug where the value of numAnalogIn on E-1608 is returned by the vendor UL library is 4 rather than 8.
7-
- Set the initial value of pollSleepMS to 50.
86
- Moved the code for reading thermocouples and floating point voltages (USB-TEMP-AI) from the readFloat64
97
function to the poller, and changed the device support from asynFloat64 to asynFloat64 average.
108
This allows these measurements to be averaged like other analog inputs.
@@ -15,6 +13,11 @@
1513
The new behavior is that the non-pulse part of the waveform has the value of Offset.
1614
- Added a PulseDelay PV, which controls the time of the beginning of the pulse relative to the start of the waveform.
1715
This is useful when using 2 waveforms, and one wants a time offset between them.
16+
17+
## Release 4-3 (February 10, 2024)
18+
- drvMultiFunction.cpp
19+
- Work around bug where the value of numAnalogIn on E-1608 is returned by the vendor UL library is 4 rather than 8.
20+
- Set the initial value of pollSleepMS to 50.
1821
- drvUSBCTR.cpp
1922
- Remove the pollTime argument from the constructor and USBCTRConfig iocsh command.
2023
This was no longer used since pollSleepMS was added in R4-2.

0 commit comments

Comments
 (0)