From 16b7a413df5d5f855aa2b60037758bca4b88f1a8 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 17 Oct 2017 11:28:02 +0200 Subject: [PATCH] doc: add simulation mode changes to release notes --- documentation/RELEASE_NOTES.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 111c604d3..164268778 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -17,6 +17,18 @@ --> +

Changes made between 3.16.1 and 3.16.2

+ +

Simulation mode improvements

+ +

Records that support simulation mode have two new fields, SSCN +(Simulation Scan Mode) and SDLY (Simulation Delay). +SSCN sets the scan mechanism to be used while the record is in +simulation mode. This is especially useful for I/O scanned records, for which +simulation mode was not working at all. Setting SDLY to a positive +value makes the record process asynchronously in simulation mode, with the +second stage processing happening after the specified time (in seconds).

+

Changes made between 3.16.0.1 and 3.16.1

IOC Database Support for 64-bit integers