S7-400, M7-400 Programmable Controllers

Size: px
Start display at page:

Download "S7-400, M7-400 Programmable Controllers"

Transcription

1 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 arise.

2 The reproduction, transmission or use of this document or its contents is not permitted without express written authority. Offenders will be liable for damages. All rights, including rights created by patent grant or registration of a utility model or design, are reserved. Siemens AG Bereich Automatisierungs- und Antriebstechnik Geschaeftsgebiet Industrie-Automatisierungssysteme Postfach 4848, D Nuernberg We have checked the contents of this manual for agreement with the hardware and software described. Since deviations cannot be precluded entirely, we cannot guarantee full agreement. However, the data in this manual are reviewed regularly and any necessary corrections included in subsequent editions. Suggestions for improvement are welcomed. Technical data subject to change.

3 Supplement to Manual S7-400, M7-400 Contents 1 Connecting the Central Rack (CR) and the Expansion Rack (ER) Special Features of STEP 7 Programming with CPUs 41x Special Features of Communication Behavior of S7-400 Signal Modules After Parameter Assignment PROFIBUS DP Master Interface IM

4 S7-400, M7-400 Supplement to Manual 1 Connecting the Central Rack (CR) and the Expansion Rack (ER) EXTF LED on the IM 461-x On an expansion rack (ER) connected to a central rack (CR) via an IM 460-3/IM (remote link), the EXTF LED on the receiving IM lights up when the CR is switched off. ON an ER connected to a CR via an IM 460-0/IM or IM 460-1/IM (local link), the EXTF LED on the receive IM does not light up when the CR is switched off. Interference Suppression Measures To conform to the requirements of the EC Directive 89/336/EEC Electromagnetic Compatibility (CE mark), you should take the following measures when connecting central racks and expansion racks: Remote connection of expansion rack to a central rack with mounting rack UR via IM 460-0/IM 461-0: Attach a ferrule (split ferrite core) close to each connector on the IM cable A suitable split ferrite core is that of the type SFC 10 by Thora, Winn 6, D Herrieden, Germany Tel or a comparable product. Figure 1 shows an IM cable with a ferrule (split ferrite core). Ferrule (Split Ferrite Core) Figure 1 IM Cable with Ferrule (Split Ferrite Core) 4

5 Supplement to Manual S7-400, M Special Features of STEP 7 Programming with CPUs 41x Addressing Modules The start address of modules and components in either a central configuration or in a distributed configuration must be a value that can be divided by 4 with no remainder (0, 4, 8, 12...). Starting a Timer If there is an instruction for starting a timer programmed in the user program, there must be a BCD number at this point in the program sequence in accumulator 1. This also applies if the timer is not started. Setting a Counter If there is an instruction for setting a counter programmed in the user program, there must be a BCD number at this point in the program sequence in accumulator 1. This also applies if the counter is not set. SLD and SRD Instructions If parameters 64, 96, 128, 160, 192, or, 224 are transferred to the SRD or SLD instructions in accumulator 2-L-L with the CPUs 41x, status bit CC1 is set. RND- and RND + Instructions If a value in the range 0 to 0.25 is present as a floating-point number, the instruction RND+ supplies the result 0 instead of 1. If a value in the range 0 to is present as a floating-point number, the instruction RND- supplies the result 0 instead of -1. Writing Bit Instructions In the case of a fault, writing bit instructions report a read error instead of a write error. This applies to the following: Area length errors (entry in the diagnostic buffer made with event ID W#16#2522 instead of W#16#2523) Area errors (entry in the diagnostic buffer made with event ID W#16#2524 instead of W#16#2525) I/O access errors (entry in the diagnostic buffer made with event ID W#16#2944 instead of W#16#2945) Access to DP Slaves A DP station ist connected to an S7-400 via an external DP interface module CP Extended. If you use word access to access a DP slave with one byte of user data (instructions L PIW, T PQW), the I/O access error organization block (OB122) is not called. After executing the instruction L PIW, accumulator 1 contains B#16#00 instead of the non-existent peripheral byte. 5

6 S7-400, M7-400 Supplement to Manual If you use double word access to access a DP slave with three bytes of user data (instructions L PID, T PQD), the I/O access error organization block (OB122) is not called. After executing the instruction L PID, accumulator 1 contains B#16#00 instead of the non-existent peripheral byte. Single Step With the STEP 7 function single step mode, the CPU requires more time than the execution time for the instruction. As a result of the scan cycle time monitoring, it is possible that the CPU may go into STOP mode because the cycle time was exceeded. You can avoid this by calling the SFC43 RE_TRIGR in the time error organization block (OB80). Breakpoints SFC 11 SYNC/ FREEZE If you have set a breakpoint at a jump instruction or a block end instruction and the CPU has reached this instruction, neither the function execute next statement nor the function execute call can be executed. Instead the error message D063: Resource error: the trigger event is occupied is displayed. If you have set a breakpoint at a UC or CC instruction and the CPU has reached this instruction, the function execute call cannot be executed. Instead the error message D063: Resource error: the trigger event is occupied is displayed. Remedy: Delete the current breakpoint or move it to the previous command line. SFC11 cannot be called in the startup OBs (OB100, OB101). A call in these OBs is rejected with the RET_VAL identifier 0x80C8. In the other priority classes, you can use SFC11 without restrictions. You can use SFC11 only for the plug in DP modules (CP extended, IM 467). SFC11 cannot be used for the integrated DP interfaces. ET 200M stations assigned to sync/freeze groups with STEP 7 during hardware configuration must not contain FM or CP modules. 6

7 Supplement to Manual S7-400, M Special Features of Communication Communication from PG/OP to Module without MPI If one of the programming devices or operator panels connected to a multipoint interface (MPI) communicates with an S7-400 module which does not have an MPI connection (for example, SINEC CPs, FM 456 etc.), this module can be reached via the CPU to whose MPI the programming device or operator panel is connected. In this case, the CPU simply acts as an intermediary for the transfer. This type of connection between a programming device or operator panel and a module only communicating via the communication bus occupies two connection resources in the CPU. CPU CP or FM PG or OP MPI C bus S7-400 station One connection resource occupied Two connection resources occupied in the CPU One connection resource occupied Figure 2 Communication between Programming Device/Operator Panel and a Module without MPI Maximum Number of Connections via MPI When configuring the connections of a CPU 416 via MPI, remember to include the PG connection in the maximum number of possible connections. 7

8 S7-400, M7-400 Supplement to Manual PG Access A CPU exchanges data with other systems using communication mechanisms, for example with other programmable controllers, with operator interface stations (OP, OS) or with programming devices (see Figure 3). PG OS PLC SIMATIC NET CPU MPI DP network PG OS PLC PG OS Slave Figure 3 Data Exchange Process communication, including communication services for data exchange between programmable controllers (PLC PLC) and between programmable controllers and operator interface stations (PLC OS/OP), has priority in CPUs over communication between programming devices and CPUs. The CPUs have different characteristics. One of these characteristics is their communication performance. If the communication resources of a CPU are occupied completely by process communication, this can severely hamper access to the CPU from the programming device. This can often be avoided by a slight reduction in process communication. The following table shows several examples of this. The values relate to a user data length of 200 bytes. Communication Mechanism PLC PLC communication with USEND/URCV PLC PLC communication with BSEND/BRCV PLC PLC communication with AGSEND/RCV * PLC-OP communication (single jobs) Max. No. of Frames CPU 412, CPU 413 CPU 414, CPU 416 Max. No. of Frames with Reliable PG Access Max. No. of Frames 140 / s 130 / s 150 / s 140 / s 100 / s 90 / s 100 / s 90 / s 70 / s 65 / s 70 / s 65 / s 65 / s 60 / s 60 / s 80 / s Maximum No. of Frames with Reliable PG Access * It is advisable to set a minimum scan cycle time of 10 ms or to locate the calls in a cyclic interrupt priority class. The number of frames per line reflects the performance of the CPU. 8

9 Supplement to Manual S7-400, M Behavior of S7-400 Signal Modules After Parameter Assignment Parameter Assignment of S7-400 Signal Modules S7-400 signal modules can be assigned parameters by the operating system of the CPU or by calling an SFC in your program. Parameters are assigned by the operating system of the CPU in the following cases: At startup (both complete restart and restart) After plugging a module into a configured slot After the return of a rack or station when using distributed I/Os S7-400 Input Modules After assigning parameters to an S7-400 input module, the data read by your program from the module are not immediately valid. You can only evaluate these when bit 2 ( operating status ) in byte 2 of diagnostic data record 0 has the value 0 ( RUN ). For this reason, all S7-400 input modules which can be assigned parameters provide diagnostic data record 0. You can read out diagnostic data record 0 with SFC51 RDSYSST (input parameter SZL_ID W#16#00B1) or with SFC59 RD_REC. S7-400 Output Modules After assigning parameters to an S7-400 output module, it is possible that the output data you have written to the module is not transferred immediately to the outputs. From the time that bit 2 ( operating status ) in byte 2 of diagnostic data record 0 is set to the value 0 ( RUN ), the module transfers the output data to the output terminals. For this reason, diagnostic data record 0 is provided by all S7-400 output modules which can be assigned parameters. You can read out diagnostic data record 0 with SFC51 RDSYSST (input parameter SZL_ID W#16#00B1) or with SFC59 RD_REC. 9

10 S7-400, M7-400 Supplement to Manual 5 PROFIBUS DP Master Interface IM 467 Order Number 6ES GJ00-0AB0 Use PROFIBUS DP, standardized according to EN 50170, allows fast communication in the field area between programmable logic controllers, PCs, and field devices. Field devices include distributed I/O devices (ET 200), drives, valve islands, switching devices, and many others. The IM 467 interface module is intended for use in an S7-400 programmable logic control system. It enables you to connect an S7-400 to PROFIBUS DP. Design Configuration according to the rules for an S pin sub-d female connector for attachment to PROFIBUS DP Can be operated without a fan A maximum of four IM 467 modules can be used in the central rack. No slot rules apply A total of four IM 467 and CP Extended modules can be used together Various transmission rates between 9.6 Kbps and 12 Mbps can be set in the software Configuration and programming are possible via PROFIBUS DP although- PROFIBUS parameters must not be changed! 10

11 Supplement to Manual S7-400, M7-400 LED displays Mode switch PROFIBUS DP interface 9-pin sub-d Figure 4 Configuration of the IM 467 Communication Services The IM 467 provides you with two possible means of communication: PROFIBUS DP The IM 467 is a PROFIBUS DP master which conforms to EN It is configured completely with STEP 7. In principle, its behavior is the same as that of the the integrated PROFIBUS DP interfaces on the CPU modules (for differences, refer to the technical data of the IM 467). No function calls are necessary in the STEP 7 user program for DP communication. S7 functions S7 functions ensure optimum, simple communication in a SIMATIC S7/M7/C7 automation system. For IM 467, the following S7 functions are used: Programming device functions via PROFIBUS DP Operator monitoring and control functions via PROFIBUS DP Communication requires no further configuration on the IM 467. The S7 functions can be used alone or parallel to the PROFIBUS DP protocol. If they are used parallel to DP communication, this will affect the PROFIBUS DP round-trip time. 11

12 S7-400, M7-400 Supplement to Manual Configuration The IM 467 is configured with STEP 7. The configuration data is also retained during power down without a submodule being necessary. With the S7 functions, all IM 467 modules atached to the network and all CPUs connected via the SIMATIC S7 400 backplane bus can be programmed/configured remotely. Technical Data The technical data of the IM 467 are listed below. Dimensions and Weight Dimensions WxHxD 25 x 290 x 210 mm (1.0 x 11.4 x 8.3 in.) Weight 700 g (28 oz) Ambient Conditions Ambient temperature Operation 0 to 60 C Transport and storage 40 to +70 C 3000 m above sea level Operating altitude PROFIBUS DP Standard PROFIBUS, EN Transmission rate 9.6 Kbps to 12 Mbps, Transmission method can be set to various rates RS 485 Ports 9-pin Sub-D female For use with Power supply Current consumption from 5 VDC Addressing volume Number of connectable I/Os (slaves) Number of connections for S7 functions for programming devices and operator interface devices Data volume per slave Consistency Configuration software Conditions for Use SIMATIC S7-400, max. 4 IM 467 in the central rack 5 V DC via the backplane bus 1.2 A max. 4 Kbytes for inputs and 4 Kbytes for outputs diagnostic connection max. 240 bytes max. 128 bytes STEP 7 Differences compared with the DP intercface integrated in the CPU Different system status list IDs for system diagnostics Extended SFC operating times (in some cases) Additional return codes for SFC14 and SFC15 Cable Lengths with PROFIBUS DP Transmission rate in Kbps Max. length of a bus segment in m Max number of bus segments 1) Max. length in m ) Bus segments are interconnected by an RS 485 repeater 12

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

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

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

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

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

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

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

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

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

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

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

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

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

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. 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. 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

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. 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

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

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

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

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

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

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

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. 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

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

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

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

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

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

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

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

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

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. Component based Automation - WinLC PN Addendum to WinAC Basis V3.0. Foreword. Introduction to CBA and WinAC PN 2. Routing with WinLC PN 3

SIMATIC. Component based Automation - WinLC PN Addendum to WinAC Basis V3.0. Foreword. Introduction to CBA and WinAC PN 2. Routing with WinLC PN 3 SIMATIC Component based Automation - WinLC PN Addendum to WinAC Basis V3.0 Manual Foreword 1 Introduction to CBA and WinAC PN 2 Routing with WinLC PN 3 Installing WinLC PN 4 Commissioning WinLC PN 5 Notes

More information

SIMATIC NET. S7 CPs for Industrial Ethernet CP Version 3 or later (Firmware version V2.2) for SIMATIC S LED displays.

SIMATIC NET. S7 CPs for Industrial Ethernet CP Version 3 or later (Firmware version V2.2) for SIMATIC S LED displays. SIMATIC NET S7 CPs for Industrial Ethernet CP 443-1 6GK7 443 1EX11 0XE0 for SIMATIC S7 400 Version 3 or later (Firmware version V2.2) LED displays Mode selector MAC address label TP interface: AUI/ITP

More information

S7-300 Programmable Controller

S7-300 Programmable Controller S7-300 Programmable Controller This description belongs to the following documentation packages with the order numbers given: S7 300 Programmable Controller 6ES7 398 8AA02 8BA0 ET 200M Distributed I/O

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

SIMATIC NET. DP/EIB Link B C D E. Preface, Contents. Technical Description and Installation Guide. Configuration and Operation. Manual.

SIMATIC NET. DP/EIB Link B C D E. Preface, Contents. Technical Description and Installation Guide. Configuration and Operation. Manual. Preface, Contents SIMATIC NET Technical Description and Installation Guide Configuration and Operation 2 1 Manual instabus EIB Appendix EIB Data Specification EIS Structure of the PROFIBUS-DP Parameter

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 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

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

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

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

Commander compact. Commander compact Lines displays. System SLIO. System 100V. Lines displays Commander compact 603-1CC CC21.

Commander compact. Commander compact Lines displays. System SLIO. System 100V. Lines displays Commander compact 603-1CC CC21. 0-CC 0-CC Order number 0-CC 0-CC Figure Type CC 0, Commander Compact CC 0DP, Commander Compact, PROFIBUS-DP slave General information Note - - Features x 0 characters, x 0 characters, Integrated PLC-CPU,

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

Data sheet CPU 315SB/DPM (315-2AG12)

Data sheet CPU 315SB/DPM (315-2AG12) Data sheet CPU 315SB/DPM (315-2AG12) Technical data Order no. 315-2AG12 CPU 315SB/DPM General information Note - Features SPEED-Bus - SPEED7 technology 1 MB work memory Memory extension (max. 2 MB) PROFIBUS-DP

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

SIMATIC. S7-300 Programmable Controller CPU Specifications, CPUs 31xC and CPU 31x. Contents

SIMATIC. S7-300 Programmable Controller CPU Specifications, CPUs 31xC and CPU 31x. Contents SIMATIC S7-300 Programmable Controller CPU Specifications, CPUs 31xC and CPU 31x Reference Manual Contents Purpose of this Manual 1 Guide to the S7-300 Documentation 2 Structure and Communication Functions

More information

Configuration limits for products of the SIMATIC NET PC Software V8.1 SIMATIC NET

Configuration limits for products of the SIMATIC NET PC Software V8.1 SIMATIC NET Configuration limits for products of the SIMATIC NET PC Software V8.1 SIMATIC NET Configuration limits for products of the SIMATIC NET PC Software V8.1 Application manual Communications partners and configuration

More information

Programming Interface Description of the Functions

Programming Interface Description of the Functions SIMATIC NET Programming Interface DP-Base Master Class 2 for CP 5613/CP 5614 Preface, Contents of the Functions of the DP Master Class 2 1 Manual C79000-G8976-C165-01 Release 07/2001 Classification of

More information

Siemens Spares SIMATIC. Process Control System PCS 7 Communication Blocks Contents. Communication blocks 1 Index.

Siemens Spares SIMATIC. Process Control System PCS 7 Communication Blocks Contents. Communication blocks 1 Index. SIMATIC Contents 1 Index Process Control System PCS 7 Communication Blocks Reference Manual Edition 08/2001 A5E00127657-01 Siemens Spares Safety Guidelines This manual contains notices intended to ensure

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

SIMATIC. Windows Automation Center WinAC Basis V4.1. User Manual. Version: 05/2004 A5E Siemens Automation

SIMATIC. Windows Automation Center WinAC Basis V4.1. User Manual. Version: 05/2004 A5E Siemens Automation SIMATIC Windows Automation Center WinAC Basis V4.1 User Manual Version: 05/2004 A5E00340325-01 Siemens Automation Copyright and Safety Notification This manual contains notices that you should observe

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

CAN 300 PRO, Communication Module

CAN 300 PRO, Communication Module 90 Communication Modules CAN 300 PRO, Communication Module Layer 2, 11 Bit and 29 Bit (CAN 2.0 A/B) on the module DIP switch for adress + baud rate Micro Memory Card for saving a project (optional) USB

More information

Data sheet CPU 015PN (015-CEFPR01)

Data sheet CPU 015PN (015-CEFPR01) Data sheet CPU 015PN (015-CEFPR01) Technical data Order no. Module ID - General information Note - Features Technical data power supply 015-CEFPR01 CPU 015PN Powered by SPEED7 Work memory [KB]: 256...512

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

Data sheet VIPA CPU M13C (M13-CCF0000)

Data sheet VIPA CPU M13C (M13-CCF0000) Data sheet VIPA CPU M13C (M13-CCF0000) Technical data Order no. M13-CCF0000 Type VIPA CPU M13C Module ID - General information Note - Features Technical data power supply Power supply (rated value) Power

More information

Data sheet CPU 315SB/DPM (315-2AG12)

Data sheet CPU 315SB/DPM (315-2AG12) Data sheet CPU 315SB/DPM (315-2AG12) Technical data Order no. 315-2AG12 CPU 315SB/DPM General information Note - Features SPEED-Bus - SPEED7 technology 1 MB work memory Memory extension (max. ) PROFIBUS-DP

More information

Product type designation. General information. Supply voltage

Product type designation. General information. Supply voltage Data sheet SIMATIC S7-300, CPU 314C-2PN/DP COMPACT CPU WITH 192 KBYTE WORKING MEMORY, 24 DI/16 DO, 4AI, 2AO, 1 PT100, 4 FAST COUNTERS (60 KHZ), 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET,

More information

Configuration limits for products of the HARDNET-PB DP-Base 1

Configuration limits for products of the HARDNET-PB DP-Base 1 Configuration limits for products of the SIMATIC NET PC Software HARDNET-PB DP-Base 1 V8.2 software Communications partners and configuration limits for Configuration limits SOFTNET-PB DP 2 SIMATIC NET

More information

Siemens Spares. Preface 1. Scope of Delivery 2 SIPLUS CMS4000. Product Characteristics 3 ION PROFIBUS DP SPY T001 Installation and Maintenance 4

Siemens Spares. Preface 1. Scope of Delivery 2 SIPLUS CMS4000. Product Characteristics 3 ION PROFIBUS DP SPY T001 Installation and Maintenance 4 Preface 1 Scope of Delivery 2 Product Characteristics 3 Industrial I/O-Node ION PROFIBUS DP SPY T001 Installation and Maintenance 4 6AT8000-1BA00-5XA0 Notes on the CE Mark 5 References 6 Appendix 7 Release

More information

Data sheet CPU 315SN/PN ECO (315-4PN33)

Data sheet CPU 315SN/PN ECO (315-4PN33) Data sheet CPU 315SN/PN ECO (315-4PN33) Technical data Order no. 315-4PN33 CPU 315SN/PN ECO General information Note - Features SPEED-Bus - SPEED7 technology work memory PtP PROFINET controller integrated

More information

DANGER indicates that death or severe personal injury will result if proper precautions are not taken.

DANGER indicates that death or severe personal injury will result if proper precautions are not taken. Communication module CM DP (6ES7545-5DA00-0AB0) SIMATIC ET 200SP Communication module CM DP (6ES7545-5DA00-0AB0) Manual Preface ET 200SP Documentation Guide 1 Product overview 2 Wiring 3 Programming 4

More information

Data sheet CPU 315SN/NET (315-4NE12)

Data sheet CPU 315SN/NET (315-4NE12) Data sheet CPU 315SN/NET (315-4NE12) Technical data Order no. 315-4NE12 CPU 315SN/NET General information Note - Features SPEED-Bus - SPEED7 technology 1 MB work memory Memory extension (max. 2 MB) PROFIBUS-DP

More information

PAS 300, PROFIBUS Slave Interface Module

PAS 300, PROFIBUS Slave Interface Module Catalog 08 PROFIBUS-Components 27 PAS 300, PROFIBUS Slave Interface Module PROFIBUS PROFIBUS slave interfaces PROFIBUS slave module The PROFIBUS slave interface module PAS 300 from the Systeme Helmholz

More information

Data sheet CPU 315SN/NET (315-4NE12)

Data sheet CPU 315SN/NET (315-4NE12) Data sheet CPU 315SN/NET (315-4NE12) Technical data Order no. 315-4NE12 CPU 315SN/NET General information Note - Features SPEED-Bus - SPEED7 technology 1 MB work memory Memory extension (max. 2 MB) PROFIBUS-DP

More information

Data sheet SLIO CPU 015PN (015-CEFPR01)

Data sheet SLIO CPU 015PN (015-CEFPR01) Data sheet SLIO CPU 015PN (015-CEFPR01) Technical data Order no. 015-CEFPR01 Type SLIO CPU 015PN Module ID - General information Note - Features SPEED7 technology 256 kb work memory Memory extension (max.

More information

A B

A B ET 200U Distributed I/O Station Manual System Overview Technical Description Mechanical and Electrical Configuration ET 200U(DP Siemens): Address Assignment, Starting Up, Diagnosing Faults ET 200U(DP Standard):

More information

TIM 3V- IE ADVANCED. Function

TIM 3V- IE ADVANCED. Function TIM 3V- IE ADVANCED Function The TIM 3V-IE Advanced enables one or more SIMATIC S7-300 or control center PCs (e.g. SINAUT ST7cc or ST7sc) to exchange data with other SINAUT ST7 or ST1 stations via any

More information

Data sheet CPU 015PN (015-CEFPR00)

Data sheet CPU 015PN (015-CEFPR00) Data sheet CPU 015PN (015-CEFPR00) Technical data Order no. 015-CEFPR00 CPU 015PN Module ID - General information Note - Features Technical data power supply Power supply (rated value) Power supply (permitted

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

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

SIMATIC. FM 356 Application Function Module, Installation and Startup. Preface, Contents. User Information. Product Overview

SIMATIC. FM 356 Application Function Module, Installation and Startup. Preface, Contents. User Information. Product Overview Preface, Contents User Information SIMATIC FM 356 Application Function Module, Installation and Startup Manual Product Overview 1 Designing the Mechanical Configuration 2 Addressing the M7-300 Modules

More information

FAQ Communication over PROFIBUS

FAQ Communication over PROFIBUS FAQ Communication over PROFIBUS Communication over PROFIBUS FAQ Table of Contents Table of Contents... 2 Question...2 How do I configure a PC station as DP Slave interfacing to a S7 station (as DP Master)

More information

SIMATIC. ET 200AL Interface module IM DP (6ES7157-1AA00-0AB0) Preface. Documentation guide. Product overview. Wiring 3.

SIMATIC. ET 200AL Interface module IM DP (6ES7157-1AA00-0AB0) Preface. Documentation guide. Product overview. Wiring 3. Preface Documentation guide 1 SIMATIC ET 200AL Interface module IM 157-1 DP (6ES7157-1AA00-0AB0) Manual Product overview 2 Wiring 3 Parameters 4 Interrupts, error messages, diagnostics and system 5 alarms

More information

Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) SIMATIC. S7-1500/ET 200MP Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) Preface

Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) SIMATIC. S7-1500/ET 200MP Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) Preface Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) SIMATIC S7-1500/ET 200MP Power supply module PS 25W 24VDC (6ES7505-0KA00-0AB0) Manual Preface Documentation guide 1 Product overview 2 Wiring 3 Parameters

More information

SIMATIC. Windows Logic Controller WinLC RTX 3.1. Preface, Contents. Product Overview 1. Setting Up the WinLC RTX Software

SIMATIC. Windows Logic Controller WinLC RTX 3.1. Preface, Contents. Product Overview 1. Setting Up the WinLC RTX Software SIMATIC Windows Logic Controller WinLC RTX 3.1 User Manual Preface, Contents Product Overview 1 Setting Up the WinLC RTX Software 2 Connecting SIMATIC Client Software to WinLC RTX 3 Running the WinLC RTX

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

SIMADYN D Digital Control System. Fiber-Optic Rack Coupling CS12. User Manual. Edition DK No

SIMADYN D Digital Control System. Fiber-Optic Rack Coupling CS12. User Manual. Edition DK No SIMADYN D Digital Control System User Manual Fiber-Optic Rack Coupling CS12 Edition 05.95 DK No. 237741 User Manual, Fiber-Optic Rack Coupling CS12 Edition Status 1 Fiber-Optic Rack Coupling CS12 05.95

More information

S7-400 Automation System, CPU Specifications. S7-400 Automation System, CPU Specifications. Manual. Manual SIMATIC S Answers for industry.

S7-400 Automation System, CPU Specifications. S7-400 Automation System, CPU Specifications. Manual. Manual SIMATIC S Answers for industry. S7-400 Automation System, CPU Specifications Manual Manual SIMATIC S7-400 Answers for industry. S7-400 Automation System, CPU Specifications SIMATIC S7-400 S7-400 Automation System, CPU Specifications

More information

Siemens Spares SIMATIC. CFC for M7 Continuous Function Chart A B. Preface, Contents. CFC for SIMATIC M7. Handling Blocks.

Siemens Spares SIMATIC. CFC for M7 Continuous Function Chart A B. Preface, Contents. CFC for SIMATIC M7. Handling Blocks. Preface, Contents SIMATIC Continuous Function Chart Manual CFC for SIMATIC M7 1 Handling Blocks 2 Configuring Tasks 3 Compiling and Downloading 4 Test and Commissioning 5 Creating Block Types 6 This manual

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

Data sheet CPU 013C (013-CCF0R00)

Data sheet CPU 013C (013-CCF0R00) Data sheet CPU 013C (013-CCF0R00) Technical data Order no. 013-CCF0R00 Type CPU 013C Module ID - General information Note - Features Technical data power supply Power supply (rated value) Power supply

More information

Provisional documentation, Profibus-DP and Profi-S-IO Contents

Provisional documentation, Profibus-DP and Profi-S-IO Contents Provisional documentation, Profibus-DP and Profi-S-IO Contents 1 INTRODUCTION 3 2 CONFIGURATION 3 2.1 INTERFACES 3 2.2 POSSIBLE COMBINATIONS 3 2.2.1 Overview 3 2.2.2 Configuration details 4 2.2.3 Recommended

More information

S5-115U. Application

S5-115U. Application S5-115U S5-115U Design Central configuration Distributed configuration Note General technical specifications S5-115U Principle of operation Program memory Processor Programming S5-115U Cyclic program execution

More information

SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Module Data

SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Module Data SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Data Product Information Introduction The present product information describes additions and corrections to the S7-300 Automation

More information

SIMATIC. ET 200S Interface Module IM 151/CPU C D. Important Notes, Contents. Product Overview. Addressing. ET 200S in the PROFIBUS Network

SIMATIC. ET 200S Interface Module IM 151/CPU C D. Important Notes, Contents. Product Overview. Addressing. ET 200S in the PROFIBUS Network SIMATIC ET 200S Interface Module IM 151/CPU Manual This manual is part of the document package with the order number: 6ES7 151-1AA00-8BA0 Important Notes, Contents Product Overview Addressing 2 ET 200S

More information

SIMATIC. Communications processor CP 340 first commissioning steps. Getting Started 04/2005 A5E

SIMATIC. Communications processor CP 340 first commissioning steps. Getting Started 04/2005 A5E SIMATIC Communications processor Getting Started 04/2005 A5E00442606-01 Safety Guidelines This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent

More information

Fieldbus slave modules w/o I/Os

Fieldbus slave modules w/o I/Os tem SLIO Fieldbus slave modules w/o I/Os tem 500S tem 300S tem 100V Order number Figure Type IM 053CAN, CANopen slave IM 053DN, DeviceNet slave IM 053DP, PROFIBUS-DP slave IM 053EC, EtherCAT slave General

More information

SIMATIC. Windows Automation Center RTX WinAC RTX V4.0. User Manual A5E

SIMATIC. Windows Automation Center RTX WinAC RTX V4.0. User Manual A5E SIMATIC Windows Automation Center RTX WinAC RTX V4.0 User Manual A5E00299242-01 Copyright and Safety Notification This manual contains notices that you should observe to ensure your own personal safety,

More information

SIMATIC. Distributed I/O Device ET 200iSP. Preface, Contents. Product Overview Getting Started with Commissioning. Configuration Options.

SIMATIC. Distributed I/O Device ET 200iSP. Preface, Contents. Product Overview Getting Started with Commissioning. Configuration Options. SIMATIC Distributed I/O Device ET 200iSP Manual This documentation is available under order number 6ES7152-1AA00-8BA0 Preface, Contents Product Overview Getting Started with Commissioning Configuration

More information

CM PtP RS422/485 BA communication. module (6ES7540 1AB00 0AA0) SIMATIC. S7-1500/ET 200MP CM PtP RS422/485 BA communication module (6ES7540 1AB00 0AA0)

CM PtP RS422/485 BA communication. module (6ES7540 1AB00 0AA0) SIMATIC. S7-1500/ET 200MP CM PtP RS422/485 BA communication module (6ES7540 1AB00 0AA0) CM PtP RS422/485 BA communication module (6ES7540 1AB00 0AA0) SIMATIC S7-1500/ET 200MP CM PtP RS422/485 BA communication module (6ES7540 1AB00 0AA0) Manual Preface Documentation guide 1 Product overview

More information

SIMATIC. Modifying the System during Operation via CiR. Requirements and Overview 1. CiR Objects and CiR Modules. User Interface 3

SIMATIC. Modifying the System during Operation via CiR. Requirements and Overview 1. CiR Objects and CiR Modules. User Interface 3 Requirements and Overview 1 CiR Objects and CiR Modules 2 SIMATIC User Interface 3 Reconfiguration of Existing Modules in ET 200M/ET 200iSP Stations 4 Modifying the System during Operation via CiR Manual

More information