update docu
This commit is contained in:
@ -31,7 +31,7 @@ written or read value.
|
|||||||
<dt>LONG format (e.g. <code>%i</code>):</dt>
|
<dt>LONG format (e.g. <code>%i</code>):</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<u>Output:</u> <code><i>x</i>=RVAL</code><br>
|
<u>Output:</u> <code><i>x</i>=RVAL</code><br>
|
||||||
<u>Input:</u> <code>RBV=<i>x</i></code><br>
|
<u>Input:</u> <code>RBV=RVAL=<i>x</i></code><br>
|
||||||
Note that the record calculates
|
Note that the record calculates
|
||||||
<code>RVAL=(((OVAL-EOFF)/ESLO)-AOFF)/ASLO</code> if
|
<code>RVAL=(((OVAL-EOFF)/ESLO)-AOFF)/ASLO</code> if
|
||||||
<code>LINR=="LINEAR"</code>. <code>ESLO</code> and <code>EOFF</code>
|
<code>LINR=="LINEAR"</code>. <code>ESLO</code> and <code>EOFF</code>
|
||||||
@ -63,8 +63,6 @@ written or read value.
|
|||||||
present. In contrast to normal operation, output in DOUBLE format uses
|
present. In contrast to normal operation, output in DOUBLE format uses
|
||||||
<code>VAL</code> instead of <code>OVAL</code>. Note that the record
|
<code>VAL</code> instead of <code>OVAL</code>. Note that the record
|
||||||
initializes <code>VAL</code> from <code>DOL</code> if that is a constant.
|
initializes <code>VAL</code> from <code>DOL</code> if that is a constant.
|
||||||
LONG input is put to <code>RVAL</code> as well as to <code>RBV</code> and
|
|
||||||
converted by the record.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -33,11 +33,11 @@ written or read value.
|
|||||||
Note that the record calculates <code>RVAL</code> by choosing one of
|
Note that the record calculates <code>RVAL</code> by choosing one of
|
||||||
<code>ZRVL</code> ... <code>FFVL</code> depending on <code>VAL</code>
|
<code>ZRVL</code> ... <code>FFVL</code> depending on <code>VAL</code>
|
||||||
and by shifting it left by <code>SHFT</code> bits.<br>
|
and by shifting it left by <code>SHFT</code> bits.<br>
|
||||||
<u>Input:</u> <code>RBV=<i>x</i>&MASK</code><br>
|
<u>Input:</u> <code>RBV=RVAL=<i>x</i>&MASK</code><br>
|
||||||
<code>MASK</code> is initialized to <code>NOBT</code> 1-bits shifted
|
<code>MASK</code> is initialized to <code>NOBT</code> 1-bits shifted
|
||||||
left by <code>SHFT</code>. If <code>MASK==0</code> (because
|
left by <code>SHFT</code>. If <code>MASK==0</code> (because
|
||||||
<code>NOBT</code> was not set) it is ignored, i.e.
|
<code>NOBT</code> was not set) it is ignored, i.e.
|
||||||
<code><i>x</i>=RVAL</code> and <code>RBV=<i>x</i></code>.
|
<code><i>x</i>=RVAL</code> and <code>RBV=RVAL=<i>x</i></code>.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>If none of <code>ZRVL</code> ... <code>FFVL</code> is set
|
<dt>If none of <code>ZRVL</code> ... <code>FFVL</code> is set
|
||||||
(all are <code>0</code>):</dt>
|
(all are <code>0</code>):</dt>
|
||||||
@ -66,9 +66,7 @@ written or read value.
|
|||||||
<h2>Initialization</h2>
|
<h2>Initialization</h2>
|
||||||
<p>
|
<p>
|
||||||
During <a href="processing.html#init">initialization</a>, the <code>@init</code> handler is executed, if
|
During <a href="processing.html#init">initialization</a>, the <code>@init</code> handler is executed, if
|
||||||
present. In contrast to normal operation, LONG input is put to
|
present.
|
||||||
<code>RVAL</code> as well as to <code>RBV</code> and converted by the
|
|
||||||
record.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -34,7 +34,7 @@ written or read value.
|
|||||||
<dt>If <code>MASK!=0</code>:</dt>
|
<dt>If <code>MASK!=0</code>:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<u>Output:</u> <code><i>x</i>=RVAL&MASK</code><br>
|
<u>Output:</u> <code><i>x</i>=RVAL&MASK</code><br>
|
||||||
<u>Input:</u> <code>RBV=<i>x</i>&MASK</code><br>
|
<u>Input:</u> <code>RBV=RVAL=<i>x</i>&MASK</code><br>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<code>MASK</code> is initialized to <code>NOBT</code> 1-bits shifted
|
<code>MASK</code> is initialized to <code>NOBT</code> 1-bits shifted
|
||||||
@ -53,9 +53,7 @@ written or read value.
|
|||||||
<h2>Initialization</h2>
|
<h2>Initialization</h2>
|
||||||
<p>
|
<p>
|
||||||
During <a href="processing.html#init">initialization</a>, the <code>@init</code> handler is executed, if
|
During <a href="processing.html#init">initialization</a>, the <code>@init</code> handler is executed, if
|
||||||
present. In contrast to normal operation, input is put to
|
present.
|
||||||
<code>RVAL</code> as well as to <code>RBV</code> and converted by the
|
|
||||||
record if <code>MASK!=0</code>.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
Reference in New Issue
Block a user