SiePortal n'est pas encore disponible dans le pays sélectionné.
Sachez que SiePortal n'est pas encore disponible dans le pays sélectionné. Si vous continuez, vous serez automatiquement redirigé vers la plateforme Industry Mall, qui sera successivement remplacée par le nouveau portail SiePortal également dans ce pays.
Dans le pays sélectionné, SiePortal est déjà disponible.
Sachez que dans le pays sélectionné notre plateforme Industry Mall est déjà remplacée par la nouvelle plateforme SiePortal. Si vous continuez, vous serez automatiquement redirigé vers la plateforme SiePortal, qui remplace successivement le portail Industry Mall également dans les autres pays.
Use our online form for specific solution suggestions or send your technical question directly to a product specialist in the Technical Support.
Create request
Status of your requests
Track the status of your request online. An overview of your request can be found here:
Status of your requests
Status of your requests
Search in
Catalogue de produits
Catalogue de produits
e@Class 5.1
eCl@ss 6
eClass 9
eClass 9.1
Minimize
Technique d'entraînement
Automatisation
Energy (énergie)
Building Technologies
Appareillage de commutation basse tension
Secteurs de marché
Automobile
Biocarburants et bioénergie
Chimie et pétrochimie
Agroalimentaire
Construction de machines
Machines d'emballage
Machines à imprimer
Machines textiles
Converting
Machines de production de pneus
Formage
Machines de traitement du verre
Systèmes de manutention
Machines de production solaire
Cranes
Matière plastique
General Motion Control
Machines-outils
SINUMERIK 808
SINUMERIK 828
SINUMERIK 840
SINUMERIK ONE
Introduction SINUMERIK ONE
Highlights
Machine Concept
Machine Virtualization
SIMOTICS motors
Motion Control Encoder measuring systems
MOTION-CONNECT connection systems
SINAMICS S120 drive system
SINAMICS S220 drive system
SINUMERIK CNC
Function overview of SINUMERIK ONE with SINAMICS S120
Glossary SINUMERIK ONE
Control structure and configuration
Drives
Axis functions
Spindle functions
Interpolations
Couplings
Transformations
Measuring
Technologies
Motion-synchronous actions
CNC programming language
Programming language
Working plane
Main program call from main program and subprogram
Job list
Number of subprogram passes
Subprogram levels and interrupt routines
Skip blocks
Polar coordinates
Metric/inch dimensions
Inverse-time feedrate
CNC high-level language
Preprocessing memory, dynamic FIFO
Look Ahead
Frame concept
Inclined-surface machining with frames
Axis/spindle interchange
Geometry axes, switchable online in the part program
Variables allow reaction to signals, e.g. measured values. If variables are used as a setpoint value, the same program can be used for different geometries.
The CNC uses 3 sorts of variables:
User-defined variables Variables defined by the user with name and type, e.g. arithmetic parameters
Arithmetic parameters Special, predefined arithmetic variables whose address is R plus a number. The predefined arithmetic variables are of the REAL type
System variables Variables provided by the CNC that can be processed in the program (write, read). System variables enable access to work offsets, tool offsets, actual values, measured axis values, CNC conditions, etc.
Variable type
Meaning
Value range
INT
Integers with sign
±(231 - 1)
REAL
Real numbers (fractions with decimal point, LONG REAL according to IEEE)
±(10-300 ... 10+300)
BOOL
Boolean values: TRUE (1) and FALSE (0)
1.0
CHAR
ASCII character specified by the code
0 ... 255
STRING
Character string, number of characters in [...], maximum of 200 characters
Sequence of values with 0 ... 255
AXIS
Axis names (axis addresses) only
All axis identifiers in the channel
FRAME
Geometrical parameters for offset, rotation, scaling, and mirroring
Benefits
Using variables instead of constant values allows the program to be developed flexibly.
tout sur la gestion Variables and arithmetic parameters