Siemens Opc Scout V10 Firefox

2020. 3. 2. 23:40카테고리 없음

Plc-s7-1200-opc-to-pc-connection-guide.1.Table of ContentsTable of Contents 1 Introduction. 4 2 Configuration of the S7-1200. 6 2.1 Configuring Hardware. 6 2.2 Creating a User Program. 8 3 PC Station Configuration. 13 4 Configuring the S7 Connection. 18 4.1 Add S7 Connection.

  1. Siemens Opc Scout V10 Firefox Download
  2. Siemens Opc Scout V10 Firefox Free
  3. Siemens Opc Scout Manual

18 4.2 Display and Change Properties of the S7 Connection in the Inspector Window. 19 5 Compiling and Downloading the Configuration and User Program of the S7-1200. 23 6 Compiling and Downloading the PC Station Configuration. 28 7 OPC Scout V10. 34S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 3 Introduction1 Introduction This entry shows you how to configure an S7-1200, a PC station and an S7 connection in STEP 7 (TIA Portal) V11 so that you can exchange data between the stations over Industrial Ethernet.Create project In Windows, select the command 'Start  Programs  Siemens Automation  TIA Portal V11' to start STEP 7 (TIA Portal) V11.

In the Portal view, select the 'Create new project' action. Enter the project name in the appropriate field.Figure 1-1 Click the 'Create' button to create a new project.Figure 1-2Switch to Project View Use the 'Project View' link to switch to the Project View. S7 communication between PC station and S7-12004 V1.1, Entry ID: 39960679 IntroductionFigure 1-3S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 5 Configuration of the S7-12002 Configuration of the S7-1200 Configure your S7-1200 in STEP 7 (TIA Portal) V11.

Then create the user program and define which data is to be monitored over the S7 connection of the OPC server.2.1 Configuring HardwareAdd an S7-1200 Station In the project tree, double-click the 'Add new device' item. The 'Add new device' dialog opens.Figure 2-1 Click the 'PLC' button in the working area.

Go to 'PLC  SIMATIC S7-1200  CPU' and select the required controller. Click the 'OK' button to add the selected S7-1200 CPU to your project. S7 communication between PC station and S7-12006 V1.1, Entry ID: 39960679 Configuration of the S7-1200Figure 2-2Add IP address and assign subnet In the project tree, double-click the 'Devices & networks' item. This opens the 'Network View' working area of the hardware and network editor. Click the PROFINET interface of the S7-1200 CPU.

In the inspector window you switch to the 'Properties' tab. Click the 'Ethernet addresses' item in the area navigation. In this example you enter the IP address 172.16.43.20 and the subnet mask 255.255.0.0 for the PROFINET interface of the S7-1200 CPU. Then assign a subnet to the PROFINET interface. Click the 'Add new subnet' button to insert a new subnet. The connection between the subnet, PN/IE1, for example, and the S7-1200 is now displayed in the 'Net View' working area of the hardware and network editor.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 7 Configuration of the S7-1200Figure 2-32.2 Creating a User ProgramAdd data block In the project tree, navigate to the device folder of the S7-1200 CPU, 'PLC1 CPU 1212C ', for example.

The device folder contains structured objects and actions that belong to the device. In the device folder you navigate to the 'Program blocks' subfolder and double- click the 'Add new block' action. The 'Add new block' dialog opens. S7 communication between PC station and S7-12008 V1.1, Entry ID: 39960679 Configuration of the S7-1200Figure 2-4 Click the 'DB Data block' button. Enter the name of the data block and enable the 'Manual' option to assign the number of the data block manually. If you enable the 'Automatic' option, the number of the data block is assigned automatically. Select the 'Standard - compatible with S7-300/400' option for block access.

Siemens Opc Scout V10 Firefox Download

Data blocks with standard access have a fixed structure. The data elements in the declaration include both symbolic names and a fixed address in the block. The address is displayed in the 'Offset' column. You can address the tags in this block both symbolically and absolutely. Apply the settings with 'OK'.

The data block DB1 'Data block 1' is used in this example.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 9 Configuration of the S7-1200Figure 2-5Define static tag in the data block Define the static tag 'static01' of the 'Bool' data type in the DB1 'Data block 1'. Click the 'Compile' button.

S7 communication between PC station and S7-120010 V1.1, Entry ID: 39960679 Configuration of the S7-1200Figure 2-6Create Main OB1 In the 'Program blocks' folder, you double-click the 'Main OB1' block to open the corresponding dialog window.Figure 2-7 Create the program as shown in Fehler! Verweisquelle konnte nicht gefunden werden. The bit links are in the 'Instructions' task card under 'Basic instructions'  Bit links'. Use drag-and-drop to add the Normally open contact, the flip-flop and the Assignment to Network 1 of the 'Main OB1' block. Assign the tags below to the flip-flop, to the normally open contact at inputs S and R of the flip-flop and to the assignment at output Q of the flip-flop.Table 2-1 Tag Description M1.0 SR flip-flop input S: NO contact M1.1 SR flip-flop input R: NO contact DB1.DBX0.0 SR tag M2.0 SR flip-flop output Q: AssignmentS7 communication between PC station and S7-1200V1.1, Item ID: 39960679 11 Configuration of the S7-1200 Click the 'Compile' button.Figure 2-8 Notes The '%' character before the absolute address is added automatically by STEP 7 (TIA Portal) V11. S7 communication between PC station and S7-120012 V1.1, Entry ID: 39960679 PC Station Configuration3 PC Station Configuration Before you start configuring the PC station in STEP 7 (TIA Portal) V11, determine or change the IP address of the network card that you are using in your PC station.

Siemens opc scout v10 firefox login

You enter the IP address and subnet mask of the network card when you configure the PC station in STEP 7 (TIA Portal) V11.Determine and change the IP address and subnet mask of the network card In Windows, under Network Connections, you open the Properties dialog of the Local Area Network (LAN). In this example the network card receives the IP address 172-16.40.11 and subnet mask 255.255.0.0. Notes The IP address configured for the PC station in STEP 7 (TIA Portal) V11 must match the IP address set in Windows. If you are not using a router, the IP addresses of the PC station and the S7-1200 CPU must be in the same subnet.Figure 3-1S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 13 PC Station ConfigurationAdd a PC Station In STEP 7 (TIA Portal) V11 you open the project that contains the configuration for the S7-1200 station.

In the project tree, double-click the 'Add new device' item. The 'Add new device' dialog opens.Figure 3-2 Click the 'PC systems' button in the working area. Go to 'PC systems  PC general' and select the 'PC station' item.

Click the 'OK' button to add a PC station named 'PC-System1' to your project. S7 communication between PC station and S7-120014 V1.1, Entry ID: 39960679 PC Station ConfigurationFigure 3-3This opens the 'Device View' working area of the hardware and network editor. In the project tree, navigate to the device folder of the PC station, 'PC-System1 SIMATIC PC station', for example. The device folder contains structured objects and actions that belong to the device. In the device folder double-click the 'Device configuration' object to open the 'Device View' working area of the hardware and network editor.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 15 PC Station ConfigurationFigure 3-4Configure user application and communication module of the PC station Go to the 'Device View' working area of the hardware and network editor and configure and parameterize the modules of the PC station. The 'Hardware catalog' task card contains the user applications and communication modules that you can configure in the PC station. Using drag-and- drop add the 'OPC server' user application to Slot 1 and the 'IE general' communication module to Slot 2 of the PC station.Figure 3-5 S7 communication between PC station and S7-120016 V1.1, Entry ID: 39960679 PC Station ConfigurationAdd IP address and assign subnet In the project tree, double-click the 'Devices & networks' item.

This opens the 'Network View' working area of the hardware and device editor. Click the PROFINET interface of the network card in the PC station. In the inspector window you switch to the 'Properties' tab. In the area navigation select the 'Ethernet addresses' item.

In this example you enter the IP address 172.16.40.11 and subnet mask 255.255.0.0 for the network card. Select the subnet that you have already assigned to the S7-1200 CPU and assign it also to the network card of the PC station.

Siemens Opc Scout V10 Firefox Free

The connection between the subnet, PN/IE1, for example, and the S7-1200 and the PC station is now displayed in the 'Net View' working area of the hardware and device editor. Notes The IP address configured for the PC station in STEP 7 (TIA Portal) V11 must match the IP address set in Windows. If you are not using a router, the IP addresses of the PC station and the S7-1200 CPU must be in the same subnet.Figure 3-6S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 17 Configuring the S7 Connection4 Configuring the S7 Connection4.1 Add S7 Connection In the project tree, double-click the 'Devices & networks' item.

This opens the 'Network View' working area of the hardware and network editor. In the toolbar of the Net View, click the 'Connections' icon to switch to the mode for setting the connections. In the drop-down list box you select 'S7 connection' as connection type.Figure 4-1 In the graphical area of the Net View, click the OPC server in the PC station and connect it to the S7-1200 CPU.

In the Net View, the S7 connection is displayed in the graphical area and in the 'Connections' table in the table area. S7 communication between PC station and S7-120018 V1.1, Entry ID: 39960679 Configuring the S7 ConnectionFigure 4-24.2 Display and Change Properties of the S7 Connection in the Inspector Window Proceed as described below to have the properties of the S7 connection displayed in the inspector window. In the table area switch to the 'Connections' table and select the configured S7 connection. In the inspector window you switch to the 'Properties' tab.General properties In the area navigation select the 'General' item to display the connection path. The S7 connection is between the OPC server and the S7-1200 CPU.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 19 Configuring the S7 ConnectionFigure 4-3 In the area navigation select the 'Special connection properties' item.

Here you see a display of the special connection properties of the local end point, 'Active connection establishment', for example. In this example, the OPC server establishes the S7 connection. The communication partner, S7-1200 CPU, is participates passively in establishing the connection. S7 communication between PC station and S7-120020 V1.1, Entry ID: 39960679 Configuring the S7 ConnectionFigure 4-4 In the area navigation select the 'Address details' item. Here you have a display of the local end point, the partner end point and the TSAP of both end points.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 21 Configuring the S7 ConnectionFigure 4-5 S7 communication between PC station and S7-120022 V1.1, Entry ID: 39960679 Compiling and Downloading the Configuration and User Program of the S7-12005 Compiling and Downloading the Configuration and User Program of the S7- 1200Compile To compile the configuration and user program of the S7-1200 you right-click the device folder of the S7-1200 CPU in the project navigation. There you select 'Compile  All'.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 23 Compiling and Downloading the Configuration and User Program of the S7-1200Figure 5-1Download To download the configuration and user program of the S7-1200 you right-click the device folder of the S7-1200 CPU in the project navigation.

There you select 'Download to device  All'. S7 communication between PC station and S7-120024 V1.1, Entry ID: 39960679 Compiling and Downloading the Configuration and User Program of the S7-1200Figure 5-2 The 'Extended download to device' dialog opens. Check the settings below:. PG/PC interface type. PG/PC interface. Connection with the subnet Under 'Accessible devices in subnet' you select the relevant device and click the 'Load' button.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 25 Compiling and Downloading the Configuration and User Program of the S7-1200Figure 5-3 Notes If the project has already been loaded once into the S7-1200 CPU, the 'Load preview' dialog is opened immediately instead of the 'Extended download to device' dialog.

The 'Load preview' dialog opens. Click the 'Load' button.

Siemens Opc Scout Manual

S7 communication between PC station and S7-120026 V1.1, Entry ID: 39960679 Compiling and Downloading the Configuration and User Program of the S7-1200Figure 5-4 The dialog box containing the results of the download procedure opens. If the S7- 1200 is in 'STOP' mode for the download procedure, check the 'Start all' check box. Click the 'Finish' button. The status LED of the S7-1200 CPU indicates the 'RUN' mode after downloading.Figure 5-5S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 27 Compiling and Downloading the PC Station Configuration6 Compiling and Downloading the PC Station ConfigurationOpen the Station Configuration Editor Open the Component Configuration Editor with the icon in the Windows taskbar.Figure 6-1 Insert the modules, namely the OPC server and the network card, in the Component Configuration Editor in accordance with the hardware configuration. In this example you add the OPC server to Slot 1 and the network card to Slot 2. Then change the station name in the Component Configuration Editor. The name of the PC station must be identical in STEP 7 (TIA Portal) V11 and in the Component Configuration Editor.

The station name 'PC-System1' is used in this example. S7 communication between PC station and S7-120028 V1.1, Entry ID: 39960679 Compiling and Downloading the PC Station ConfigurationFigure 6-2S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 29 Compiling and Downloading the PC Station ConfigurationCompile To compile the configuration of the PC station you right-click the device folder of the PC station in the project navigation. There you select 'Compile  All'.Figure 6-3Download To download the configuration of the PC station you right-click the device folder of the PC station in the project navigation.

There you select 'Download to device  All'. S7 communication between PC station and S7-120030 V1.1, Entry ID: 39960679 Compiling and Downloading the PC Station ConfigurationFigure 6-4 The 'Extended download to device' dialog opens. Check the settings below:. PG/PC interface type. PG/PC interface. Connection with the subnet Under 'Accessible devices in subnet' you select the relevant device and click the 'Load' button.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 31 Compiling and Downloading the PC Station ConfigurationFigure 6-5 Notes If the project has already been loaded once into the S7-1200 CPU, the 'Load preview' dialog is opened immediately instead of the 'Extended download to device' dialog. The 'Load preview' dialog opens.

Click the 'Load' button. S7 communication between PC station and S7-120032 V1.1, Entry ID: 39960679 Compiling and Downloading the PC Station ConfigurationFigure 6-6 Commissioning of the PC station is completed after downloading of the configuration.S7 communication between PC station and S7-1200V1.1, Item ID: 39960679 33 OPC Scout V107 OPC Scout V10 In this example the OPC Scout V10 is used as OPC client. Using the OPC client you can access the data of the S7-1200 CPU over the OPC server.