STEP 7 PROFESSIONAL. Function STEP 7

Size: px
Start display at page:

Download "STEP 7 PROFESSIONAL. Function STEP 7"

Transcription

1 STEP 7 PROFESSIONAL Function STEP 7 STEP 7 blocks STEP 7 files all user programs and all the data required by those programs in blocks. The possibility of calling other blocks within one block, as though they were subroutines, enables the structuring of the user program. This makes the PLC programs much more clearer and easier to understand and update. The following types of block are available: Data handling blocks (DHBs) control program execution. OBs are divided into classes (e.g., time-driven, alarm-driven) based on the triggering event. Depending on their respective priority levels, one can interrupt another. When an OB is started, detailed start information about the triggering event is provided. This information can be evaluated in the user-written program. Function blocks (FBs) contain the actual user program. Function blocks can be supplied with different data each time they are called (the so-called instance). These data, as well as internal variables (e.g., for intermediate values) and results are stored in the assigned instance data block and are automatically managed by the system. Page 1800 Mar 2008 Siemens ITS

2 When an FB/SFB is called, instance data blocks (instance DBs) are assigned to the block. They are automatically generated when these blocks are compiled. The user can access these instance data (symbolically as well, of course) from any point in his user program or from an HMI system. Functions (FCs) contain program routines for frequently used functions. Every function has a fixed function value (a number of initial parameters are possible, in addition to the IEC standard). The output parameters must be processed immediately after the call. Thus functions do not require any instance-data blocks. Data blocks (DBs) are data areas for storing user data. In addition to the data that is assigned in each case to a function block (instance data), global data can be defined and can be used by any of the software modules (e.g., for recipes). An elementary or structured data type can be assigned to the components of a data block. Elementary data types are, for example, BOOL, REAL or INTEGER. Structured data types (fields and structures) comprise elementary data types (e.g., a recipe). The data in a data block can be addressed symbolically. This facilitates the programming and the readability of the program. System function blocks (SFBs); function blocks (see above) that are integrated in the CPU's operating system, e.g., SEND, RECEIVE, controller. The variables of the SFBs are also filed in IDBs. System functions (SFCs); functions (see above) that are integrated in the CPU's operating system, e.g., time functions, block transfer. System data blocks (SDBs) are data for the CPU's operating system containing the system settings, e.g., module parameters. Page 1801 Mar 2008 Siemens ITS

3 Tools SIMATIC Manager The SIMATIC Manager manages all data belonging to an automation project, regardless of the target system (SIMATIC S7, SIMATIC C7 or SIMATIC WinAC) on which they are implemented. It provides a common entry point for all SIMATIC S7, C7 or WinAC tools. The SIMATIC software tools that are necessary for processing the selected data are automatically started by SIMATIC Manager. Symbol editor The symbol editor tool is used to manage all the global variables (in contrast to the local formal parameters that are declared when the block is programmed). The following functions are available: Definition of symbolic designations and comments for the process signals (inputs/outputs), flags and blocks Sorting functions Data exchange with other Windows programs Page 1802 Mar 2008 Siemens ITS

4 The symbol charts that are generated when this tool is used are available to all applications. Changes to a symbol parameter are therefore automatically detected by all tools. Hardware configuration The hardware configuration tool is used for configuring and parameterizing the hardware of an automation project. The following functions are available: Configuration of the automation system: Racks are selected from an electronic catalog and the selected modules are assigned to the required slots in the racks. The configuration of the distributed I/Os is done in the same way as the configuration of the non-distributed I/Os; channel-granular I/O modules are also supported. CPU parameter assignment: Properties such as restart characteristics and cycle-time monitoring can be set menu-driven. Multicomputing is supported. The entered data are filed in system data blocks in the CPU. Module parameter assignment: The user can specify all the adjustable parameters of the modules in input screen forms. Adjustments via DIP switches become unnecessary. The modules are parameterized automatically when the CPU starts up. Thus, an exchange of a module can be made without another parameterization. Function module (FM) and communication processor (CP) parameter assignment: This parameterization also occurs within the hardware configuration in the same way as the parameterization of the other modules. For this parameterization hardware-module-specific screen forms and rules are provided for each FM and CP (is included in the FM/CP functions package). The system prevents faulty inputs by offering only allowed entry options on the parameter assignment screen forms. Page 1803 Mar 2008 Siemens ITS

5 System diagnostics System diagnostics provides the user with an overview of the status of the programmable controller. There are two display modes: Display of text messages, which can be output directly and quickly Pixel-graphics display within the Hardware Config display, offering the following options: Display of general module information (e.g., Order No., version, designation) and module status (e.g., faulty) Display of module faults (e.g., channel faults) of the central I/O and DP slaves Display of alarms from the diagnostics buffer For CPUs, additional information is displayed: Causes of malfunction during user program execution Display of cycle duration (longest, shortest and last cycle) Display of the reserved and free memory Capabilities and usage of MPI communication Display of the performance data (number of possible inputs/outputs, flags, counters, timers and blocks) Page 1804 Mar 2008 Siemens ITS

6 Communication configuration Configuring and display of communication links Time-driven cyclic data transmission via MPI Selection of communication partners Entering of data source and data destination in a table. generation of all system data blocks (SDBs) to be loaded and their complete transmission to all CPUs take place automatically. Event-driven data transmission: Definition of the communication links Selection of the communication function blocks (CFBs) from the integrated block library Parameterization of the selected communication blocks in the customary programming language (e.g., LAD) Programming languages The well-proven programming languages Ladder (LAD), Function Block Diagram (FBD) and Instruction List (IL) are available for programming. Programs that comply with DIN EN can be created in the classical PLC programming languages Ladder (LAD) and Function Block Diagram (FBD). The user-friendly, pixel-graphics LAD and FBD editors support the programmer with: Uncomplicated and intuitive operation: The creation of ladder diagrams/function block diagrams is characterized by the user-friendliness familiar from PCs, such as drag and drop, cut and paste. Library of predefined complex functions (such as PID controllers) or user-specific standard solutions Page 1805 Mar 2008 Siemens ITS

7 The Instruction List (IL) textual programming language makes it possible for the user to create programs in which operating time and memory location are optimized and which are close to the hardware. When creating these programs, the programmer is supported by the following user-friendly editing functions: Entry option in incremental mode and free text mode: the user can either have each input immediately checked incrementally for correctness, or create the complete program using only symbols in a text editor and subsequently have it translated by means of the appropriate symbol chart. Operation set The STEP 7 programming languages have a comprehensive set of instructions, similar to STEP 5. This allows even complex functions to be programmed easily (i.e., without having great programming knowledge) and quickly The following functions are provided: Binary logic (incl. edge evaluation) Word operation Page 1806 Mar 2008 Siemens ITS

8 Timers/counters Comparison functions Conversion functions Shift/rotate Mathematical functions (incl. trigonometry, exponents, logarithms) Program control (jumps, jump list, calls, master control relays) In addition, improved testing and service functions make programming easier: Setting breakpoints (only S7-400) Forcing of inputs/outputs (only S7-400) Rewiring Display of cross-references STEP 7 supports multicomputing with the S Status functions: Download and testing of blocks directly from the editor Status of several blocks at the same time Search functions: Specific locations within the program can be found quickly using search criteria (such as symbolic name, operand) (XRef). Online Help is available for all functions and blocks (F1). Note: Screenshot views are available for the individual STEP 7 tools. Page 1807 Mar 2008 Siemens ITS

9 S7-SCL Integrated user interface with editor, compiler and debugger Symbolic linking in the debugger Language elements known from high-level language programming, such as serial loops, alternative branching and branch distributors Language extensions typical for PLCs, such as addressing of inputs and outputs or start and querying of timers and counters Elementary and self-defined data types for clearly structured PLC programs Symbols and comments further enhance understanding Source concept that supports symbols-only programming and storage of the entire program in a source file Generation of optimized code with low compilation effort Display of cross-references High-level language test of user programs is possible (as known from other PLC languages) Link to project-wide documentation system (DOCPRO) S7-GRAPH Overview diagram: The complete sequential structure can be displayed. Single-page display: Page 1808 Mar 2008 Siemens ITS

10 The sequential structure, the step enabling conditions and the step actions can be displayed together on a single page. Detail display: The actions, transitions (with the step enabling conditions) and interlocking and monitoring conditions associated with a step are displayed together. Flexible configuration of step sequences: With simultaneous and alternative branches, jumps within the sequence chains, step activation and deactivation, the user has a number of options for describing his task. In the same block, any number of parallel asynchronous step sequences can be configured. Scope of language: The scope of the language facilitates user programming of conditions and actions. Online functions: Display of active steps, status of Interlocking, monitoring and step enabling conditions, in addition to the actions executed. Performance: Good performance is achieved by selective processing of the steps. The processing time of a sequence of steps is independent of the number of steps. Link to a project-wide documentation system (DOCPRO) Memory requirements of the administration section can be adjusted as necessary; S7-GRAPH provides different settable compiler options for integrating the general management section of the sequencer block: Option "can execute autonomously": The management section (approx. 5 KB) is included in every function block generated by S7-GRAPH. This is the solution for small applications with only one sequencer block. Page 1809 Mar 2008 Siemens ITS

11 Option with "standard FC : The management section is swapped to a separate block that exists only once per project and is shared by all sequencer blocks. Depending on the type of this standard FC, the memory requirement can be 8 or 10 KB. System function "FC 73" (V5.1 or newer): The FC 73 supports reduced-memory solution of under 8 KB, which is especially interesting in smaller CPUs of the S The following restrictions are valid when using the FC 73: The blocks created have no diagnostics capability. The visualization of the blocks created is limited. Synchronization functionality: Operation sequences can be controlled and synchronized with the current state of the system/machine. In the event of program changes involving the download of the instance data block, the sequence is automatically reset to its initial state. The "Control sequence" function supports the setting and resetting of steps directly from the PG, so that the sequence can be reset to the system status prior to the program change. Synchronization operations can also be performed directly from the PG. This will automatically cover all transitions and interlock conditions, and the respective steps will be flagged. The user can then simply select and activate the step(s). User-defined call interface: There are two possibilities for the call interface of the sequencer block: Predefined parameter sets, optionally Mini, Standard and Maximum User-defined parameters for flexible adaptation to the needs of the application Page 1810 Mar 2008 Siemens ITS

12 Comprehensive diagnostic functions: Causes of malfunctions are found by indicating or reporting the faulty step. Moreover, incorporation into the SIMATIC diagnostics concept with SIMATIC ProTool/Pro and SIMATIC ProAgent supports the simple integration of operator panels and WinCC to display faults in plain text and show the cause signals (criteria analysis). Expandable printer functions (V5.1 or newer): A page break always follows a "sequence step plus transition". A page break is adjustable at the end of the sequencer/graph. A specific comment can be entered for each graph. Improvement of the window structure (V5.1 or newer): The S7-GRAPH project window contains only the sequencer to be edited. All additional information that are needed for programming upon request can be revealed or hidden through the following windows: Information on the interface of the block (block parameter and variables) Addresses used (including status display for all data types) Cross-references to other locations of the addresses in the program Symbols used from the symbol table Simultaneous selection of several objects with usual Windows procedures (V5.1 or newer): Lasso function (selection frame around the desired elements) with "cut, copy, paste" for simple and quick copying and deletion of sequence steps and transitions. Elements that are not adjacent can be selected via the "Ctrl" key. With parallel structures, individual branches or graphs can be selected with the lasso function and deleted. Page 1811 Mar 2008 Siemens ITS

13 Mode of operation Sequence chains display the individual steps of a process and the transitions to the next steps as rectangles and lines (illustration). Within the steps, actions can be initiated by so-called "qualifiers" (e.g., time-delayed or conditional execution). If, for example, the operating sequence describes a drilling process, the "lowering of the drill" will be a step and the "activation of the motor" will be an action. The transitions describe the conditions under which a transition to the next step should occur. In the example of the "drilling process", the criterion for step-enabling the operation sequence would be fulfilled if the condition "lower final position reached" is met. In addition, interlocking and monitoring conditions can be defined for every step. An interlock can be used to prevent the execution of actions. Monitoring conditions enable the recognition of operational faults. All conditions (transitions, interlocking or monitoring) can be programmed either in LAD or CSF. S7-PLCSIM S7-PLCSIM is totally integrated in STEP 7. This means that the following additional functions are available: STEP 7 test and startup functions Test functions of the programming languages used (see S7-PLCSIM application) Page 1812 Mar 2008 Siemens ITS

14 During the tests, a range of convenient functions are available with S7-PLCSIM to support the user: Choice of modes: Continuous 1 cycle Display of accumulators, block registers and nesting stacks User interface for monitoring and modifying inputs, outputs, memory bits, timers, counters, and data Trigger error OBs Mode of operation S7-PLCSIM simulates a SIMATIC S7 CPU with the associated process images. Similarly to the procedure with real hardware, the program under test is loaded into the simulated S7 CPU for subsequent execution. S7-PLCSIM also supports an interface that permits the exchange of process values between S7-PLCSIM and other Windows applications. Communication is based on ActiveX-Control, e.g., for interfaces: Reading/writing of process values Modifying execution mode (e.g., 1 cycle) Technical specifications Page 1813 Mar 2008 Siemens ITS

STEP 7. Function. Page 1791 Mar 2008 Siemens ITS

STEP 7. Function. Page 1791 Mar 2008 Siemens ITS STEP 7 Function STEP 7 blocks STEP 7 files all user-written programs and all the data required by those programs in blocks. The possibility of calling other blocks within one block, as though they were

More information

CPU 412H. Function. Parameterizable properties

CPU 412H. Function. Parameterizable properties CPU 412H Function Block protection: In addition to the keylock switch, a password concept protects the user program from unauthorized access. Integrated HMI services: In the case of HMI devices, the user

More information

Automating with STEP 7 in STL

Automating with STEP 7 in STL Automating with STEP 7 in STL SIMATICS 7-300/400 Programmable Controllers by Hans Berger Publicis MCD Verlag Contents Introduction 16 1 SIMATIC S 7-300/400 Programmable Controller 17 1.1 Structure of the

More information

CPU 317F-2 DP. Page 1603 Mar 2008 Siemens ITS

CPU 317F-2 DP. Page 1603 Mar 2008 Siemens ITS CPU 317F-2 DP Function Password protection; a password concept protects the user program from unauthorized access. Diagnostics buffer; the last 100 errors and interrupt events are saved in a buffer for

More information

CFC. Special functions from SIMATIC S7 CFC V7.0 SP1 onwards

CFC. Special functions from SIMATIC S7 CFC V7.0 SP1 onwards CFC Function Function expansions from SIMATIC S7 CFC V7.1 onwards Forcing of values of an interconnected input: by means of the "Force functionality", interconnected block inputs can be forced to use the

More information

Multi Panel options. SIMATIC WinAC MP 2/169

Multi Panel options. SIMATIC WinAC MP 2/169 Siemens AG 011 Operator panels Overview Application The WinAC MP is a new, rugged software PLC for all SIMATIC HMI Multi Panel platforms. It has been developed for smaller and medium-sized applications

More information

Product type designation. General information. Supply voltage. Input current. Power loss

Product type designation. General information. Supply voltage. Input current. Power loss Data sheet SIMATIC S7-300, CPU 315-2DP CPU WITH MPI INTERFACE INTEGRATED 24 V DC POWER SUPPLY 256 KBYTE WORKING MEMORY 2. INTERFACE DP-MASTER/SLAVE MICRO MEMORY CARD NECESSARY Product type designation

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300, CPU 315F-2DP FAILSAFE CPU WITH MPI INTERFACE INTEGRATED 24V DC POWER SUPPLY, 384 KB WORKING MEMORY, 40MM WIDE, 2. INTERFACE DP- MASTER/SLAVE MICRO MEMORY CARD REQUIRED General

More information

Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL

Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL Page 1 of 34 Page 2 of 34 PAGE 1. Preface... 5 2. Notes on the Development Environment S7 SCL... 7 3. Installing

More information

Programming package STEP 7 V5.2 SP1 or higher with HSP 0126

Programming package STEP 7 V5.2 SP1 or higher with HSP 0126 Product data sheet SIMATIC S7-300, CPU 315F CENTRAL UNIT FOR S7-300F, 192 KB WORKING MEM., 40MM WIDE, 384 BYTES PAE/384 BYTES PAA, 2 INTERFACES: 1 MPI UND 1 DP INTEGRATED 24V DC POWER SUPPLY, MICRO MEMORY

More information

SIMATIC S7-400, CPU KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3.

SIMATIC S7-400, CPU KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3. Product data sheet SIMATIC S7-400, CPU 414-3 768 KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3.IF FOR IFM CiR - Configuration in RUN CiR synchronization

More information

CPU 319F-3 PN/DP. Page 1682 Mar 2008 Siemens ITS

CPU 319F-3 PN/DP. Page 1682 Mar 2008 Siemens ITS CPU 319F-3 PN/DP Function Password protection; a password concept protects the user program from unauthorized access. Diagnostics buffer; the last 100 error and interrupt events are stored in a buffer

More information

PLC COURSE LIST NMU TRAINING CENTRE

PLC COURSE LIST NMU TRAINING CENTRE PLC COURSE LIST NMU TRAINING CENTRE Introduction to Programmable Logic Controllers (ST-PLCINTRO) Duration: 3 Days Pre-requisite: No pre-requisite required for the course. General technical competence would

More information

Parameterizable properties The S7 configuration as well as the properties and response of the CPUs can be parameterized using STEP 7:

Parameterizable properties The S7 configuration as well as the properties and response of the CPUs can be parameterized using STEP 7: CPU 315-2 PN/DP Function Password protection; a password concept protects the user program from unauthorized access. Block encryption; the functions (FCs) and function blocks (FBs) can be stored in the

More information

64 kbyte ; 64 KB / 21K instructions RAM (integrated) Yes ; 4 KB: bit memory, counter, times and data

64 kbyte ; 64 KB / 21K instructions RAM (integrated) Yes ; 4 KB: bit memory, counter, times and data Product data sheet SIMATIC S7-300, CPU 315-2 DP CPU WITH INTEGRATED 24 V DC POWER SUPPLY, 64 KBYTE WORKING MEMORY 2ND INTERFACE DP- MASTER/SLAVE Supply voltage Rated voltage/dc permissible range, lower

More information

SIPLUS CPU 313C-2DP. Function

SIPLUS CPU 313C-2DP. Function SIPLUS CPU 313C-2DP Function Password protection; a password concept protects the user program from unauthorized access. Block encryption; the functions (FCs) and function blocks (FBs) can be stored in

More information

Product type designation. General information. CiR - Configuration in RUN. Input current. Power loss. Memory

Product type designation. General information. CiR - Configuration in RUN. Input current. Power loss. Memory Data sheet SIMATIC S7-400, CPU 412-2 CENTRAL PROCESSING UNIT WITH: 512 KB WORKING MEMORY, (256 KB CODE, 256 KB DATA), 1. INTERFACE MPI/DP 12 MBIT/S, 2. INTERFACE PROFIBUS DP Product type designation General

More information

Product type designation. General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory

Product type designation. General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory Data sheet SIMATIC S7-400H, CPU 414-5H, CENTRAL UNIT FOR S7-400H AND S7-400F/FH, 5 INTERFACES: 1X MPI/DP, 1X DP, 1X PN AND 2 FOR SYNC MODULES 4 MB MEMORY (2 MB DATA/2 MB CODE) Product type designation

More information

Product type designation. General information. Supply voltage. Input current. Power losses

Product type designation. General information. Supply voltage. Input current. Power losses Data sheet SIMATIC S7-300, CPU317-2 DP, CENTRAL PROCESSING UNIT WITH 1 MBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE DP-MASTER/SLAVE, MICRO MEMORY CARD NECESSARY Product type designation

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU319F-3 PN/DP, CENTRAL PROCESSING UNIT WITH 2.5 MBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE DP-MASTER/SLAVE, 3. INTERFACE ETHERNET PROFINET, WITH 2 PORT

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU 315-2 PN/DP, CENTRAL PROCESSING UNIT WITH 384 KBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU 317-2 PN/DP, CENTRAL PROCESSING UNIT WITH 1 MB WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

Totally Integrated Automation (T I A) MODULE A3 Startup PLC- Programming with STEP 7

Totally Integrated Automation (T I A) MODULE A3 Startup PLC- Programming with STEP 7 Totally Integrated Automation (T I A) MODULE A3 Startup PLC- Programming with STEP 7 Page 1 of 48 AGE: 1. Forward... 5 2. Notes for the Programming of SIMATIC S7-300 with STEP 7... 7 2.1 Automation system

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU315F-2 PN/DP, CENTRAL PROCESSING UNIT WITH 512 KBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

Product type designation. General information. Supply voltage. Input current

Product type designation. General information. Supply voltage. Input current Data sheet SIMATIC S7-300, CPU 312C COMPACT CPU WITH MPI, 10 DI/6 DO, 2 FAST COUNTERS (10 KHZ), INTEGRATED 24V DC POWER SUPPLY, 64 KBYTE WORKING MEMORY, FRONT CONNECTOR (1 X 40PIN) AND MICRO MEMORY CARD

More information

Product type designation. General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory

Product type designation. General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory Data sheet SIMATIC S7-400, CPU 417-4 CENTRAL PROCESSING UNIT WITH: 30 MB WORKING MEMORY, (15 MB CODE; 15 MB DATA) 1. INTERFACE MPI 12 MBIT/S, 2. INTERFACE PROFIBUS DP, 3./4. IF IFM MODULES PLUGGABLE Product

More information

CPU 224. The compact high-performance CPU With 24 inputs/outputs on board Expandable with up to 7 expansion modules Design

CPU 224. The compact high-performance CPU With 24 inputs/outputs on board Expandable with up to 7 expansion modules Design CPU 224 The compact high-performance CPU With 24 inputs/outputs on board Expandable with up to 7 expansion modules Design The CPU 224 is equipped with the following: Integral 24 V encoder/load current

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE C1 Sequencer programming with S7-GRAPH

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE C1 Sequencer programming with S7-GRAPH Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE C1 T I A Training document Page 1 of 66 Module C1 This document was provided by Siemens A&D SCE (automation

More information

100 ms. 30 µs; Time per I/O byte. 24 V DC No; Power supply via system power supply. Not relevant for 400 series (300 series set)

100 ms. 30 µs; Time per I/O byte. 24 V DC No; Power supply via system power supply. Not relevant for 400 series (300 series set) 6ES7412-2XJ05-0AB0 SIMATIC S7-400, CPU 412-2 CENTRAL PROCESSING UNIT WITH: 512 KB WORKING MEMORY, (256 KB CODE, 256 KB DATA), 1. INTERFACE MPI/DP 12 MBIT/S, 2. INTERFACE PROFIBUS DP Product type designation

More information

General information. Supply voltage

General information. Supply voltage Data sheet SIMATIC S7-300, CPU 313C-2DP COMPACT CPU WITH MPI, 16 DI/16 DO, 3 FAST COUNTERS (30 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 128 KBYTE WORKING MEMORY, FRONT CONNECTOR (1

More information

Product type designation. General information. Supply voltage

Product type designation. General information. Supply voltage Data sheet SIMATIC S7-300, CPU 313C-2DP COMPACT CPU WITH MPI, 16 DI/16 DO, 3 FAST COUNTERS (30 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 128 KBYTE WORKING MEMORY, FRONT CONNECTOR (1

More information

General information. Engineering with. Supply voltage. Load voltage L+ Input current. Power losses. Memory. Work memory.

General information. Engineering with. Supply voltage. Load voltage L+ Input current. Power losses. Memory. Work memory. Product data sheet SIMATIC S7-300, CPU 314C-2DP COMPACT CPU WITH MPI, 24 DI/16 DO, 4AI, 2AO, 1 PT100, 4 FAST COUNTERS (60 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 64 KBYTE WORKING

More information

CPU 412. Function. Programmable properties

CPU 412. Function. Programmable properties CPU 412 Function Block protection: A password concept also protects the user program from unauthorized access Integrated HMI services: The user only has to specify the source and destination of the data

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE E09. PROFINET with 2x CPU 315F-2 PN/DP

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE E09. PROFINET with 2x CPU 315F-2 PN/DP Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE PROFINET with 2 x CPU 315F-2 PN/DP T I A Training Document Page 1 of 45 Module This document has been

More information

General information. Configuration control. Display. Control elements. Supply voltage

General information. Configuration control. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500, CPU 1516-3 PN/DP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 1 MB FOR PROGRAM AND 5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET, 3. INTERFACE:

More information

General information. Configuration control. Display. Control elements. Supply voltage

General information. Configuration control. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500, CPU 1513-1 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 300 KB FOR PROGRAM AND 1.5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 40 NS BIT-PERFORMANCE, SIMATIC

More information

Sample project Filling Station SIMATIC. STEP 7 Professional / WinCC Advanced V11 for Sample project Filling Station. Overview of the Getting.

Sample project Filling Station SIMATIC. STEP 7 Professional / WinCC Advanced V11 for Sample project Filling Station. Overview of the Getting. Overview of the Getting Started 1 Create "Filling Station" example project 2 SIMATIC STEP 7 Professional / WinCC Advanced V11 for Getting Started Inserting and configuring hardware 3 Programming the PLC

More information

General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory

General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory Data sheet SIMATIC S7-400, CPU 412-2 PN CENTRAL PROCESSING UNIT WITH: 1 MB WORKING MEMORY, (0,5 MB CODE; 0,5 MB DATA) INTERFACES: 1. IF MPI/DP 12 MBIT/S (X1), 2. IF ETHERNET/PROFINET (X5), General information

More information

Supply voltage. Input current. Power loss. Memory. Battery. CPU processing times

Supply voltage. Input current. Power loss. Memory. Battery. CPU processing times Data sheet SIMATIC S7-400H, CPU 417H CENTRAL UNIT FOR S7-400H 4 INTERFACES: 1 MPI/DP, 1 DP A. 2 FOR SYNC MODULES 4MB MEMORY (2MB CODE/2MB DATA) Supply voltage Rated value (DC) 24 V DC Input current from

More information

SIMATIC. Working with STEP 7. Introduction to STEP 1. The SIMATIC Manager 2. Programming with Symbols. Creating a Program in 4

SIMATIC. Working with STEP 7. Introduction to STEP 1. The SIMATIC Manager 2. Programming with Symbols. Creating a Program in 4 Introduction to STEP 1 The SIMATIC Manager 2 SIMATIC Programming with Symbols 3 Creating a Program in 4 Working with STEP 7 Creating a Program with Function Blocks and Data Blocks 5 Getting Started Configuring

More information

General information. Display. Control elements. Supply voltage

General information. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500F, CPU 1516F-3 PN/DP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 1,5 MB FOR PROGRAM AND 5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET,

More information

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss Data sheet SIMATIC S7-1500, CPU 1516-3 PN/DP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 1 MB FOR PROGRAM AND 5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET, 3. INTERFACE:

More information

Supply voltage. Input current. Encoder supply. Memory

Supply voltage. Input current. Encoder supply. Memory Data sheet SIMATIC S7-200, CPU 224XP COMPACT UNIT, DC POWER SUPPLY 14 DI DC/10 DO DC, 2 AI, 1 AO 12/16 KB CODE/10 KB DATA, 2 PPI/FREEPORT PORTS Supply voltage Rated value (DC) 24 V DC Load voltage L+ Rated

More information

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss Data sheet SIMATIC S7-1500, CPU 1515-2 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 500 KB FOR PROGRAM AND 3 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET, 30 NS

More information

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss Data sheet SIMATIC S7-1500, CPU 1511-1 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 150 KB FOR PROGRAM AND 1 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 60 NS BIT-PERFORMANCE, SIMATIC

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B5 Structured programming with function blocks

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B5 Structured programming with function blocks Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B5 T I A Training document Page 1 of 20 Module B5 This document was provided by Siemens A&D SCE (automation

More information

Berger Automating with SIMATIC S7-1500

Berger Automating with SIMATIC S7-1500 Berger Automating with SIMATIC S7-1500 Automating with SIMATIC S7-1500 Configuring, Programming and Testing with STEP 7 Professional by Hans Berger Publicis Publishing Bibliographic information from the

More information

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA,

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Data sheet SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Supply voltage Rated value (DC) 24 V DC Load voltage L+ Rated value (DC) permissible range, lower

More information

SIMATIC NET. S7-CPs for PROFIBUS. CP Extended for PROFIBUS. Manual Part B4

SIMATIC NET. S7-CPs for PROFIBUS. CP Extended for PROFIBUS. Manual Part B4 SIMATIC NET S7-CPs for PROFIBUS Manual Part B4 CP 443-5 Extended for PROFIBUS 6GK7 443-5DX04-0XE0 Version 1 or higher (Firmware Version V6.1 or higher) for SIMATIC S7-400 / S7-400H Status and fault LEDs

More information

General information. Display. Control elements. Supply voltage

General information. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500F, CPU 1513F-1 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 450 KB FOR PROGRAM AND 1.5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 40 NS BIT-PERFORMANCE, SIMATIC

More information

SIMATIC. ET 200S IM CPU Interface Module. Introduction. New features 2. Technical specifications 3. Product Information 06/2007 A5E

SIMATIC. ET 200S IM CPU Interface Module. Introduction. New features 2. Technical specifications 3. Product Information 06/2007 A5E SIMATIC ET 200S SIMATIC Introduction 1 New features 2 Technical specifications 3 ET 200S Product Information 06/2007 A5E01159154-01 Safety Guidelines Safety Guidelines This manual contains notices you

More information

6ES7151-8AB01-0AB0. 5/18/2011 Siemens Industry IA/DT/BT Service&S. siemens.com/ww/llisapi.dll?func=csl 1/10 ET200S, IM151-8 PN/DP CPU, 192 KB

6ES7151-8AB01-0AB0. 5/18/2011 Siemens Industry IA/DT/BT Service&S. siemens.com/ww/llisapi.dll?func=csl 1/10 ET200S, IM151-8 PN/DP CPU, 192 KB Automation Technology > Automation Systems > Industrial Automation Systems SIMATIC > Distributed I/Os SIMATIC ET200 > ET 200 systems for the cabinet > ET 200S > Interface modules > Interface modules with

More information

Startup High-Level Language Programming with SCL and SIMATIC S7

Startup High-Level Language Programming with SCL and SIMATIC S7 Startup High-Level Language Programming with SCL and SIMATIC S7 SIMATIC Controllers SIMATIC CPU 1516F PN/DP Safety Order no.: 6ES7516-3FN00-4AB1 SIMATIC CPU 1512C PN with software and PM 1507 Order no.:

More information

Product type designation

Product type designation Data sheet SIMATIC DP, CPU 1512SP-1 PN FOR ET 200SP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 200 KB FOR PROGRAM AND 1 MB FOR DATA, 1. INTERFACE, PROFINET IRT WITH 3 PORT SWITCH, 48 NS BIT-PERFORMANCE,

More information

General information. Display. Control elements. Supply voltage

General information. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500F, CPU 1511F-1 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 225 KB FOR PROGRAM AND 1 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 60 NS BIT-PERFORMANCE, SIMATIC

More information

SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA)

SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) Siemens Automation Cooperates with Education TIA Portal Module 040-020 Startup Programming in High-Level

More information

Applications & Tools. Programming Guideline for S7-1200/S STEP 7 (TIA Portal) Background and system description October 2013

Applications & Tools. Programming Guideline for S7-1200/S STEP 7 (TIA Portal) Background and system description October 2013 Programming Guideline for S7-1200/S7-1500 STEP 7 (TIA Portal) Background and system description October 2013 Applications & Tools Answers for industry. Warranty and Liability Warranty and Liability Note

More information

Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA) MODULE M2. SIMATIC S Block Types

Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA) MODULE M2. SIMATIC S Block Types Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA) MODULE M2 SIMATIC S7-1200 Block Types TIA Training Document Page 1 of 39 Module M2 This document was prepared by

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3 Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3 PROFIBUS DP with Master CPU 315-2DP / Slave ET 200L T I A Training document Page 1 of 18 Module

More information

SIMATIC demo6\simatic 300 站点 \CPU 313C 06/22/ :02:45 PM

SIMATIC demo6\simatic 300 站点 \CPU 313C 06/22/ :02:45 PM SIMATIC demo6\simatic 300 站点 \CPU 313C 06/22/2015 09:02:45 PM Module Information - CPU 313C "General" Tab Description: CPU 313C System Identification: SIMATIC 300 Name: CPU 313C Order No./ Description

More information

Aotewell SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St

Aotewell   SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St SIMATIC S7-PDIAG for S7-300 and S7-400 - Configuring Process Diagnostic Getting Started Edition 01/2003 First Steps with S7-PDIAG and ProAgent The Getting Started for This product is not a stand-alonedescription.

More information

General information. Configuration control. Control elements. Supply voltage. Input current. Power. Power loss. Memory

General information. Configuration control. Control elements. Supply voltage. Input current. Power. Power loss. Memory Datasheet SIMATIC DP, CPU 1510SP-1 PN FOR ET 200SP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 100 KB FOR PROGRAM AND 750 KB FOR DATA, 1. INTERFACE, PROFINET IRT WITH 3 PORT SWITCH, 72 NS BIT-PERFORMANCE,

More information

First Steps with S7-PDIAG and ProAgent

First Steps with S7-PDIAG and ProAgent s SIMATIC S7-PDIAG for S7-300 and S7-400 Configuring Process Diagnostics Getting Started Edition 07/2005 First Steps with S7-PDIAG and ProAgent The Getting Started for This product is not a stand-alonedescription.

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B1. Error diagnostics / Error handling

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B1. Error diagnostics / Error handling Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE B1 Error diagnostics / error handling T I A Training document Page 1 of 18 Module B1 This document

More information

SIMATIC. STEP 7 From S5 to S7. Preface, Contents Part 1: Planning Your Conversion. Introduction. Hardware. Software. Part 2: Converting Programs

SIMATIC. STEP 7 From S5 to S7. Preface, Contents Part 1: Planning Your Conversion. Introduction. Hardware. Software. Part 2: Converting Programs Preface, Contents Part 1: Planning Your Conversion SIMATIC STEP 7 From S5 to S7 Converter Manual Introduction 1 Hardware 2 Software 3 Part 2: Converting Programs Procedure 4 Preparing for Conversion 5

More information

SIMATIC S7-PLCSIM V5.0. User Manual. Edition 06/

SIMATIC S7-PLCSIM V5.0. User Manual. Edition 06/ SIMATIC S7-PLCSIM V5.0 User Manual Edition 06/2001 2809918-0002 Safety Guidelines This manual contains notices which you should observe to ensure your own personal safety, as well as to protect the product

More information

Applications & Tools. Configuration Control (Options Handling) for ET 200SP and PROFINET SIMATIC S7. Application Description June 2012

Applications & Tools. Configuration Control (Options Handling) for ET 200SP and PROFINET SIMATIC S7. Application Description June 2012 Cover Configuration Control (Options Handling) for ET 200SP and PROFINET SIMATIC S7 Application Description June 2012 Applications & Tools Answers for industry. Siemens Industry Online Support This document

More information

Data sheet CC 03, Commander Compact (603-1CC21)

Data sheet CC 03, Commander Compact (603-1CC21) Data sheet CC 03, Commander Compact (603-1CC21) Technical data Order. Type 603-1CC21 CC 03, Commander Compact General information Note - Features Display: 2 x 20 characters Interface: MP²I User memory:

More information

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro PLC programming software: one tool for all applications Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro the IEC 61131-3 programming system Control

More information

Automating with STEP 7 in LAD and FBD

Automating with STEP 7 in LAD and FBD Berger Automating with STEP 7 in LAD and FBD Automating with STEP7 in LAD and FBD SIMATIC S7-300/400 Programmable Controllers by Hans Berger 5 th revised and enlarged edition, 2012 Publicis Publishing

More information

Berger Automating with SIMATIC S7-1500

Berger Automating with SIMATIC S7-1500 Berger Automating with SIMATIC S7-1500 Automating with SIMATIC S7-1500 Configuring, Programming and Testing with STEP 7 Professional by Hans Berger Second, considerably revised and enlarged edition, 2017

More information

SCE Training Curriculum

SCE Training Curriculum SCE Training Curriculum Siemens Automation Cooperates with Education 05/2017 TIA Portal Module 032-100 Basics of FC Programming with SIMATIC S7-1500 For unrestricted use in educational and R&D institutions.

More information

Applications & Tools. Communication between WinAC MP and a SIMATIC S7. Application for the PUT and GET Function Blocks of the S7 Communication

Applications & Tools. Communication between WinAC MP and a SIMATIC S7. Application for the PUT and GET Function Blocks of the S7 Communication Cover Sheet Communication between WinAC MP and a SIMATIC S7 Application for the PUT and GET Function Blocks of the S7 Communication Application Description September 2009 Applications & Tools Answers for

More information

Central processing units CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226

Central processing units CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226 Overview CPU 226 The high-performance package for complex technical tasks With additional PPI port for more flexibility and communication options With 40 inputs/outputs on board Expansion capability for

More information

General information. Display. Supply voltage. Input current. Encoder supply. Power losses

General information. Display. Supply voltage. Input current. Encoder supply. Power losses Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

SIMATIC PC-based controller

SIMATIC PC-based controller Siemens AG 2011 /2 /2 SIMATIC WinAC RTX /9 SIMATIC WinAC RTX F /16 SIMATIC WinAC ODK Brochures For brochures serving as selection guides for SIMATIC products refer to: http://www.siemens.com/simatic/ printmaterial

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

SIMATIC S5. S5-155H Programmable Controller (CPU 948R) The Pocket Guide CPU 948R Order No. 6ES UR21 is included in this manual.

SIMATIC S5. S5-155H Programmable Controller (CPU 948R) The Pocket Guide CPU 948R Order No. 6ES UR21 is included in this manual. How to Use the Manual, Contents Introduction 1 SIMATIC S5 S5-155H Programmable Controller (CPU 948R) Programming Guide Volume 2/2 This manual is part of the documentation package with the order number:

More information

S7-400, M7-400 Programmable Controllers

S7-400, M7-400 Programmable Controllers This Supplement contains additional information about the products. It is a separate component and should be considered more up-to-date than the information in the manuals and catalogs if uncertainties

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information

More information

S7-PLCSIM V5.3 incl. SP1

S7-PLCSIM V5.3 incl. SP1 SIMATIC S7-PLCSIM V5.3 incl. SP1 User Manual Edition: 01/2005 Copyright and Safety Guidelines This manual contains notices which you should observe to ensure your own personal safety, as well as to protect

More information

Data sheet VIPA CPU 214PG (214-2BE03)

Data sheet VIPA CPU 214PG (214-2BE03) Data sheet VIPA CPU 214PG (214-2BE03) Technical data Order. General information Note - 214-2BE03 VIPA CPU 214PG Features Work memory [KB]: 96 Interface [RJ45]: Ethernet PG/OP communication Interface [RS485]:

More information

Configuring chronological messaging

Configuring chronological messaging How do you implement chronological messaging with S7-400 CPUs and WinCC? FAQ Contents Contents... 2 Question... 2 How do you implement chronological messaging with S7-400 CPUs and WinCC?... 2 Answer...

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Engineering

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

Data sheet VIPA CPU 214NET PG (214-2BT13)

Data sheet VIPA CPU 214NET PG (214-2BT13) Data sheet VIPA CPU 214NET PG (214-2BT13) Technical data Order. 214-2BT13 VIPA CPU 214NET PG General information Note - Features Work memory [KB]: 96 Integrated Ethernet CP 243 Interface [RJ45]: active

More information

SIMATIC. S7 and Profibus- DP Configuration Guide G1026

SIMATIC. S7 and Profibus- DP Configuration Guide G1026 SIMATIC S7 and Profibus- DP Configuration Guide G1026 Preface:... 3 New Project Wizard... 4 HELP... 8 Terminology... 8 Project View... 9 Station View... 9 Processor View...10 Program Module View...10 Configuring

More information

Data sheet CPU 115 (115-6BL02)

Data sheet CPU 115 (115-6BL02) Data sheet CPU 115 (115-6BL02) Technical data Order no. 115-6BL02 Type CPU 115 General information Note - Features 16 (20) inputs 16 (12) outputs from which are 2 PWM 50 khz outputs 16 kb work memory,

More information

Learn-/Training Document

Learn-/Training Document Learn-/Training Document Siemens Automation Cooperates with Education (SCE) From Version V14 SP1 TIA Portal Module 051-201 High-Level Language Programming with SCL and SIMATIC S7-1200 siemens.com/sce For

More information

TIA Portal Workshop. Unrestricted. Siemens AG All rights reserved.

TIA Portal Workshop. Unrestricted. Siemens AG All rights reserved. TIA Portal Workshop Unrestricted Siemens AG 2015. All rights reserved. SIMATIC S7-1500: Modular Controller for the Mid to Upper Performance Range Page 11 Siemens AG 2015 SIMATIC S7-1500: Modules Single-tier

More information

Data sheet VIPA CPU 115DP (115-6BL22)

Data sheet VIPA CPU 115DP (115-6BL22) Data sheet VIPA CPU 115DP (115-6BL22) Technical data Order no. Type 115-6BL22 VIPA CPU 115DP General information Note - Features Work memory [KB]: 16 Load memory [KB]: 24 Onboard 16x DI / 12x DO / 4x DIO

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information

More information

SCE Training Curriculum

SCE Training Curriculum SCE Training Curriculum Siemens Automation Cooperates with Education 05/2017 TIA Portal Module 032-200 Basics of FB Programming with SIMATIC S7-1500 For unrestricted use in educational and R&D institutions.

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

SIMATIC NET. S7-CPs for PROFIBUS Configuring and Commissioning

SIMATIC NET. S7-CPs for PROFIBUS Configuring and Commissioning SIMATIC NET S7-CPs for PROFIBUS Configuring and Commissioning Manual Part A - General Application Preface, Contents Communication over S7-CPs 1 Characteristics of the PROFIBUS CPs 2 NCM S7 for PROFIBUS

More information

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, AC/DC/RLY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA MEMORY: 75 KB Display with

More information

PC-based Control Open, flexible and reliable. Product Brief February 2004

PC-based Control Open, flexible and reliable. Product Brief February 2004 PC-based Control Open, flexible and reliable Product Brief February 2004 What benefits does SIMATIC WinAC offer? SIMATIC WinAC is the PC-based control system from Siemens, and is available in two versions

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5 Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5 PROFIBUS DP with Master CPU 315-2DP / Slave ET 200S T I A Training document Page 1 of 34 Module

More information

Module Title: Scada and Industrial Networks

Module Title: Scada and Industrial Networks CORK INSTITUTE OF TECHNOLOGY INSTITIÚID TEICNEOLAÍOCHTA CHORCAÍ Semester 2 Examinations 2008/09 Module Title: Scada and Industrial Networks Module Code: ELEC 8014 School: Electrical & Electronic Engineering

More information