Operating mode
|
man
|
halt
|
---|---|---|
Automatic
|
0
|
0
|
Manual mode
|
1
|
0 or 1
|
Halt
|
0
|
1
|
If...
|
Then...
|
---|---|
Scan time >
![]() |
the current X value is transferred to the buffer, and the oldest X value in the buffer is placed on the output Y. If the scan time is more than T_DELAY / 128, resolution is less than 128 causing a systematic error, i.e. some X values are double-stored (see the following Example).
|
Scan time <
![]() |
not all X values can be stored in the buffer. In this case the X value is not saved in some cycles. After completion of T_DELAY, output Y may correspondingly remain unchanged in two (or more) consecutive cycles.
|