Skip to content

Commit 67aa4cb

Browse files
committed
Added analog out Sync mode for R4-4
1 parent ca337d0 commit 67aa4cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# measComp Release Notes
22

3-
## Release 4-4 (April XXX, 2025)
3+
## Release 4-4 (December XXX, 2025)
44
- drvMultiFunction.cpp
55
- Added support for the USB-ERB24, a 24-bit relay output module.
66
- Fixed the code for doing callbacks from the poller for analog inputs and temperature inputs.
77
Because these use the asynInt32Average or asynFloat64 average device support, it is important
88
to force a callback even if the value read has not changed.
9+
- Added support for synchronous DAC updates, including support for master or slave mode.
10+
Currently the only supported modules with these features are the USB-31xx series.
911
- Moved the code for reading thermocouples and floating point voltages (USB-TEMP-AI) from the readFloat64
1012
function to the poller, and changed the device support from asynFloat64 to asynFloat64 average.
1113
This allows these measurements to be averaged like other analog inputs.

0 commit comments

Comments
 (0)