RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
340
Undelayed
Short List
Command
clear_fly_overflow
Function Resets the specified error bits (from get_marking_info) for customer-defined monitoring
of Processing-on-the-fly applications.
Call
clear_fly_overflow( Mode )
Parameters
Mode
The error bits to be reset.
As an unsigned 32-bit value.
Bit #0 = 1: error bit Bit #4 (underflow X).
Bit #1 = 1: error bit Bit #5 (overflow X).
Bit #2 = 1: error bit Bit #6 (underflow Y).
Bit #3 = 1: error bit Bit #7 (overflow Y).
Bit #4 = 1: error bit Bit #24 (underflow Z).
Bit #5 = 1: error bit Bit #25 (overflow Z).
Bit #0
…
Bit #5
can be combined as desired.
Higher-order bits are ignored.
Comments • For usage of clear_fly_overflow, see Section ”Customer-Defined Monitoring Area”,
page 256.
• All 6 error bits are reset for:
–
Mode =
0
–
Mode =
63
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_marking_info, clear_fly_overflow_ctrl
Ctrl Command clear_fly_overflow_ctrl
Function Like clear_fly_overflow, but a control command.
Call
clear_fly_overflow_ctrl( Mode )
Parameters
Mode
Like clear_fly_overflow.
Comments • See clear_fly_overflow.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 628, OUT 629.
References clear_fly_overflow