Predefined User Variables: Arithmetic Parameters (R) - Siemens SINUMERIK 828D Programming Manual

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

Advertisement

1.1.3

Predefined user variables: Arithmetic parameters (R)

Function
Arithmetic parameters or R-parameters are predefined user variables with the designation R,
defined as an array of the
index, e.g.
When using synchronized actions, the $ sign must be included as a prefix, e.g.
Syntax
When used as a preprocessing variable:
R<n>
R[<expression>]
When used as a main run variable:
$R<n>
$R[<expression>]
Significance
:
R
:
$R
<n>
<expression>
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
REAL
, and without array index, e.g.
R[10]
Identifier when used as a preprocessing variable, e.g. in the part program
Identifier when used as a main run variable, e.g. in synchronized actions
Type:
Range of values: For a non-exponential notation:
:
Number of the R-parameter
Type:
Range of values: 0 - MAX_INDEX
:
Array index
Any expression can be used as an array index, as long as the result of the
expression can be converted into the
data type. For historical reasons, notation both with array
, is permitted for R-parameters.
R10
REAL
± (0.000 0001 to 9999 9999)
Note:
A maximum of 8 decimal places are permitted.
For an exponential notation:
± (1*10
to 1*10
-300
Note:
• Notation: <Mantisse>EX<exponent> e.g. 8.2EX-3
• A maximum of 10 characters are permitted including
sign and decimal point.
INT
Note
MAX_INDEX is calculated from the parameterized
number of R-parameters: MAX_INDEX =
(MD28050 $MN_MM_NUM_R_PARAM) - 1
Flexible NC programming
)
+300
data type (
,
INT
INT
REAL
1.1 Variables
.
$R10
,
,
).
BOOL
CHAR
19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents