Programming Commands; Operators; Mathematical Operators - Siemens SINUMERIK 828D Commissioning Manual

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

Advertisement

Programming commands

6.1

Operators

Overview
The following operators can be used when programming:
● Mathematical operators
● Relational operators
● Logic (Boolean) operators
● Bit operators
● Trigonometric functions
6.1.1

Mathematical operators

Overview
Mathematical operators
+
-
*
/
MOD
( )
AND
OR
NOT
ROUND
Example:
ROUND
The ROUND operator is used to round off numbers with up to 12 decimal places during
execution of a dialog configuration. The variable fields cannot accept the decimal places in the
display.
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
VAR1.VAL = 45 * (4 + 3)
Identifier
Addition
Subtraction
Multiplication
Division
Modulo operation
Parentheses
AND operator
OR operator
NOT operator
Round off numbers with decimal places
6
91

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents