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 Siemens AG Bereich Automatisierungs- und Antriebstechnik Geschaeftsgebiet Industrie-Automatisierungssysteme Oestliche Rheinbrueckenstr Karlsruhe

3 Supplement to the Documentation 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 Cycle and Reaction Times of the S Special Features of Communication Behavior of S7-400 Signal Modules After Parameter Assignment PROFIBUS DP Master Interface IM PS A (0KA00) Power Supply Module PS A (0KA01) and PS A R Power Supply Modules SM 421 Digital Input Module;DI 32xDC 24 V Points to Note when Installing a Synchronization Submodule SM 431 Analog Input Module;AI 16 x 13 Bit (6ES7431-0HH00-0AB0) The information in this supplement regarding the properties of CPUs relates to the following CPUs with their specified release levels. CPU Order Number From Release Level CPU ES XF02-0AB0 02 CPU ES XG02-0AB0 01 CPU DP 6ES XG02-0AB0 01 CPU ES XG02-0AB0 02 CPU DP, 128 Kbytes 6ES XG02-0AB0 02 CPU DP, 384 Kbytes 6ES XJ01-0AB0 02 CPU ES XJ02-0AB0 02 CPU DP, 0.8 Mbytes 6ES XK01-0AB0 02 CPU DP, 1.6 Mbytes 6ES XL01-0AB0 02 CPU ES XL00-0AB0 01 CPU 417-H 6ES HL00-0AB0 01 3

4 S7-400, M7-400 Supplement to the Documentation 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-1 shows an IM cable with a ferrule (split ferrite core). Ferrule (Split Ferrite Core) Figure 1-1 IM Cable with Ferrule (Split Ferrite Core) 4

5 Supplement to the Documentation S7-400, M Special Features of STEP 7 Programming with CPUs 41x Addressing Modules (with CPUs 412 to 416) 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 (with CPUs 412 to 416) 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 (with CPUs 412 to 416) 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 (with CPUs 412 to 416) 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) I/O Access via Word and Double Word Commands (CPU and CPU 417-4H) With I/O access via word or double word commands, if the first byte or the first one to three bytes exist but the rest of the addressed area does not, accumulator 0 is loaded. 5

6 S7-400, M7-400 Supplement to the Documentation Access to DP Slaves (with CPUs 412 to 416) A DP station is connected to an S7-400 via an external DP interface module CP 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. 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 CPUs 412 to 416) 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 (with CPUs 412 to 416) 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. SFC 11 SYNC/FREEZE 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 of the CPU 413-2, 412-2, and 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 the Documentation S7-400, M7-400 Deviation Precision for Time Synchronization The deviation precision during time synchronization is: At the communication bus 10 ms At the MPI 200 ms Accuracy of the Integrated Real-Time Clock The accuracy of the integrated real-time clock is: During operation With battery backup 8.6 s/d 1.7 s/d SFC 90 Not Released (CPU 417-4H) SFC 90 has not yet been released for use with CPU 417-4H. FM 353/354 Not Distributed (CPU and CPU 417-4H) If you use the CPU 417 as the DP master, you must not use FM 353 and 354 in a distributed configuration within an ET 200M. This applies to: FM 353, up to and including 6ES AH01-0AE0, firmware version 3.3 FM 354, up to and including 6ES AH01-0AE0, firmware version 3.3 No Cross-Module Addressing in the DP Address Range at the Integrated DP Interface (CPU and CPU 417-4H) Example: CPU 417 PROFIBUS DP DP slave e.g. ET 200 M DI DI This type of cross-module addressing must not be programmed at inputs or at outputs! EB0 EB1 to 3 Do not access these modules with L PID 0 or L PIW 0! 7

8 S7-400, M7-400 Supplement to the Documentation 3 Cycle and Reaction Times of the S7-400 Introduction The times and measured values listed below can be used in conjunction with the information provided in the Module Specifications Reference Manual to calculate the cycle and reaction times. Test Arrangement CPU 417-4/CPU417-4H with DI 16 (421-7DH00-0AB0) and DO 32 (422-1BL00-0AA0) in the central rack. Operating System Processing Times of the CPUs Sequence CPU CPU 417-4H CPU 417-4H Solo Redundant Cycle control s 1) 152 s s 2) 200 s s 3) 445 s 1. The update of the timer cells increases the cycle time by approximately 140 s every 10 ms. 2. The update of the timer cells increases the cycle time by approximately 420 s every 10 ms. The double master detection increases the cycle time by approximately 1070 s every 200 ms. 3. The update of the timer cells increases the cycle time by approximately by approximately 460 s every 10 ms. 8

9 Supplement to the Documentation S7-400, M7-400 Updating the Process Image of the CPUs Parts CPU CPU 417-4H CPU 417-4H Solo Redundant K Basic load 20 s 20 s 20 s A In the central rack Read byte/word/double word Write byte/word/double word with n = 1, 2, or 4 n*1.9 s n*1.9 s 13+n*1.9 s 9+n*1.9 s 48+n*1.9 s 44+n*1.9 s B C D Per byte in expansion unit with local link Read byte/word/double word Write byte/word/double word with n = 1, 2, or 4 Per byte in expansion unit with remote link Read byte/word/double word Write byte/word/double word with n = 1, 2, or 4 In DP area for integrated DP interface Read byte/word/double word Write byte/word/double word with n = 1, 2, or 4 n*5 s n*5 s n*10 s n*10 s n*0.5 s n*0.5 s 13+n*5 s 9+n*5 s 13+n*10 s 9+n*10 s 13+n*0.5 s 9+n*0.5 s 48+n*5 s 44+n*5 s 48+n*10 s 44+n*10 s 48+n*0.5 s 44+n*0.5 s CPU-Specific Factors Sequence CPU CPU 417-4H CPU 417-4H Solo Redundant Factor Direct Access of the CPUs to I/O Modules Read byte Read word Read double word Write byte Write word Write double word Access Type CPU CPU 417-4H CPU 417-4H Solo Redundant 2.4 s 3.8 s 7.6 s 2.4 s 3.9 s 7.8 s 43 s 46 s 50 s 38 s 41 s 45 s 79 s 82 s 86 s 73 s 76 s 80 s 9

10 S7-400, M7-400 Supplement to the Documentation Increasing the Cycle Time by Nesting Interrupts CPU Hardware Interrupt Diagnostic interrupt Time-of- Day Interrupt Time-Delay Interrupt Cyclic Interrupt Programming/ Access Error s 420 s 350 s 260 s 260 s 130 s / 140 s H Solo 390 s 450 s 310 s 270 s 255 s 140 s / 170 s H Red 705 s 785 s 560 s 530 s 530 s 175 s / 240 s CPU Asynchronous error (OB 85 while updating the process image) s 417-4H Solo 260 s 417-4H Redundant 310 s Hardware Interrupt Reaction Times of the CPUs CPU min. max s 435 s 417-4H Solo 270 s 530 s 417-4H Redundant 375 s 690 s Diagnostic Interrupt Reaction Times of the CPUs CPU min. max s 490 s 417-4H Solo 325 s 645 s 417-4H Redundant 415 s 780 s Reproducibility of Time-Delay Interrupts and Cyclic Interrupts of the CPUs CPU Reproducibility Time-Delay Interrupt Cyclic Interrupt s / +330 s 40 s / +40 s 417-4H Solo 750 s / +400 s 850 s / +850 s 417-4H Redundant 500 s / +800 s 700 s / +700 s 10

11 Supplement to the Documentation S7-400, M Special Features of Communication Number of Operator Stations This specifies how many operator stations you can log on to the CPU, for example for process control messages. CPU CPU CPU 413-1, CPU CPU 414-1, CPU CPU 416-1, CPU CPU 417-4, CPU 417-4H 8 OS Stations 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 1-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. 11

12 S7-400, M7-400 Supplement to the Documentation 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 1-3). PG OS PLC SIMATIC NET CPU MPI DP network PG OS PLC PG OS Slave Figure 1-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 80 / s 60 / 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. 12

13 Supplement to the Documentation 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 hot 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. 13

14 S7-400, M7-400 Supplement to the Documentation 6 PROFIBUS DP Master Interface IM 467 Order Number 6ES GJ00-0AB0 Use Design 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. 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! 14

15 Supplement to the Documentation S7-400, M7-400 LED displays Mode switch PROFIBUS DP interface 9-pin sub-d Figure 1-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 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. 15

16 S7-400, M7-400 Supplement to the Documentation 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 ansport and storage 40 to +70 C Operating altitude 3000 m above sea level PROFIBUS DP Standard PROFIBUS, EN ansmission rate 9.6 Kbps to 12 Mbps, ansmission method can be set to various rates RS 485 Ports 9-pin Sub-D female Maximum Cable Lengths with PROFIBUS DP 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 PGs 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 VDC 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 interface 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 ansmission 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 16

17 Supplement to the Documentation S7-400, M PS A (0KA00) Power Supply Module The PS A (0KA00) power supply module cannot be used redundantly. At the present time only the PS A R power supply module with the order number 6ES KR00 0AA0 can be used redundantly. 8 PS A (0KA01) and PS A R Power Supply Modules The power supply modules have an inrush current limitation in accordance with NAMUR. When you switch off the supply voltage or disconnect the power supply module from the mains, you no longer have to wait approximately 20 seconds before switching the supply voltage on again. The inrush current limitation of the power supply module is always guaranteed to be fully effective. 9 SM 421 Digital Input Module;DI 32xDC 24 V Order Number 6ES BL00-0AA0 Extended Function from Release Level 03 The lower limit of the nominal input range for the signal 0 has been extended from -3 V to -30 V. This means that the nominal input voltage for signal 0 is 30 V to 5 V. 10 Points to Note when Installing a Synchronization Submodule Issuing the Rack Number In order to differentiate between the two part systems in an H system, the CPUs must also be able to issue the rack number. One CPU has the rack number 0, the other CPU has the rack number 1. You set the rack numbers on the synchronization submodule. For this purpose there is a miniature sliding switch on the submodule with three settings. The rack number is adopted following Power On and a manual memory reset. 17

18 S7-400, M7-400 Supplement to the Documentation Inserting and Removing the Synchronization Module with Voltage Applied When inserting or removing a synchronization module in a H system, you do not need to switch off the power supply (PS). The synchronization module has a second front cover which you must unscrew before you remove the module (the module cannot be removed while the cover is in place). When you have unscrewed this front cover, the synchronization module is isolated from the voltage and you can remove it without damage. When you insert the submodule, it is only connected to the voltage when you screw the front panel into place again (see following figure). Additional front cover Switch for setting the rack number 18

19 Supplement to the Documentation S7-400, M SM 431 Analog Input Module;AI 16 x 13 Bit (6ES7431-0HH00-0AB0) Order Number 6ES HH00-0AB0 Characteristics The SM 431;AI 16 x 13 Bit has the following characteristics: 16 inputs for current/voltage measurement Resolution13 bits Non-isolated (no isolation between bus section and analog section) Permissible common-mode voltage 2 VDC/VAC 19

20 S7-400, M7-400 Supplement to the Documentation Terminal Connection Diagram of the SM 431;AI 13 x 16 Bit Voltage measurement Current measurement L+ M L+ M0+ M0 M1+ M1 M2+ M2 M3+ M3 M4+ M4 M5+ M5 M6+ M6 M7+ M7 M8+ M8 M9+ M9 M10+ M10 M11+ M11 M12+ M12 M13+ M13 M14+ M14 M15+ M15 M CH0 CH1 CH2 CH3 CH4 CH5 CH6 CH7 CH8 CH9 CH10 CH11 CH12 CH13 CH14 CH15 Word 0 Word 2 Word 4 Word 6 Word 8 Word 10 Word 12 Word 14 Word 16 Word 18 Word 20 Word 22 Word 24 Word 26 Word 28 Word 30 Figure 1-5 Terminal Connection Diagram of the Analog Input Module SM 431;AI 16 x 13 Bit 20

21 Supplement to the Documentation S7-400, M7-400 Block Diagram of the SM 431;AI 13 x 16 Bit Measuring range module * * * * ADC * * * * = ansducer *Voltage/current and M must be linked to the chassis ground of the rack * Figure 1-6 Block Diagram of the SM 431 Analog Input Module;AI 16 x 13 Bit 21

22 S7-400, M7-400 Supplement to the Documentation Adapting to Different Sensors To adapt the analog input module to different sensors, follow the steps outlined below: 1. Insert the measuring range module into the module. One measuring range module adapts two inputs channels to a sensor type. 2. Set the relevant measuring range for the channels of the module when you set the module parameters. Using the Measuring Range Modules With the measuring range modules supplied, you can adapt two successive input channels or one resistance channel to one sensor type. The following table shows the assignments of individual measuring range module positions to the relevant sensor types. A B C D Position Sensor Types Voltage sensors; 1 V Voltage sensors; 1 to 5 V, 10 V Current sensors; 20 ma, 4 to 20 ma 4-wire transducer with current output 2-wire transducer; 4 to 20 ma To apply current to these transducers, you must connect 24 V to the front connector terminals L+ and M.! Warning The module can be damaged. The shunt resistance of an input channel can be destroyed if you accidentally connect a voltage sensor to the channel and you set the measuring range module to position C (current/4-wire transducer). Please make sure that the measuring range module is in the correct position before you connect a sensor to the module. 22

23 Supplement to the Documentation S7-400, M7-400 Parameters The analog input module SM 431;AI 16 x 13 Bit use the following static parameters which are stored in data set 0. Table 1-1 Static Parameters of the SM 431;AI 16 x 13 Bit Parameter The following settings can be made: Measuring range deactivated (channel-bychannel) Voltage measuring range (channel-by-channel) Current measuring range for 4-wire transducers (channel-by-channel) Current measuring range for 2-wire transducers (channel-by-channel) Interference frequency suppression (for the whole module) Value Range Yes/No 1 V 1 to 5 V 10 V 4 to 20 ma 20 ma 4 to 20 ma 50 Hz Integration time 60 ms 60 Hz Integration time 50 ms The measuring range module sets two channels. For this reason, there are restricting parameter assignment conditions for two neighboring channels (0/1), (2/3), (4/5), (6/7). Table 1-2 Combinations of n Channels; Channel n+1 (n: 0, 2, 4...) Measuring Range Channel n+1 Measuring Range Channel n Deactivated Voltage 1 V Voltage 1 to5 V Voltage 10 V Current 4-wire trans.* Current 2-wire trans.* Deactivated x x x x x x Voltage 1 V x x Voltage 1 to 5 V x x x Voltage 10 V x x x Current 4-wire trans.* x x Current 4-wire trans.* x x * trans. = transducer 23

24 S7-400, M7-400 Supplement to the Documentation Technical Data of the SM 431;AI 16 x 13 Bit Dimensions, Cable Length, and Weight Dimensions WxHxD (mm) Weight Module-Specific Data Number of inputs For current/voltage measurement 16 Cable length Shielded Surge-protection in accordance with IEC x290x210 approx. 500 g max. 200 m External protection device required in the signal lines Voltages, Currents, Potentials Load voltagel+ 24 VDC only necessary for supplying 2-wire transducers Reverse polarity protection Yes Voltage supply for transducers Short-circuit protected Feed current per channel Galvanic isolation between analog section and bus Galvanic isolation between analog section, bus and chassis ground Test voltage Common-mode test voltage Between the reference potentials of the connected sensor and chassis ground (input voltage = 0 V) Current consumption From S7-400 bus (5 VDC) From load current supply L+ Power losses Yes typ. 50 ma No Yes 500 VDC 2 VDC, 2 VAC max. 100 ma typ. 70 ma 0 to 400 ma max. 2 W Analog Value Generation Measuring principle Sigma-Delta transformer (integrating) Can be set for interference frequency f1 in Hz Resulting in: Integration time/conversion time/resolution (per channel) Possible integration time in ms Possible basic conversion time in ms Cycle time Number of active channels x basic conversion time Resolution in bits (incl. overrange in second complement)

25 Supplement to the Documentation S7-400, M7-400 Interference Suppression, Error Limits Interference voltage suppression for f=nx(f1 1%) (f1=interference frequency) Common mode interference (V CM <2V s ) Normal-mode interference (Peak value of interference < nominal value of the input range) Cross-talk attenuation between the inputs At 50/60 Hz Operating error limits (in the entire temperature range, related to the input range) 1 V 10 V V 20 ma ma Basic error limit (operating error limit at 25 C, related to input range) 1 V 10 V V 20 ma ma >86 db >60 db >50 db 0.65% 0.65% 1.0% 0.65% 0.65% 0.25% 0.25% 0.5% 0.25% 0.25% Temperature error (related to input range) In all ranges 0.01% /K Linearity error (related to input range) 0.05% Repetition accuracy (in settled state at 25 C, related to input range) 0.1% Code gaps Code gaps occur systematically in the ranges 1 to 5 V and 4 to 20 ma Status, Interrupts, Diagnostics Interrupts Limit value interrupts Diagnostic interrupts Diagnostic functions Fault indicators on the module for internal faults for external faults Diagnostic functions Data for Selecting a Sensor Input ranges (nominal ranges)/input resistance For voltage ranges For current measurement Permitted input voltage for voltage input (destruction limit) Permitted input current for current input (destruction limit) Connection of signal sensors For voltage measurement For current measurement As 2-wire transducer As 4-wire transducer No No No No No 1V/10 M 10V/100 k 1 to 5 V/100 k 20mA/50 4 to 20mA /50 max. 20 V constant 75 V for max. 1 ms (mark-space ratio 1:20) 40 ma constant Possible Possible Possible Possible 25

26 S7-400, M7-400 Supplement to the Documentation 26 26

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

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

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

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

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

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

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

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

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

Product Information on the Manual

Product Information on the Manual Product Information on the Manual Edition 04.2003 S7-300 Module Specifications, Edition 11/2002, (A5E00105505-02) Introduction The S7-300 product family has been enhanced and improved. This document contains

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

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

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

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

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

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

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. Display. Supply voltage

General information. Display. Supply voltage 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

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. Display. Supply voltage

General information. Display. Supply voltage Data sheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/RLY, ONBOARD I/O: 8 DI 24V DC; 6 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Product

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

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

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

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

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

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. Display. Supply voltage

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

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. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input 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. 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

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

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

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

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, 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 Display with display Supply

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1217C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT ONBOARD I/O: 10 DI 24V DC; 4 DI RS422/485; 6 DO 24V DC; 0,5A; 4 DO RS422/485; 2 AI 0-10V DC, 2 AQ 0-20MA; POWER SUPPLY: DC

More information

General information Engineering with Programming package. Display with display

General information Engineering with Programming package. Display with display Datasheet SIPLUS S7-1200 CPU 1212C AC/DC/RLY -40... +70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7212-1BE31-0XB0. COMPACT CPU, AC/DC/RELAY, ONBOARD I/O: 8 DI 24V DC 6 DO RELAY 2A 2 AI 0-10V DC, POWER

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Datasheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 8 DI 24V DC; 6 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 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. Display. Supply voltage. Input current. Encoder supply. Output current. Power loss. Memory

General information. Display. Supply voltage. Input current. Encoder supply. Output current. Power loss. Memory Data sheet SIPLUS S7-1200 CPU 1214C DC/DC/DC -40...+70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7214-1AG40-0XB0. COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC 10 DO 24 V DC 2 AI 0-10V DC, POWER

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 Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes Datasheet 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 MEMORY:

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

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

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

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200F, CPU 1214 FC, 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 125 KB General information

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current Datasheet SIPLUS S7-1200 CPU 1214C DC/DC/DC -40... +70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7214-1AG31-0XB0. COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER

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. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200F, CPU 1215 FC, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24VDC; 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. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet *** SPARE PART*** 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: 50 KB General

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

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

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input 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: 100 KB General information Firmware

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, AC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA MEMORY: 50 KB General information

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 Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current Datasheet 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

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

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

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

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

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

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

C7-623/P (MLFB 6ES DE01-0AE3) C7-624/P (MLFB 6ES DE01-0AE3) C7-626/P (MLFB 6ES DG02-0AE3) C7-626/P DP (MLFB 6ES DG02-0AE3)

C7-623/P (MLFB 6ES DE01-0AE3) C7-624/P (MLFB 6ES DE01-0AE3) C7-626/P (MLFB 6ES DG02-0AE3) C7-626/P DP (MLFB 6ES DG02-0AE3) Control Systems C7-623/P (MLFB 6ES7 623-1DE01-0AE3) C7-624/P (MLFB 6ES7 624-1DE01-0AE3) C7-626/P (MLFB 6ES7 626-1DG02-0AE3) C7-626/P DP (MLFB 6ES7 626-2DG02-0AE3) The control systems listed above have

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

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

PA ROUTERS. The following criteria can be applied when choosing the network transition:

PA ROUTERS. The following criteria can be applied when choosing the network transition: PA ROUTERS To create a smooth network transition between PROFIBUS DP and PROFIBUS PA, the SIMATIC product range offers two versions: the DP/PA coupler and the PA link. The following criteria can be applied

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

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

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

SIMATIC. ET 200S distributed I/O 2AO U HF analog electronic module (6ES7135-4LB02-0AB0) Preface. Properties 1. Parameters 2.

SIMATIC. ET 200S distributed I/O 2AO U HF analog electronic module (6ES7135-4LB02-0AB0) Preface. Properties 1. Parameters 2. SIMATIC ET 200S distributed I/O SIMATIC ET 200S distributed I/O 2AO U HF analog electronic module (6ES7135-4LB02-0AB0) Manual Preface Properties 1 Parameters 2 Diagnostics 3 Analog value representation

More information

6ES7212-1BD30-0XB0. permissible range, lower limit (DC) permissible range, upper limit (DC)

6ES7212-1BD30-0XB0. permissible range, lower limit (DC) permissible range, upper limit (DC) 6ES7212-1BD30-0XB0 Page 1 Product data sheet 6ES7212-1BD30-0XB0 SIMATIC S7-1200, CPU 1212C, COMPACT CPU, AC/DC/RLY, ONBOARD I/O: 8 DI 24V DC; 6 DO RELAY 0,5A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC

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

CPU 1214C. Overview. Design. The compact CPU 1214C has:

CPU 1214C. Overview. Design. The compact CPU 1214C has: CPU 1214C Overview The compact high-performance CPU With 24 integral input/outputs Expandable by: 1 signal board (SB) or communication board (CB) 8 signal modules (SM) Max. 3 communication modules (CM)

More information

General information. Supply voltage

General information. Supply voltage Data sheet SIPLUS S7-300 CPU314C-2PN/DP WITH CONFORMAL COATING - 25... +70 DEGREES C BASED ON 6ES7314-6EH04-0AB0. COMPACT CPU WITH 192 KBYTE WORKING MEMORY, 24 DI/16 DO, 4AI, 2AO, 1 PT100, 4 FAST COUNTERS

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

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

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

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

SIMATIC. ET 200S distributed I/O 2AO U ST analog electronic module (6ES7135-4FB01-0AB0) Preface. Properties 1. Parameters 2.

SIMATIC. ET 200S distributed I/O 2AO U ST analog electronic module (6ES7135-4FB01-0AB0) Preface. Properties 1. Parameters 2. SIMATIC ET 200S distributed I/O SIMATIC ET 200S distributed I/O 2AO U ST analog electronic module (6ES7135-4FB01-0AB0) Manual Preface Properties 1 Parameters 2 Diagnostics 3 Analog value representation

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. SIMATIC ET 200S distributed I/O SIMATIC ET 200S distributed I/O Digital electronic module 4DI DC24V HF (6ES7131-4BD01-0AB0) Manual Preface Properties 1 Parameters 2 Diagnostics 3 04/2007 A5E01077141-01

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

GFK-2415A March Type of sensor connection

GFK-2415A March Type of sensor connection VersaMax IP Expansion Module has four analog differential inputs that can be configured as current or voltage inputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by

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