Entry Variable; Err Variable - Siemens SINUMERIK 828D Commissioning Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

5.18

ENTRY variable

Description
The ENTRY variable can be used to check by what method a dialog has been called.
Programming
Syntax:
Description:
Return Value:
Example
IF ENTRY == 0
DLGL("The dialog was not called during programming")
ELSE
DLGL("The dialog was called during programming")
ENDIF
5.19

ERR variable

Description
Variable ERR checks whether the preceding line has been executed correctly.
Programming
Syntax:
Description:
Return value:
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
ENTRY
The ENTRY variable is a read only variable.
The result of the scan can be:
0 =
No programming support
1 =
Start of a screen via softkey; no code has been generated yet (default
as configured)
2 = Start of a screen via softkey; code has been generated
(default from the code generated last by this screen)
3 = Recompilation with user comment (# lines)
4 = Code_type = 0: NC code with user comment (# lines)
5 = Code_type = 1: NC code without user comment (# lines)
ERR
The ERR variable is read-only.
The result of the scan can be:
FALSE = previous line was executed error-free
TRUE = previous line was not executed error-free
Variables
5.19 ERR variable
83

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents