Programming
Syntax: CONTROL
<instructions>
END_CONTROL
Description: Control switchover
Parameters: - None -
See also
Variable S_CONTROL
(Page 87)
6.2.5 FOCUS
Description
The FOCUS method is executed if the focus (cursor) is positioned on another field in the dialog.
The FOCUS method must not be initiated as a result of a navigation event. The cursor position
may only be changed in softkey PRESS methods, CHANGE methods, etc. The response of
cursor movements is predefined.
Note
Within
the FOCUS method, it is not possible to select a different variable, nor can a new dialog
be loaded.
Programming
Syntax: FOCUS
...
END_FOCUS
Description: Positions the cursor
Parameters: - None -
Example
FOCUS
DLGL("The focus has been placed on variable << FOC << ".)
END_FOCUS
Programming commands
6.2 Methods
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3 99