EasyManua.ls Logo

Siemens SINUMERIK 808D ADVANCED

Siemens SINUMERIK 808D ADVANCED
508 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Commissioning Manual
01/2017
309
Tag identifier
Meaning
FORM
Continued You can define how the images in a form will be displayed on the screen with a resolution
of 800x600 pixels, that is, adapt the image size to the screen, by setting bit 1 of MD1113.
Precondition:
This function is applicable only when the script file is copied to the control system with a
screen resolution of 800x600 pixels.
Values:
Bit 1 = 0: the image is automatically scaled up by a factor of 1.25 (default)
Bit 1 = 1: the original image size is kept without automatic scaling
IF
Conditional instruction (
IF, THEN, ELSE
)
The THEN and ELSE tags are enclosed in the IF tag.
The condition that is executed in the CONDITION tag follows the IF tag. The further pro-
cessing of the instructions depends upon the result of the operation. If the function result
is true, then the
THEN branch is executed and the ELSE branch is skipped. If the result of
the function is false, the parser executes the ELSE branch.
Syntax:
<IF>
<CONDITION> Condition != 7 </CONDITION>
<THEN>
Instruction for the case: Condition fulfilled
</THEN>
<ELSE>
Instruction for the case: Condition not fulfilled
</ELSE>
</IF>
Or simplified as follows (cannot be used for addresses that require quotation marks):
<IF CONDITION>="Condition != 7">
<THEN>
Instruction for the case: Condition fulfilled
</THEN>
<ELSE>
Instruction for the case: Condition not fulfilled
</ELSE>
</IF>
Example:
<IF>
<CONDITION> "plc/mb170" != 7 </CONDITION>
<THEN>
<OP> "plc/mb170" = 7 </OP>
</THEN>
<ELSE>
<OP> "plc/mb170" = 2 </OP>
</ELSE>
</IF>

Table of Contents

Other manuals for Siemens SINUMERIK 808D ADVANCED

Related product manuals