diff --git a/documentation/ao.html b/documentation/ao.html index ad95e58..916a7b3 100644 --- a/documentation/ao.html +++ b/documentation/ao.html @@ -31,7 +31,7 @@ written or read value.
LONG format (e.g. %i):
Output: x=RVAL
- Input: RBV=x
+ Input: RBV=RVAL=x
Note that the record calculates RVAL=(((OVAL-EOFF)/ESLO)-AOFF)/ASLO if LINR=="LINEAR". ESLO and EOFF @@ -63,8 +63,6 @@ written or read value. present. In contrast to normal operation, output in DOUBLE format uses VAL instead of OVAL. Note that the record initializes VAL from DOL if that is a constant. - LONG input is put to RVAL as well as to RBV and - converted by the record.

If none of ZRVL ... FFVL is set (all are 0):
@@ -66,9 +66,7 @@ written or read value.

Initialization

During initialization, the @init handler is executed, if - present. In contrast to normal operation, LONG input is put to - RVAL as well as to RBV and converted by the - record. + present.