352
Jetter AG
10 Programming
UserInput - Aborting the instruction
By writing value
0
to MR 2817, you abort an active STX instruction
UserInput()
.
To abort an active STX instruction
UserInput()
, the controller proceeds as
follows:
Step
Description
1
The controller disables the blinking cursor on the HMI.
2
The controller throws the exception
USER_INPUT_BREAK
.
3
If ...
... then ...
... an exception handling has been
programmed,
... the task proceeds with the
exception handling.
... no exception handling has been
programmed,
... the task is aborted and the error is
displayed in the error register.
Result:
The variable, which the result of the function is to be assigned to, will
not be changed.
UserInput status
This module register specifies the status of the
UserInput()
instruction.
By writing value
0
to MR 2817, you abort an active STX instruction
UserInput()
.
Module register properties
Reading values
0
No UserInput active
1
UserInput active
Writing values
0
Aborting UserInput
Try
Value := UserInput (
0
,
25
);
Catch
USER_INPUT_BREAK:
Trace (
'UserInput aborted !!'
);
End_Try
;
Aborting the active
instruction
Operating principle
MR 2817
How to use this
instruction
Содержание JC-120MC
Страница 1: ...User Manual JC 120MC Controller 60880901 We automate your success...
Страница 18: ......
Страница 40: ...40 Jetter AG 3 Identifying Hardware revisions see page 38 Related topics...
Страница 160: ......
Страница 186: ......
Страница 196: ......
Страница 395: ...Jetter AG 395 JC 120MC Programming Result When initializing the JX2 system bus the adjusted baud rate values were used...
Страница 485: ...Jetter AG 485 JC 120MC Programming Topic Page Programming 486 Registers 498 Contents...
Страница 521: ...Jetter AG 521 JC 120MC Programming Use 29 bit identifier Default 11 bit identifier...
Страница 586: ......
Страница 604: ......
Страница 633: ......