Siemens SIMATIC ET 200S Manuel des fonctions - Page 13

Parcourez en ligne ou téléchargez le pdf Manuel des fonctions pour {nom_de_la_catégorie} Siemens SIMATIC ET 200S. Siemens SIMATIC ET 200S 40 pages. Distributed i/o digital electronic module 4do dc24v/2a hf
Également pour Siemens SIMATIC ET 200S : Manuel de l'opérateur (18 pages), Manuel (16 pages), Manuel de l'utilisateur (16 pages), Manuel de l'utilisateur (26 pages), Manuel (37 pages), Manuel (24 pages), Mode d'emploi (4 pages), Mode d'emploi original (19 pages), Mode d'emploi original (20 pages), Manuel (34 pages), Manuel (14 pages), Manuel (24 pages), Mode d'emploi original (17 pages), Mode d'emploi original (19 pages), Manuel (16 pages), Manuel (28 pages), Manuel (12 pages), Manuel (32 pages), Manuel (18 pages), Manuel (12 pages), Manuel (28 pages), Manuel (22 pages), Manuel (22 pages), Manuel (36 pages), Manuel (16 pages)

Siemens SIMATIC ET 200S Manuel des fonctions

Programming

3.1

Integrating the function block in the user project

Creating the FB instance in the user project
The _ET200S_FC_control function block is a component of the command library of the
SIMOTION SCOUT engineering system. To work with the block, an instance of the function
block must first be created in the user project.
Example:
VAR_GLOBAL
...
myFC_control
: _ET200S_FC_control;
...
END_VAR
Call (LAD representation)
Application example
The application example is included on the "SIMOTION Utilities & Applications" CD-ROM and
is available for various SIMOTION hardware platforms.
The "SIMOTION Utilities & Applications" CD-ROM is provided free of charge with SIMOTION
SCOUT.
Supplement for the ET 200S frequency converter
Function Manual, 01/2015
// create instance of FB _ET200S_FC_control
3
13