Extended instructions
9.5 Interrupts
S7-1200 Programmable controller
426 System Manual, V4.2, 09/2016, A5E02486680-AK
QRY_CINT (Query cyclic interrupt parameters)
Table 9- 103
QRY_CINT (Query cyclic interrupt)
ob_nr:=_int_in_,
cycle=>_udint_out_,
phase=>_udint_out__,
status=>_word_out_);
Get parameter and execution status from a cyclic
interrupt OB. The values that are returned existed
at the time QRY_CINT was executed.
Table 9- 104 Data types for the parameters
OB number (accepts symbolic name like OB_MyOBName)
Time interval, in microseconds
Phase shift, in microseconds
STATUS OUT Word Cyclic interrupt status code:
• Bits 0 to 4, see the STATUS table below
• Other bits, always 0
Table 9- 105 STATUS parameter
0
1
The interrupt is enabled.
Interrupt is disabled via the DIS_IRT instruction.
2 0 The interrupt is not active or has elapsed.
4 0 The OB identified by OB_NR does not exist.
The OB identified by OB_NR exists.