Murdoch University Engineering Thesis. Appendix V. S7-300 PLC & RS485 Repeater Configuration Instructions

Size: px
Start display at page:

Download "Murdoch University Engineering Thesis. Appendix V. S7-300 PLC & RS485 Repeater Configuration Instructions"

Transcription

1 Appendix V S7-300 PLC & RS485 Repeater Configuration Instructions Author: Hao Xu Page: p213 - p249 Last modified: 10/11/2013 This is part of the Engineering Thesis WinCC SCADA System via Profibus & OPC by Hao Xu. 213 P a g e

2 Preface Murdoch University Engineering Thesis This configuration instruction provides a comprehensive description about the functions and operations of S7-300 PLC and RS485 repeater. The contents are summarized as follows: S7-300 PLC hardware modules description S7-300 PLC operation instruction S7-300 PLC diagnostic S7-300 PLC communication configuration S7-300 PLC MS communication configuration S7-300 MS communication sample code S7-300 Organization Blocks description TIA Portal configuration Prerequisite Background knowledge of PLC operations Background knowledge of ladder logic diagram Background knowledge of basic electric circuit Background knowledge of Profibus communication Resources S7-300 PLC with DP interface CP5611 Profibus interface PCI card RS485 repeater TIA Portal configuration software Profibus cable Profibus DP connector MPI adaptor 214 P a g e

3 S7-300 PLC Murdoch University Engineering Thesis (Refer to PLC section in the thesis report for an overview of the functions and some background information) Specifications Table 18 shows the specification of the available PLC. Specification Integrated work memory 48KB Load memory Pluggable MMC Bit processing time 0.1μs (minimum) Word processing time 0.2μs (minimum) Fixed-point mathematics processing time 2μs (minimum) Floating-point mathematics processing time 20μs (minimum) Number of counters 256 Counting range Number of timers 256 Timing range s Bit memory 256 bytes Clock memory 8 (1 byte) Number of FC, FB and DB 127 Size of FC, FB and DB 16KB (maximum) Number of DP slaves per station 32 Integrated digital input channels 24 Integrated digital output channels 16 Integrated analog input channels Integrated analog output channels 2 Number of hardware counter channels 4 Number of frequency measurement channels 4 channels up to 60kHz Power supply V Table 18: CPU 314C-2DP specification [30] 215 P a g e

4 I/O Modules Murdoch University Engineering Thesis Table 19 and Table 20 describe the function of the terminals of the integrated I/O modules on the PLC. Module 1 Module 2 Terminal Function Description 1 Digital input power supply for IB124, IB125 and IB126, 24V DC. 2 9 Digital inputs, IB124 (default), 24V DC. Digital inputs Digital inputs, IB125 (default), 24V DC. 20 GND for pin IB124 and IB Digital output power supply for QB124, 24V DC Digital outputs QB124 (default), 24V DC. 30 GND for QB124. Digital outputs 31 Digital output power supply for QB125, 24V DC Digital outputs, QB125 (default), 24V DC. 40 GND for QB125. Table 19: Module 1 description of CPU 314C-2DP [30] Terminal Function Description 2 Analog voltage input channel 0, PIW752 (default), ±10V. 3 Analog current input channel 0, PIW753 (default), ±20mA. 4 GND for PIW752 and PIW Analog voltage input channel 1, PIW754 (default), ±10V. 6 Analog current input channel 1, PIW755 (default), ±20mA. 7 GND for PIW754 and PIW755. Analog inputs 8 Analog voltage input channel 2, PIW756 (default), ±10V. 9 Analog current input channel 2, PIW757 (default), ±20mA. 10 GND for IW756 and PIW Analog voltage input channel 3, PIW758 (default), ±10V. 12 Analog current input channel 3, PIW759 (default), ±20mA. 13 GND for PIW758 and PIW Resistor input Resistor input, 600Ω. 16 Analog voltage output channel 0, PQW752 (default), ±10V. 17 Analog current output channel 0, PQW753 (default), ±20mA. 18 Analog outputs Analog voltage output channel 1, PQW754 (default), ±10V. 19 Analog current output channel 1, PQW755 (default), ±20mA. 20 GND for PQW752, PQW753, PQW754 and PQW Digital inputs, IB126 (default), 24V DC. Digital inputs 30 GND for IB126. Table 20: Module 2 description of CPU 314C-2DP [30] 216 P a g e

5 CPU Status LEDs Murdoch University Engineering Thesis The CPU LED indicates the current operation status of the PLC. SF (red): Hardware or software fault. BF (red): Bus fault. DC5V (green): 5V power supply to CPU is ok. FRCE (yellow): Force job is active. RUN (green): CPU is in RUN mode. STOP (yellow): CPU is in STOP, HOLD mode. [30] Mode Selection Switch The mode switch allows user to select the PLC operating mode. RUN: Switch CPU to RUN mode and CPU scans the program. STOP: Switch CPU to STOP mode and CPU stops scanning the program. MRES: Switch CPU to RESET mode with a push button function to reset CPU memory. [30] Micro Memory Card (MMC) Since the current PLC model does not have an integrated memory card. The Micro Memory Card (MMC) is used to store data for the CPU such as user program, archives and recipes, configuration data, OS update and backup data. It must be inserted into the MMC slot to operate the CPU. [30] Retentive Behaviour of Memory Objects Table 21 shows the retentive behaviour of memory objects on certain operation transitions. [30] Memory object Power On/Off Stop Run Memory reset User program and data Retentive Retentive Retentive Data block values Retentive Retentive Not retentive Retentive memory bits, timers and counters Retentive Retentive Not retentive Diagnostic buffer, operating hour counter Retentive Retentive Retentive Address and transmission rate Retentive Retentive Retentive Table 21: Retentive behaviour of memory objects [30] 217 P a g e

6 TIA Portal Configuration Murdoch University Engineering Thesis (Refer to Configuration Software section in the thesis report for an overview of TIA Portal) Add PLC Double click Add new device in the project tree and click PLC tab in the Add new device window. Choose the available PLC from the list and click OK as shown in Figure 166. Figure 166: Add PLC station in TIA Portal The PLC program can be developed in Main [OB1] under Program blocks in the project tree. The program can also be developed in other blocks for special purpose. 218 P a g e

7 Add blocks Murdoch University Engineering Thesis In the project tree, PLC Program blocks, double click Add new block to create certain blocks as shown in Figure 167. Figure 167: Add block for PLC in TIA Portal Organization block: Hold the PLC program to execute when conditions are met. Function block: Similar to Function, but has its own associated data block to store static data. Function: Create user defined functions. Data block: Block to store data. 219 P a g e

8 Programming Languages Murdoch University Engineering Thesis In TIA Portal, there are basically 5 programming languages to select and each one of them has its own strength and weakness. LAD Figure 168: LAD programming in TIA Portal Ladder logic (Figure 168) is the most popular programming languages for PLC programming in the industrial control applications. It is a standard programming language known as Ladder Diagram (LD) in IEC A Ladder Diagram typically incorporates a combination of control circuits. The basic elements of the code include inputs and outputs, where logic of inputs needs to be true in directive to trigger one or more outputs. Ladder diagram language has been widely used in the industry around the world as it is easily understandable. The language has been designed in a simple electrical format so that it can be understood even by a person with just electrical background and minimal programming experience. And basic program can be written easily with a simple knowledge of inputs and outputs. Timers, counters and some mathematical functions are also available to perform complex applications. [30] [33] STL Figure 169: STL programming in TIA Portal STL (Figure 169) is a textual language similar to machine code and is also a standard programming language in IEC known as Instruction List (IL). It is a low level programming language. This language is similar to other text based languages used to program microcontrollers. The language occupies less space in PLC memory and can also execute faster compared to other graphical languages. It is also quicker to program and makes the entry of mathematical functions easier as it only needs simple one line text entry. The program written in the language are also easily adaptable using a handheld programming unit without a need for the software or a computer. [30] [33] 220 P a g e

9 FBD Murdoch University Engineering Thesis Figure 170: FBD programming in TIA Portal FBD (Figure 170) is similar to ladder diagram nonetheless it resembles an electrical circuit even more compared to ladder diagram. Similar to ladder diagram the blocks are wired in a sequence structured for easy understanding. The language is suitable to replace any ladder logic application but is ideal for simple programs consisting of digital inputs and outputs. Writing function block program involves more advance preparation in the means of structuring the program as there could be difficulties experienced with modification of the code. The program also requires a large amount of screen space which can give it a clumsy appearance. [30] [33] GRAPH Figure 171: GRAPH programming in TIA Portal GRAPH (Figure 171) is a state machine design based language which conforms SFC in IEC standard. GRAPH resembles computer flowcharts and consists of two main components called steps or actions and transitions. An initial step is followed by a series of steps and transitions. Transitions determine which action box to execute. The action box stays in the active state until the next transition is triggered. This programming language is the most appropriate application for repeatable multi-step processes. The programming language is easy to implement and easy to understand for maintenance personnel due to its code segmentation. [30] [33] 221 P a g e

10 SCL Murdoch University Engineering Thesis Figure 172: SCL programming in TIA Portal SCL (Figure 172) is a high-level textual language which follows the IEC standard. SCL is similar to languages such as PASCAL or C as similar functions such as IF THEN loops, CASE statements and semicolons to end a line. This language can be used to perform process control tasks involved in industries and therefore demonstrate the increasing complexity of PLC programming. As compared to ladder logic or STL, complex mathematical functions can be easily performed using SCL. [30] [33] 222 P a g e

11 Hardware Configuration Murdoch University Engineering Thesis Double click Device configuration under PLC in the project tree and select PLC in the Device view. The hardware can be configured in the under the Properties tab as shown in Figure 173. Create Profibus Subnet Figure 173: PLC hardware configuration window in TIA Portal If a PLC is already added, in its properties, DP interface [X2] PROFIBUS address, click Add new subnet to create a Profibus subnet as shown in Figure 174. Figure 174: Create Profibus subnet in TIA Portal To assign DP master/slave, in the Properties tab, DP interface [X2] Operating mode (Figure 175). Figure 175: Assign PLC Profibus operating mode in TIA Portal 223 P a g e

12 Add Slave Murdoch University Engineering Thesis In the project tree, under project, double click Devices & networks to open up Network view. From the Catalog window on the right (Figure 176), drag the desired slave station into the Network view. Figure 176: Hardware Catalog in TIA portal If there is already a master in the network, click Not assigned on the slave station in the Network view and select the master to establish the master-slave connection. If the data exchange between the master and slave is expected, a slave module needs to be added on to the rack of the slave. Double click slave station in the Network view to show slave modules on in the Catalog window as shown in Figure 177. Figure 177: Slave modules in slave station in TIA Portal Drag the desired slave modules into the slave rack for the communication as shown in Figure 178. Figure 178: Slave modules in the module rack in TIA Portal 224 P a g e

13 Click slave modules in the rack and assign the expected I/O address under the Properties tab as shown in Figure 179. Figure 179: Slave module peripheral address in TIA Portal 225 P a g e

14 Download Program Murdoch University Engineering Thesis After the program has been finished, right click PLC in anywhere, Download to device All. This download method will automatically download to the PLC with the last available connection. If need to download via a particular connection. Select PLC and from the menu bar, Online Extended download to device as shown in Figure 180. Figure 180: Extended download window in TIA Portal 226 P a g e

15 Click Show all accessible devices to display all the recognized devices on the network as shown in Figure 181. Figure 181: Accessible devices on the Profibus network in TIA Portal 227 P a g e

16 Online/Offline Murdoch University Engineering Thesis Select the PLC and click Go online button from the toolbar to go online. Each program block can also go line by clicking individual Monitoring on/off button from the block toolbar. After the PLC goes online, all the variables can be monitored in realtime. The PLC operation can be controlled via CPU operator panel as shown in Figure 182. Watching Table Figure 182: CPU operator panel in TIA Portal To add a watching table, in the project tree, PLC Watch and force tables Add new watch table. Double click the created watch table to open it. The watch table only works when the PLC is online. The current values display in the Monitor value column and Modify value column can be used to change the value online as shown in Figure 183. Figure 183: Watching table in TIA Portal 228 P a g e

17 Tag Table Murdoch University Engineering Thesis Tag table can be created to provide actual meaning of the address (Figure 184). To create a tag table, in the project tree, PLC PLC tags Add new tag table. Install GSD File Figure 184: Tag table in TIA Portal From the menu bar, Options Install general station description station file (GSD). In the pop up window, browse the GSD file and click Install button as shown in Figure 185. Figure 185: GSD file installation window in TIA Portal After all the required GSD files have been installed, TIA Portal needs to restart. The new device station will be available in Hardware Catalog list in TIA Portal after restarting TIA Portal. 229 P a g e

18 Master and Slave PLC Communication Communication Configuration Make sure no Profibus cable is plugged into any PLC at the beginning. Firstly, Add 2 PLCs into the network as shown in Figure 186. Figure 186: 2 PLCs in the Network view in TIA Portal Under the properties of both PLCs, DP interface [X2] PROFIBUS address (Figure 187), set them to different addresses. Do not use 0, 1 or address above 126. Figure 187: Set PLC Profibus address in TIA Portal In the properties of the master PLC, DP interface [X2] PROFIBUS address, click Add new subnet button to create a Profibus network as shown in Figure 188. Figure 188: Create master Profibus subnet in TIA Portal In the properties of the slave PLC, DP interface [X2] Operating mode, select DP slave and choose the DP master interface as shown in Figure 189. Figure 189: Set slave PLC Profibus operation mode in TIA Portal Now in the Network view, the 2 PLCs should be linked as Figure 190. Figure 190: Connection of master and slave PLCs in TIA Portal 230 P a g e

19 In the properties of the slave PLC, DP interface [X2] Operating mode I-slave communication, create 2 Transfer areas as shown in Figure 191 (At least one needs to be created). [21] Figure 191: Transfer area of slave PLC in TIA Portal In the project tree, under Online access (Figure 192), right click CP5611 [PROFIBUS] and choose Properties. Figure 192: CP5611 Profibus card in TIA Portal In the pop up window, under Configurations, make sure all types of configurations have the same Own address. This is the address assigned to the configuration software and should be always set to 0 as shown in Figure 193. Figure 193: Set configuration software address in TIA Portal 231 P a g e

20 Under General section, select the created Profibus network for Connection with subnet as shown in Figure 194. Figure 194: Subnet selection for CP5611 Profibus card Create OB100 and OB82 for both master and slave PLC (Figure 195), no code are required in them. Figure 195: Create OB100 in TIA Portal 232 P a g e

21 Now plug the MPI adapter into the master PLC and perform a download (Figure 196). Repeat this for the slave PLC. Figure 196: Download to the master PLC through MPI in TIA Portal 233 P a g e

22 After loading the program, there is no need to tick the Start all box because both PLC will need to reboot to initialize the communication (Figure 197). Figure 197: Slave PLC download completion window in TIA Portal 234 P a g e

23 Now unplug the MPI adapter from all the PLCs and plug the Profibus connector into both PLCs then perform a download for the slave PLC first, then the master PLC, but with the Profibus interface as shown in Figure 198. Figure 198: Download to master PLC through Profibus in TIA Portal After downloads finished, there will be some bus fault displayed on the PLC. Both PLC need to switch to STOP mode and switch back to RUN mode to function. Now let both PLCs go online, a green tick icon should be displayed to indicate the master-slave communication is established as shown in Figure 199. Figure 199: Online status of the master and slave PLCs 235 P a g e

24 In the parameter of the slave PLC, DP interface [X2] Operating mode I-slave communication. Click the transfer area created earlier and set up the data exchange settings as shown in Figure 200 and Figure 201. [21] Figure 200: Bind slave input to master output in TIA Portal Figure 201: Bind slave output to master input in TIA Portal Now can develop some code to transfer data between the master and slave PLCs. During the MS communication, always download to the slave first, then master. After downloading, switch the PLC to STOP mode then back to RUN mode to function. (Refer to Sample Code section for some data exchange examples) 236 P a g e

25 Sample Code Master Program Murdoch University Engineering Thesis Slave Program Figure 202: Online sample code read/write data to the slave PLC in the master PLC [25] Figure 203: Online sample code read/write data to the master PLC in the slave PLC [25] 237 P a g e

26 Organization Blocks Murdoch University Engineering Thesis Organization blocks (OB) are the interface between PLC operating system and the user program. Program Cycle Organization Block (OB1) OB1 is the designated block which contains the main program and executes cyclically after the startup has been completed. The description of the block internal data are shown in Table 22. Variable Type Description OB1_EV_CLASS Byte 11 hex: OB1 is active OB1_SCAN_1 Byte 1 hex: Completinon of a warm restart 2 hex: Completion of a hot restart 3 hex: Completion of the main cycle 4 hex: Completion of a cold restart OB1_PRIORITY Byte Priority of OB execution. OB1_OB_NUMBER Byte OB number. OB1_RESERVED_1 Byte Reserved. OB1_RESERVED_2 Byte Reserved. OB1_PREV_CYCLE Int Cycle time of previous scan. OB1_MIN_CYCLE Int Minimum OB1 cycle time in ms. OB1_MAX_CYCLE Int Maximum OB1 cycle time in ms. OB1_DATE_TIME Data_And_Time Date and time OB1 started. Table 22: Program cycle organization block (OB1) internal data description [35] Time-of-Day Interrupt Organization Block (OB10) OB10 is used to execute the program with a larger time scale compared to OB35. It can also be executed once at the starting time. The following options are available: Once Every minute Every hour Every day Every week Every month The end of every month The description of the block internal data is shown in Table 23. Variable Type Description OB10_EV_CLASS Byte 11 hex: Interrupt is active OB10_SCAN_1 Byte 11 hex: OB10 has started OB10_PRIORITY Byte Priority of OB execution. OB10_OB_NUMBER Byte OB number. OB10_RESERVED_1 Byte Reserved. OB10_RESERVED_2 Byte Reserved. OB10_PERIOD_EXE Word Period of execution. OB10_MIN_CYCLE Int Reserved. OB10_MAX_CYCLE Int Reserved. OB10_DATE_TIME Data_And_Time Date and time OB10 started. Table 23: Time-of-Day interrupt organization block (OB10) internal data description [35] 238 P a g e

27 Time-Delay Interrupt Organization Blocks (OB20) OB20 is executed after a specified delay and started by calling the SRT_DINT instruction where delay time. OB number and identifier are the inputs of the instruction. The description of the block internal data is shown in Table 24. Variable Type Description OB20_EV_CLASS Byte 11 hex: Interrupt is active OB20_STRT_INF Byte 21 hex: OB20 has started OB20_PRIORITY Byte Priority of OB execution. OB20_OB_NUMBER Byte OB number. OB20_RESERVED_1 Byte Reserved. OB20_RESERVED_2 Byte Reserved. OB20_SIGN Word Identifier input (SIGN) attached to SRT_DINT. OB20_DTIME Time Configured delay time in ms. OB20_DATE_TIME Data_And_Time Date and time OB20 started. Table 24: Time-delay interrupt organization block (OB20) Internal data description [35] Cyclic Interrupt Organization Block (OB35) OB35 is executed at a pre-defined fixed rate. The description of the block internal data is shown in Table 25. Variable Type Description OB35_EV_CLASS Byte 11 hex: Interrupt is active OB35_STRT_INF Byte 16 hex: OB35 has started OB35_PRIORITY Byte Priority of OB execution. OB35_OB_NUMBER Byte OB number. OB35_RESERVED_1 Byte Reserved. OB35_RESERVED_2 Byte Reserved. OB35_PHASE_OFFSET Word Phase offset in ms. OB35_RESERVED_3 Int Reserved. OB35_EXC_FREQ Int Frequency of execution in ms. OB35_DATE_TIME Data_And_Time Date and time OB35 started. Table 25: Cyclic interrupt organization block (OB35) internal data description [35] Hardware Interrupt Organization Block (OB40) The hardware interrupt is used to catch the event which requires responses that are quicker than the current program cycle or to identify the events which do not last long enough in the current program cycle. The hardware interrupt processing is together with analog, digital and function modules. The description of the block internal data is shown in Table 26. Variable Type Description OB40_EV_CLASS Byte 11 hex: Interrupt is active OB40_STRT_INF Byte 41 hex: OB40 has started OB40_PRIORITY Byte Priority of OB execution. OB40_OB_NUMBER Byte OB number. OB40_RESERVED_1 Byte Reserved. OB40_IO_FLAG Byte 54 hex: Input module 55 hex: Output module OB40_MDL_ADDR Word Base address of module initiating interrupt. OB40_POINT_ADDR DWord Interrupt status of the module. OB40_DATE_TIME Data_And_Time Date and time OB40 started. Table 26: Hardware interrupt organization block (OB40) internal data description [35] 239 P a g e

28 Status Interrupt Organization Block (OB55) If a status interrupt is triggered by the slot of a DP V1 slave, OB55 will be executed. The description of the block internal data is shown in Table 27. Variable Type Description OB55_EV_CLASS Byte 11 hex: Incoming event OB55_STRT_INF Byte 55 hex: OB55 has started OB55_PRIORITY Byte Priority of OB execution. OB55_OB_NUMBER Byte OB number. OB55_RESERVED_1 Byte Reserved. OB55_IO_FLAG Byte 54 hex: Input module 55 hex: Output module OB55_MDL_ADDR Word Base address of module initiating interrupt. OB55_LEN Byte Reserved. OB55_TYPE Byte Frequency of execution in ms. OB55_SLOT Byte Slot. OB55_SPEC Byte Specifier. OB55_DATE_TIME Data_And_Time Date and time OB55 started. Table 27: Status interrupt organization block (OB55) internal data description [35] Update Interrupt Organization Block (OB56) If an update interrupt was triggered from the slot of a DP V1 slave, OB56 will be executed. The description of the block internal data are shown in Table 28. Variable Type Description OB56_EV_CLASS Byte 11 hex: Incoming event OB56_STRT_INF Byte 56 hex: OB56 has started OB56_PRIORITY Byte Priority of OB execution. OB56_OB_NUMBER Byte OB number. OB56_RESERVED_1 Byte Reserved. OB56_IO_FLAG Byte 54 hex: Input module 55 hex: Output module OB56_MDL_ADDR Word Base address of module initiating interrupt. OB56_LEN Byte Reserved. OB56_TYPE Byte Frequency of execution in ms. OB56_SLOT Byte Slot. OB56_SPEC Byte Specifier. OB56_DATE_TIME Data_And_Time Date and time OB56 started. Table 28: Update interrupt organization block (OB56) internal data description [35] 240 P a g e

29 Manufacturer-specific Alarms Organization Block (OB57) If a manufacturer-specific interrupt is triggered by the slot of a DP V1 slave, OB57 will be executed. The description of the block internal data is shown in Table 29. Variable Type Description OB57_EV_CLASS Byte 11 hex: Incoming event OB57_STRT_INF Byte 57 hex: OB57 has started OB57_PRIORITY Byte Priority of OB execution. OB57_OB_NUMBER Byte OB number. OB57_RESERVED_1 Byte Reserved. OB57_IO_FLAG Byte 54 hex: Input module 55 hex: Output module OB57_MDL_ADDR Word Base address of module initiating interrupt. OB57_LEN Byte Reserved. OB57_TYPE Byte Frequency of execution in ms. OB57_SLOT Byte Slot. OB57_SPEC Byte Specifier. OB57_DATE_TIME Data_And_Time Date and time OB57 started. Table 29: Manufacturer-specific alarms organization block (OB57) internal data description [35] Time Error Organization Block (OB80) OB80 will be called if there is an error occurred while executing an Organization block. The description of the block internal data is shown in Table 30. Variable Type Description OB80_EV_CLASS Byte Event class and identifier: 35 hex OB80_FLT_ID Byte XX hex, fault identification code. OB80_PRIORITY Byte Priority of OB execution. OB80_OB_NUMBER Byte OB number. OB80_RESERVED_1 Byte Reserved. OB80_RESERVED_2 Byte Reserved. OB80_ERROR_INFO Word Error information on event (See Table 31). OB80_ERR_EV_CLASS Byte Class of event causing error. OB80_ERR_EV_NUM Byte Number of event causing error. OB80_OB_PRIORITY Byte Priority of OB causing error. OB80_OB_NUM Byte Number of OB causing error. OB80_DATE_TIME Data_And_Time Date and time OB80 started. Table 30: Time error organization block (OB80) internal data description [35] OB80_ERROR_INFO Description 01 Cycle time is exceeded. 02 The requested OB is still processing. 05 Expired time-of-day interrupt through time jump. 06 Expired time-of-day interrupt by reentering RUN after STOP. 07 Overflow of the OB request buffer for the current priority class. 08 Isochronous mode interrupt time error. 09 Loss of interrupt due to high interrupt load. 0A Resume RUN after CiR. 0B Technology synchronization interruput time error. Table 31: Error information of OB80 [35] 241 P a g e

30 Diagnostic Interrupt Organization Block (OB82) The operating system calls OB82 if the module with diagnostic function detects a change in its diagnostic state. 2 types of diagnostic error interrupt requests can be send to the CPU: Incoming event: A problem or a component requires maintenance. Outgoing event: No problem and no component requires maintenance. The description of the block internal data is shown in Table 32. Variable Type Description OB82_EV_CLASS Byte 38 hex: Outgoing event 39 hex: Incoming event OB82_STRT_INF Byte XX hex, fault identification code. OB82_PRIORITY Byte Priority of OB execution. OB82_OB_NUMBER Byte OB number. OB82_RESERVED_1 Byte Reserved. OB82_IO_FLAG Byte Input ( ), output ( ) OB82_MDL_ADDR Word Base address of moduel with fault. OB82_MDL_DEFECT Bool Module defective. OB82_INT_FAULT Bool Internal fault. OB82_EXT_FAULT Bool External fault. OB82_PNT_INFO Bool Point information. OB82_EXT_VOLTAGE Bool External voltage low. OB82_FLD_CONNCTR Bool Field wiring connector missing. OB82_NO_CONFIG Bool Module has no configuration error. OB82_CONFIG_ERR Bool Module has configuration error. OB82_MDL_TYPE Byte Type of module. OB82_SUB_MDL_ERR Bool Sub module is missing or has error. OB82_COMM_FAULT Bool Communication fault. OB82_MDL_STOP Bool Module is stopped. OB82_WTCH_DOG_FLT Bool Watch dog timer stopped module. OB82_INT_PS_FLT Bool Internal power supply fault. OB82_PRIM_BATT_FLT Bool Primary battery fault. OB82_BCKUP_BATT_FLT Bool Backup battery fault. OB82_RESERVED_2 Bool Reserved. OB82_RACK_FLT Bool Rack fault. OB82_PROC_FLT Bool Processor fault. OB82_EPROM_FLT Bool EPROM fault. OB82_RAM_FLT Bool RAM fault. OB82_ADU_FLT Bool ADU fault. OB82_FUSE_FLT Bool Fuse fault. OB82_HW_INTR_FLT Bool Hardware interrupt input fault. OB82_RESEVED_3 Bool Reserved. OB82_DATE_TIME Data_And_Time Date and time OB82 started. Table 32: Diagnostic interrupt organization block (OB82) internal data description [35] 242 P a g e

31 Priority Class Error Organization Block (OB85) OB85 will be called under the following 3 situations: Start event for a non-load OB (except OB80, OB82 and OB86). An error occurs while operating system accessing a block. I/O access error while updating process image. The description of the block internal data are shown in Table 33. Variable Type Description OB85_EV_CLASS Byte See Table 34. OB85_FLT_ID Byte See Table 34. OB85_PRIORITY Byte Priority of OB execution. OB85_OB_NUMBER Byte OB number. OB85_RESERVED_1 Byte Reserved. OB85_RESERVED_2 Byte Reserved. OB85_RESERVED_3 Int Reserved. OB85_ERR_EV_CLASS Word Class of event causing error. OB85_ERR_EV_NUM Byte Number of event causing error. OB85_OB_PRIOR Byte Priority of OB causing error. OB85_OB_NUM Byte Number of OB causing error. OB85_DATE_TIME Data_And_Time Date and time OB85 started. Table 33: Priority class error organization block (OB85) internal data description [35] OB85_EV_CLASS OB85_FLT_ID Description 35 A1 The start event created for an OB by the operating system or program was 35 A2 not loaded to the CPU. 35 A3 The operating system having problem accessing a block. 35 A4 Profinet interface DB cannot be addressed. 34 A4 Profinet interface DB cannot be addressed again. 39 B1 Cannot access I/O while updating the inputs process image. 39 B2 Cannot access I/O while transferring the process image output to output modules. 38/39 B3 Cannot access I/O while updating image input, incoming/outgoing. 38/39 B4 Cannot access I/O while updating outputs incoming/outgoing process image. Table 34: Error information of OB85 [35] 243 P a g e

32 Rack Failure Organization Block (OB86) The operating system calls OB86 when any of the following cases are met: Failure of a central expansion unit is detected. Failure of a DP master system is detected. Failure of a distributed I/O device is detected. A distributed I/O device is deactivated with D_ACT_DP instruction using MODE = 4. A distributed I/O device is activated with D_ACT_D instruction using MODE = 3. Failure of a Profinet I/O system, station or some of the submodules of Profibuet I-device is detected. The description of the block internal data are shown in Table 35. Variable Type Description 32 hex: Using mode 3 of D_ACT_DP instruction to activate a slave (See Table 36). OB86_EV_CLASS Byte 33 hex: Using mode 4 of D_ACT_DP instruction to deactivate a slave (See Table 36). 38 hex: Outgoing event (See Table 36). 39 hex: Incoming event (See Table 36). OB86_FLT_ID Byte C1 hex/c4 hex/c5 hex, fault identification code (See Table 36). OB86_PRIORITY Byte Priority of OB execution. OB86_OB_NUMBER Byte OB number. OB86_RESERVED_1 Byte Reserved. OB86_RESERVED_2 Byte Reserved. OB86_MDL_ADDR Word Base address of IM module in rach with fault. OB86_RACKS_FLTD Array of Bool [0-31] Rack fault. OB86_DATE_TIME Data_And_Time Date and time OB86 started. Table 35: Rack failure organization block (OB86) internal data description [35] OB86_EV_CLASS OB86_FLT_ID Description 39 C1 Expansion rack failed. 38 C1 Expansion rack operational again. 38 C2 Expansion rack operational again with the previous failure of discrepancy between configured and actual configurations. 39 C3 The DP master system failed. 38/39 C4 A DP slave failed. 38/39 C5 Return of a DP slave, but with device fault. 38 C6 Return of expansion unit, but with module parameter assignment error. 38 C7 Return of a DP slave, but with module assignment error. 38 C8 32/33 C9 Return of a DP slave, but with discrepancy between configured and actual configurations. Using Mode 3 or 4 in D_ACT_DP instruction to activate/deactivate DP slave. 39 CA Profinet I/O system failed. 38/39 CB Profinet I/O slave failed/returned. 38 CC Return of Profinet I/O station with problem or maintenance. 38 CD Return of Profinet slave I/O with discrepancy between configured and actual configurations. 38 CE Return of Profinet station with error in module parameter assignment. 32/33 CF Using Mode 3 or 4 in D_ACT_DP instruction to activate/deactivate Profinet slave. 38/39 F8 Failure/return of some of the submodules of a Profinet I-device. 38 F9 Failure/return of some of the submodules of a Profinet I-device with different configuration. Table 36: Error information of OB86 [35] 244 P a g e

33 Communication Error Organization Block (OB87) OB87 will be called if an event occurs which is triggered by a communication error. The description of the block internal data are shown in Table 37. Variable Type Description OB87_EV_CLASS Byte Event class and identifier: 35 hex OB87_FLT_ID Byte See Table 38. OB87_PRIORITY Byte Priority of OB execution. OB87_OB_NUMBER Byte OB number. OB87_RESERVED_1 Byte Reserved. OB87_RESERVED_2 Byte Reserved. OB87_RESERVED_3 Word Reserved. OB87_RESERVED_4 DWord Reserved. OB87_DATE_TIME Data_And_Time Date and time OB87 started. Table 37: Communication error organization block (OB87) internal data description [35] OB87_FLT_ID D2 D3 D4 D5 E1 E2 E3 E4 E5 E6 Description Cannot send the diagnostics entries. The master cannot send the synchronization message frames. Illegal time jump through time synchronization. Error in adopting the synchronization time in slave. Global data has incorrect message frame identifier. Cannot enter global data package status. Global data has error in message frame length. Received Illegal global data package. Cannot access DB while exchanging data via communication function blocks. The global data package status cannot be entered in DB. Table 38: Error information of OB87 [35] Startup Organization Block (OB100) The CPU executes OB100 on a warm restart after power on or after a request by a communication function. The description of the block internal data are shown in Table 39. Variable Type Description OB100_EV_CLASS Byte 13 hex: OB100 is active OB100_FLT_ID Byte 81 hex: Manual warm restart request 82 hex: Automatic warm restart request 83 hex: Request for manual hot restart 84 hex: Request for automatic hot restart OB100_PRIORITY Byte Priority of OB execution. OB100_OB_NUMBER Byte OB number. OB100_RESERVED_1 Byte Reserved. OB100_RESERVED_2 Byte Reserved. OB100_STOP Word Event that caused CPU to stop OB100_STRT_INFO DWord Information on how system was started. OB100_DATE_TIME Data_And_Time Date and time OB100 started. Table 39: Startup organization block (OB100) internal data description [35] 245 P a g e

34 Programming Error Organization Block (OB121) The operating system calls OB121 whenever an event is occurred that is caused by an error related to the program processing. The description of the block internal data is shown in Table 40. Variable Type Description OB121_EV_CLASS Byte Event class and identifier: 25 hex OB121_SW_FLT Byte See Table 41. OB121_PRIORITY Byte Priority of OB execution. OB121_OB_NUMBER Byte OB number. OB121_BLK_TYPE Byte 88 hex/8a hex/8b hex/8c hex/8e hex type of block fault occur in. OB121_RESERVED_1 Byte Reserved. OB121_FLT_REG Word Error source depends on the error code. OB121_BLK_NUM Word Number of block that programming fault occurred in. OB121_PRG_ADDR Word Address in block where programming fault occurred. OB121_DATE_TIME Data_And_Time Date and time OB121 started. Table 40: Programming error organization block (OB121) internal data description [35] OB121_SW_FLT Description 21 Error in BCD conversion. 22 Error in area length while reading. 23 Error in area length while writing. 24 Area error while reading. 25 Area error while writing. 26 Error in timer number. 27 Error in counter number Read access to a byte, word or Dword with a pointer, the bit address of which is not Write access to a write-protected global DB. 31 Write access to a write-protected instance DB. 32 Error in DB number while accessing a global DB. 33 Error in DB number while accessing an instance DB. 34 Error in number while calling FC. 35 Error in FB number while calling FC. 3A Accessing a non-loaded DB. 3C Accessing a non-loaded FC. 3D Accessing an unavailable instruction. 3E Accessing a non-loaded FB. 3F Accessing an unavailable SFB. Table 41: Error information of OB121 [35] 246 P a g e

35 I/O Access Error Organization Block (OB122) OB122 is called whenever an error occurs while accessing data on a module. The description of the block internal data is shown in Table 42. Variable Type Description OB122_EV_CLASS Byte Event class and identifier: 29 hex OB122_SW_FLT Byte 42hex: I/O read access error. 43hex: I/O write access error. OB122_PRIORITY Byte Priority of OB execution. OB122_OB_NUMBER Byte OB number. OB122_BLK_TYPE Byte 88 hex/8c hex/8e hex type of block fault occur in. OB122_MEM_AREA Byte Memory area where access error occurred. OB122_MEM_ADDR Word Memory address where access error occurred. OB122_BLK_NUM Word Number of block that programming fault occurred in. OB121_PRG_ADDR Word Address in block where programming fault occurred. OB121_DATE_TIME Data_And_Time Date and time OB122 started. Table 42: I/O access error organization block (OB122) internal data description [35] 247 P a g e

36 RS485 Repeater Murdoch University Engineering Thesis (Refer to RS485 Repeater section in the thesis report for an overview of the functions and some background information) The specification of RS485 repeater and the functions of terminals are shown in Table 43 and Table 44. Specification Supply voltage V Input current 100mA Transmission rate 9.6kbit/s 12Mbit/s Table 43: Specification of RS485 repeater [40] Terminal Description L+ 24V DC. M GND PE Bridge PE and M for grounded operation. M5.2 Ground reference when measuring voltage difference between A2 and B2. A1 DP+ for bus segment 1 input. B1 DP- for bus segment 1 input. A1 DP+ for bus segment 1 output. B1 DP- for bus segment 1 output. A2 DP+ for bus segment 2 input. B2 DP- for bus segment 2 input. A2 DP+ for bus segment 2 output. B2 DP- for bus segment 2 output. S1 Termination switch for bus segment 1. S2 Termination switch for bus segment 2. Mode Isolate all bus segments from each other. PG/OP PG/OP interface. Table 44: Terminals description of RS485 repeater [40] In order to connect networks through the repeater, plug input Profibus cable into A1 and B1 and output Profibus cable into A1 and B1 for the first segment. Same principle applies to the second segment. S1 controls the termination of the first segment and S2 controls the termination of the second segment. (Refer to RS485 Repeater section in the thesis report for the wiring diagram) The repeater does not need to be powered by 24V DC to perform the bus termination, but needs 24V DC to amplify the fieldbus signal. The DP1/DP2 LED will be on if the bus signal is detected provided the 24V DC is present. 248 P a g e

37 This is the end of Appendix V. 249 P a g e

1.22 Rack Failure Organization Block (OB86)

1.22 Rack Failure Organization Block (OB86) 1.22 Rack Failure Organization Block (OB86) Description The operating system of the CPU calls OB86 whenever the failure of a central expansion rack (not with S7-300), a DP master system, or a station is

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

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

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

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

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

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

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

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

More information

CPU 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

Murdoch University Engineering Thesis. Appendix XII. Profibus PA System Configuration Instructions

Murdoch University Engineering Thesis. Appendix XII. Profibus PA System Configuration Instructions Appendix XII Profibus PA System Configuration Instructions Author: Hao Xu Page: p8 - p Last modified: // This is part of the Engineering Thesis WinCC SCADA System via Profibus & OPC by Hao Xu. 8 P a g

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

STEP 7 PROFESSIONAL. Function STEP 7

STEP 7 PROFESSIONAL. Function STEP 7 STEP 7 PROFESSIONAL Function STEP 7 STEP 7 blocks STEP 7 files all user programs and all the data required by those programs in blocks. The possibility of calling other blocks within one block, as though

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

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

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

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

Evaluating Diagnostics Data in the User Program

Evaluating Diagnostics Data in the User Program FAQ 09/2014 Evaluating Diagnostics Data in the User Program S7-300 / S7-400 CPU http://support.automation.siemens.com/ww/view/en/101906697 This entry is from the Siemens Industry Online Support. The general

More information

Blikani [CPU 313C] Totally Integrated Automation Portal. Blikani General Name Blikani Author Dipl. Ing. Pavel Votrubec Comment

Blikani [CPU 313C] Totally Integrated Automation Portal. Blikani General Name Blikani Author Dipl. Ing. Pavel Votrubec Comment Blikani_4 Blikani [CPU 313C] Blikani General Name Blikani Author Dipl. Ing. Pavel Votrubec Comment Úloha rozblikání žárovky H1 při stisku Rack tlačítka S1. Perioda blikání 2 Hz. Slot 2 General\Catalog

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

STEP 7. Function. Page 1791 Mar 2008 Siemens ITS

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

More information

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

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

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

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

More information

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

Connecting UniOP to Simatic S7 Profibus

Connecting UniOP to Simatic S7 Profibus Connecting UniOP to Simatic S7 Profibus This Technical Note contains all the information required to connect the UniOP panels to a Profibus DP system with a Simatic S7 master and to take advantage from

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

The possibility of combining interface modules allows various bus and network systems to be integrated into the B&R SYSTEM 2005.

The possibility of combining interface modules allows various bus and network systems to be integrated into the B&R SYSTEM 2005. 5.2 CP260 5.2.1 General Information The CPU is inserted in the main rack directly next to the power supply module. It requires two slots. Only the status LEDs can be seen with the module door closed. The

More information

SIMATIC. Configuring Hardware and Communication Connections STEP 7. Basics of Configuring Hardware with STEP 7. Configuring Central Racks 2

SIMATIC. Configuring Hardware and Communication Connections STEP 7. Basics of Configuring Hardware with STEP 7. Configuring Central Racks 2 Basics of Configuring Hardware with STEP 7 1 Configuring Central Racks 2 SIMATIC Configuring Hardware and Communication Connections STEP 7 Manual Configuring the Distributed I/O (DP) 3 Configuring PROFINET

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

Automating with STEP 7 in STL

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

More information

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

Applications & Tools. Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs

Applications & Tools. Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs Cover Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs SIMATIC S7 / SITOP PSE200U with Single Channel Message Library Description

More information

SCE Training Curriculum

SCE Training Curriculum SCE Training Curriculum Siemens Automation Cooperates with Education 05/2017 TIA Portal Module 013-101 Specified Hardware Configuration with SIMATIC S7 CPU 314C-2 PN/DP For unrestricted use in educational

More information

SIMATIC S Update to the S System Manual, edition 03/2014 Product Information

SIMATIC S Update to the S System Manual, edition 03/2014 Product Information SIMATIC S7-1200 Product Information In spite of efforts to ensure the accuracy and clarity in the product documentation, some of the pages in the S7-1200 Programmable Controller System Manual contain information

More information

Why can you not transfer the HMI configuration to the panel? - PROFIBUS Connection - FAQ 03/2014

Why can you not transfer the HMI configuration to the panel? - PROFIBUS Connection - FAQ 03/2014 FAQ 03/2014 Why can you not transfer the HMI configuration to the panel? - PROFIBUS Connection - http://support.automation.siemens.com/ww/view/en/88633853 This entry is from the Siemens Industry Online

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

LEARNING ACTIVITY PACKET MECHATRONICS BASIC PLC PROGRAMMING (SIEMENS S7-300/STEP 7) B25014-AA02UEN

LEARNING ACTIVITY PACKET MECHATRONICS BASIC PLC PROGRAMMING (SIEMENS S7-300/STEP 7) B25014-AA02UEN MECHATRONICS LEARNING ACTIVITY PACKET BASIC PLC PROGRAMMING (SIEMENS S7-300/STEP 7) B25014-AA02UEN LEARNING ACTIVITY PACKET 2 BASIC PLC PROGRAMMING INTRODUCTION This LAP covers how to enter, edit, and

More information

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

SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) Siemens Automation Cooperates with Education TIA Portal Module 060-010 PROFIBUS with Master CPU 315F-2 PNDP

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

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

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

AUTOMATION TECHNICAL SERVICES

AUTOMATION TECHNICAL SERVICES AUTOMATION TECHNICAL SERVICES APPLICATION NOTES Topic: Using Structures as Input Variables Date: August 26, 1998 APPnote: 208 i PREFACE Application notes are intended to explain the use and/or configuration

More information

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

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

More information

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

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

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

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

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

More information

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO DeviceNet/PROFIBUS-DP Adapter - User Manual REV 4.0 SiboTech Automation Co., Ltd. Technical Support: +86-21-5102 8348 E-mail:gt@sibotech.net Table of Contents 1 ABOUT THIS DOCUMENT...2 1.1 GENERAL... 2

More information

SITRAIN. Introduction TIA Portal. Siemens AG All rights reserved. Unrestricted

SITRAIN. Introduction TIA Portal. Siemens AG All rights reserved. Unrestricted Introduction TIA Portal Unrestricted Siemens AG 2011. All rights reserved. Orange juice factory TIA-PRO1 / Introduction TIA Portal Page 2 Siemens AG 2011 HMI System HMI and SCADA TIA-PRO1 / Introduction

More information

Additional instructions Memograph M, RSG45 Advanced Data Manager

Additional instructions Memograph M, RSG45 Advanced Data Manager BA01414R/09/EN/01.15 No.: 71302193 Firmware version ENU000A, V2.00.xx Products Solutions Services Additional instructions Memograph M, RSG45 Advanced Data Manager PROFIBUS DP slave Table of contents: 1

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

TIA Portal V11 Exercises

TIA Portal V11 Exercises Exercises Micro Automation Seite / page 1 Exercises IECPL- Seite / page 2 First program with TIA Portal IECPL- 1 Page 3 Exercises for (Micro Automation) Start TIA Portal and create a new project 1. Select

More information

PLC COURSE LIST NMU TRAINING CENTRE

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

More information

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

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

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