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
Summary of Contents for JC-120MC
Page 1: ...User Manual JC 120MC Controller 60880901 We automate your success...
Page 18: ......
Page 40: ...40 Jetter AG 3 Identifying Hardware revisions see page 38 Related topics...
Page 160: ......
Page 186: ......
Page 196: ......
Page 485: ...Jetter AG 485 JC 120MC Programming Topic Page Programming 486 Registers 498 Contents...
Page 521: ...Jetter AG 521 JC 120MC Programming Use 29 bit identifier Default 11 bit identifier...
Page 586: ......
Page 604: ......
Page 633: ......