Sei sulla pagina 1di 94

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Matching SCE Trainer Packages for these training curriculums


SIMATIC S7-1200 AC/DC/RELAY (set of 6) "TIA Portal"
Order no.: 6ES7214-1BE30-4AB3
SIMATIC S7-1200 DC/DC/DC (set of 6) "TIA Portal"
Order no.: 6ES7214-1AE30-4AB3
Upgrade SIMATIC STEP 7 BASIC V13 SP1 (for S7-1200) (set of 6) "TIA Portal"
Order no.: 6ES7822-0AA03-4YE5
Note that these trainer packages are replaced with successor packages when necessary.
An overview of the currently available SCE packages is available at: siemens.com/sce/tp

Continued training
For regional Siemens SCE continued training, get in touch with your regional SCE contact
siemens.com/sce/contact

Additional information regarding SCE


siemens.com/sce

Information regarding use


The SCE training curriculum for the integrated automation solution Totally Integrated Automation (TIA)
was prepared for the program "Siemens Automation Cooperates with Education (SCE)" specifically for
training purposes for public educational facilities and R&D institutions. Siemens AG does not guarantee
the contents.
This document is to be used only for initial training on Siemens products/systems, which means it can be
copied in whole or part and given to those being trained for use within the scope of their training.
Circulation or copying this training curriculum and sharing its content is permitted within public training
and advanced training facilities for training purposes.
Exceptions require written consent from the Siemens AG contact person: Roland Scheuerer
roland.scheuerer@siemens.com.
Offenders will be held liable. All rights including translation are reserved, particularly if a patent is granted
or a utility model or design is registered.
Use for industrial customer courses is explicitly not permitted. We do not consent to commercial use of
the training curriculums.
We wish to thank the TU Dresden, particularly Prof. Dr.-Ing. Leon Urbas and Dipl.-Ing. Annett Pfeffer, the
Michael Dziallas Engineering Corporation and all other involved persons for their support during the
preparation of this training curriculum.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Table of contents
1

Goal ...................................................................................................................................................... 5

Prerequisite ........................................................................................................................................... 5

Theory ................................................................................................................................................... 5
3.1

SIMATIC S7-1200 automation system ......................................................................................... 5

3.1.1
3.2

Range of modules ................................................................................................................. 6

Operator control and display elements of the CPU 1214C DC/DC/DC ........................................ 8

3.2.1

Front view of the CPU 1214C DC/DC/DC ............................................................................ 8

3.2.2

SIMATIC memory card (MC) ................................................................................................ 9

3.2.3

Operating states of the CPU ................................................................................................. 9

3.2.4

Status and error displays .................................................................................................... 10

3.3

STEP 7 Basic V13 (TIA Portal V13) programming software ...................................................... 11

3.3.1

Project ................................................................................................................................. 11

3.3.2

Hardware configuration ....................................................................................................... 11

3.3.3

Planning the hardware ........................................................................................................ 12

3.3.4

TIA Portal Project view and portal view ........................................................................... 13

3.3.5

Basic settings for the TIA Portal ......................................................................................... 15

3.3.6

Set the IP address on the programming device ................................................................. 17

3.3.7

Set the IP address in the CPU ............................................................................................ 20

3.3.8

Restore the factory settings of the CPU ............................................................................. 23

Task .................................................................................................................................................... 24

Planning .............................................................................................................................................. 24

Structured step-by-step instructions ................................................................................................... 25


6.1

Create a new project ................................................................................................................... 25

6.2

Read the hardware of SIMATIC S7-1200 ................................................................................... 26

6.3

Configure the Ethernet interface of the CPU 1214C .................................................................. 32

6.4

Configure the address areas ...................................................................................................... 34

6.5

Save and compile the hardware configuration ........................................................................... 35

6.6

Download the hardware configuration to the device .................................................................. 36

6.7

Archive the project ...................................................................................................................... 41

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.8
7

Checklist ..................................................................................................................................... 42

Additional information ......................................................................................................................... 43

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

UNSPECIFIED HARDWARE CONFIGURATION


FOR A SIMATIC S7-1200
1 Goal
In this chapter, you will first learn how to create a project. Next you will be shown how you can
use the TIA Portal to detect hardware already installed and add it to a project. This hardware
will then be configured.

2 Prerequisite
You do not need any previous knowledge from other chapters to successfully complete this
chapter. You only need an S7-1200 controller and a PC with the STEP 7 Basic V13 (TIA Portal
V13) software.

3 Theory
3.1 SIMATIC S7-1200 automation system
The SIMATIC S7-1200 automation system is a modular microcontroller system for the lower
performance range.
A comprehensive range of modules is available to optimally adapt the system to the automation
task.
The S7 controller consists of a power supply and a CPU with integrated inputs and outputs or
additional input and output modules for digital and analog signals.
If necessary, communication processors and function modules are also used for special tasks such
as stepper motor control.

The programmable logic controller (PLC) uses the S7 program to monitor and control a machine or
process. In doing so, the I/O modules are scanned in the S7 program using input addresses (%I)
and addressed using output addresses (%Q).

The system is programmed with the TIA Portal Basic or Professional software.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.1.1 Range of modules


The SIMATIC S7-1200 is a modular automation system and offers the following range of modules:
Central processing units (CPUs) with different performance, integrated inputs/outputs, and
PROFINET interface (e.g. CPU 1214C)

Power supply module (PM) with input 120/230 V AC, 50 Hz / 60 Hz, 1.2 A / 0.7 A and output 24 V
DC / 2.5 A

Signal boards (SBs) for adding analog or digital inputs/outputs, in which case the size of the CPU
remains unchanged. (Signal boards can be used with CPUs 1211C / 1212C and 1214C.)

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Signal modules (SMs) for digital and analog inputs and outputs (a maximum of 2 SMs can be used
for CPU 1212C and a maximum of 8 SMs for CPU 1214C.)

Communication modules (CMs) for serial communication RS232 / RS 485


(Up to 3 CMs can be used for CPUs 1211C / 1212C and 1214C.)

Compact switch module (CSM) with 4x RJ45 sockets 10/100 Mbps

SIMATIC memory cards from 2 MB to 32 MB for storing program data and for easy exchange of
CPUs during maintenance.

Note: Only a single CPU (any type) with integrated digital inputs and digital outputs is
needed for this module.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.2 Operator control and display elements of the CPU 1214C


DC/DC/DC
3.2.1 Front view of the CPU 1214C DC/DC/DC
With integrated power supply (24 V connection) and integrated inputs and outputs, the CPU 1214C
DC/DC/DC is immediately ready for use without any other components.
The CPU has an integrated TCP/IP connection for communication with a programming device.
The CPU can thus communicate with HMI devices or other CPUs via an Ethernet network.

24 V connection

Plug-in terminal block for user wiring (behind the cover flaps)

Status LEDs for the integrated I/O and the operating state of the CPU

TCP/IP connection (on the underside of the CPU)

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.2.2 SIMATIC memory card (MC)


The optional SIMATIC memory card (MC) stores a program as well as data, system data, files and
projects. It can be used for:
-

Transferring a program to multiple CPUs

Firmware update of CPUs, signal modules (SMs) and communication modules (CMs)

Easy replacement of the CPU

3.2.3 Operating states of the CPU


The CPU can have the following three operating states:
In the STOP operating state, the CPU is not executing the program and you can download a
project.
In the STARTUP operating state, the CPU is starting up.
In the RUN operating state, the program is cyclically executed.
The CPU does not have a physical switch for changing the operating state.
You use the button on the operator panel of the STEP 7 Basic software to change the operating
state (STOP or RUN). The operator panel also contains an MRES button for performing a memory
reset and displays the status LEDs of the CPU.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.2.4 Status and error displays

The RUN/STOP status LED on the front side of the CPU indicates the current operating state of
the CPU by the color of the display.

Yellow light indicates STOP


operating state.
Green light indicates RUN
operating state.
A flashing light indicates
STARTUP operating state.

There are two additional LEDs here: ERROR LED for indicating errors and MAINT LED for
indicating that maintenance is required.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

10

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3 STEP 7 Basic V13 (TIA Portal V13) programming software


The STEP 7 Basic V13 (TIA Portal V13) software is the programming tool for the following
automation systems:
SIMATIC S7-1200
-

Basic Panels

STEP 7 Basic V13 provides the following functions for automation of a system:
Configuration and parameter assignment of the hardware
-

Specification of the communication

Programming

Testing, commissioning and servicing with operational/diagnostic functions

Documentation

Creation of visualizations for SIMATIC Basic Panels using the integrated WinCC Basic
software

Support is provided for all functions through detailed online help.

3.3.1 Project
To implement a solution for an automation and visualization task, you create a project in the TIA
Portal. A project in the TIA Portal contains the configuration data for the configuration and
internetworking of devices as well as the programs and the configuration of the visualization.

3.3.2 Hardware configuration


The hardware configuration includes the configuration of the devices, consisting of the hardware of
the automation system, the field devices on the PROFINET bus system and the hardware for
visualization. The configuration of the networks specifies the communication between the various
hardware components. Individual hardware components are inserted in the hardware configuration
from catalogs.
The hardware of SIMATIC S7-1200 automation systems comprises the controller (CPU), the signal
modules for input and output signals (SMs), the communication modules (CMs) and other specialpurpose modules.

The signal modules and the field devices connect the input and output data of the process to be
automated and visualized to the automation system.
The hardware configuration enables the downloading of automation and visualization solutions to
the automation system and access to the connected signal modules by the controller.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

11

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.3 Planning the hardware


Before you can configure the hardware, you must plan it (hardware planning). In general, you begin
by selecting which controllers are needed and how many. You then select the communication
modules and signal modules. The selection of signal modules is based on the number and type of
inputs and outputs needed. As the final step, a power supply that ensures the necessary power
supply must be selected for each controller or field device.
The functionality required and the ambient conditions are of vital importance for planning the
hardware configuration. For example, the temperature range in the application area sometimes
limits which devices are available for selection. Fail-safe operation might be another requirement.
The TIA Selection Tool (Select automation technology TIA Selection Tool and follow the
instructions) provides you support. Note: The TIA Selection Tool requires Java.

Note for online research: If more than one manual is available, you should look for the
description "Device Manual", "Product Manual" or simply "Manual" (as opposed to
"Function Manual", "List Manual", "System Manual", etc.) in order to find the device
specifications.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

12

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.4 TIA Portal Project view and portal view


The TIA Portal has two important views. When started, the TIA Portal displays the portal view by
default. This view makes getting started easier, especially for beginning users.
The portal view provides a task-oriented view of the tools for working on the project. Here, you can
quickly decide what you want to do and open the tool for the task at hand. If necessary, a change
to the project view takes place automatically for the selected task.
Figure 1 shows the portal view. At the bottom left, there is an option to switch between this view
and the project view.

Figure 1: Portal view

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

13

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

The project view, as shown in Figure 2, is used for hardware configuration, programming, creation
of the visualization and many other tasks.
By default, the project view displays the menu bar with the toolbars at the top, the project tree with
all components of a project on the left and the so-called "task cards" with instructions and libraries,
for example, on the right.
If an element (for example, the device configuration) is selected in the project tree, it is displayed in
the center and can be worked on there.

Figure 2: Project view

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

14

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.5 Basic settings for the TIA Portal


Users can specify their own default settings for certain settings in the TIA Portal. A few
important settings are shown here.
In the project view, select the "Options" menu and then "Settings".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

15

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

One basic setting is the selection of the user interface language and the language for the
program display. In the curriculums to follow, "English" will be used for both settings.
Under "General" in "Settings", select "User interface language English" and
"Mnemonic International".

Note: These settings can always be changed.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

16

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.6 Set the IP address on the programming device

To program an SIMATIC S7-1200 controller from the PC, the programming device or a laptop,
you need a TCP/IP connection or an optional PROFIBUS connection.

For the PC and SIMATIC S7-1200 to communicate with each other via TCP/IP, it is important that
the IP addresses of both devices match.

First, we show you how to set the IP address of a PC with Windows 7 operating system.
Locate the network icon in the taskbar at the bottom

and click "Open Network

and Sharing Center".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

17

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

In the open Network and Sharing Center window, click "Change adapter settings".

Select the desired "Local Area Connection" that you want to use to connect to the
controller and click "Properties".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

18

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Next, select "Properties" for "Internet Protocol Version 4 (TCP/IP)".

You can use the following address, for example IP address: 192.168.0.99 Subnet
mask 255.255.255.0 and accept the settings ( "OK")

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

19

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.7 Set the IP address in the CPU


The IP address of SIMATIC S7-1200 is set as follows.
Select the Totally Integrated Automation Portal for this, which is opened here with a
double-click ( TIA Portal V13)

Select "Online & diagnostics", and open the "project view".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

20

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

In the project tree under "Online access", select the network adapter that was set
previously. If you click "Update accessible devices" here, you see the IP address (if
previously set) or the MAC address (if IP address not yet assigned) of the connected
SIMATIC S7-1200. Select "Online & diagnostics" here.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

21

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Under "Functions", you now find the "Assign IP address" item. Enter the following IP
address here (example): IP address: 192.168.0.1 Subnet mask 255.255.255.0.
Click "Assign IP address" and this new address will be assigned to your SIMATIC
S7-1200.

If the IP address was not successfully assigned, you will receive a message in the
"Info" window under "General".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

22

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

3.3.8 Restore the factory settings of the CPU


If the IP address could not be assigned, the program data on the CPU must be deleted.
This is done by resetting the CPU. To reset the controller, select the "Reset to factory
settings" function and click "Reset".

Confirm the prompt asking if you really want to reset the module with "Yes".

If necessary, stop the CPU. ( "Yes")

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

23

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

4 Task
Create a project and add the modules of the existing hardware (here: Trainer Package SIMATIC
S7-1200 with CPU 1214C) by using the automatic hardware detection of the TIA Portal. The
following modules must be detected:

SIMATIC S7-1200, CPU 1214C DC/DC/DC


(Order number: 6ES7 214-1AG40-0XB0)

1X SIMATIC S7-1200, signal board ANALOG OUTPUT SB1232, 1 AO


(Order number: 6ES7 232-4HA30-0XB0)

5 Planning
Because this is a new system, a new project must be created.
The hardware for this project is already specified by the existing hardware (here: SIMATIC S7-1200
Trainer Package). Therefore, a selection does not have to be made. Instead, the listed modules of
the Trainer Package are detected directly. The order numbers (see Task or Table 1) can be used
for checking purposes.
The Ethernet interface must be set for the configuration of the CPU. For the digital and analog
inputs and outputs, the address areas corresponding to Table 1 will be set.

Module

Order number

CPU 1214C DC/DC/DC

6ES7 214-1AG40-0XB0

Slot

Address area

DI 0.0 -1.5
DQ 0.0 - 1.1
AI 64 / 66

SB1232, 1 AO

6ES7 232-4HA30-0XB0

AO 64

Table 1: Overview of the planned configuration

As the final step, the hardware configuration must be compiled and downloaded. Any errors
present can be detected during compiling and incorrect modules can be detected when the
controller is started (only possible when hardware is present and installed identically).
The tested project must be saved and archived.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

24

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6 Structured step-by-step instructions


You can find instructions on how to carry out planning below. If you already have the relevant
previous knowledge, it will be sufficient to focus on the numbered steps. Otherwise, simply follow
the steps in the instructions.

6.1 Create a new project


Select the Totally Integrated Automation Portal for this, which is opened here with a
double-click ( TIA Portal V13)

In the portal view under the "Start" menu, select the command "Create new project".

Modify Project name, Path, Author and Comment as appropriate and click "Create".

The project will be created and opened and the menu "Start", "First steps" will open
automatically.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

25

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.2 Read the hardware of SIMATIC S7-1200


In the "Start" portal, select "First steps" "Devices & Networks" "Configure a
device".

The "Show all devices" menu opens in the "Devices & Networks" portal.
Switch to the "Add new device" menu.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

26

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Create a new CPU. Use an unspecified model of the S7-1200 CPU with order number
6ES7 2XX-XXXXX-XXXX for this.
(Controllers SIMATIC S7-1200 CPU Unspecified CPU 1200 6ES7 2XXXXXXX-XXXX V4.1)

Assign a device name (Device name "CPU_1200").

Select "Open device view".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

27

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Click "Add".

The TIA Portal now switches automatically to the project view and displays a notice there
that this device is not specified. In order to have the hardware configuration automatically
detected, start detection by clicking "detect" in the yellow information box ( detect).

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

28

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Select the type of your PG/PC interface ( Type of the PG/PC interface: PN/IE).

You can now select the network adapter you want to use to establish an Ethernet
connection with the PLC ( PG/PC interface: Intel(R) Ethernet Connection I217-LM)

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

29

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

The search for devices in the network must be started by clicking the
button.

All accessible nodes are found and listed. If you have selected the correct CPU, the
corresponding CPU and all the connected modules will be detected when you click
"detect".

Note: If the list does not contain your CPU, ensure that you have selected the correct
network adapter and have established a connection between the laptop and CPU.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

30

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

The TIA Portal shows the complete device configuration of the selected CPU with signal
board SB1232, 1 AO.

Note: You can now configure the CPU according to your specifications there. Possible
settings include the PROFINET interface, startup characteristics, cycle, password
protection, communication load and many more.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

31

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.3 Configure the Ethernet interface of the CPU 1214C


Select the CPU with a double-click
Under "Properties", open the "PROFINET interface [X1]" menu and select the
"Ethernet addresses" entry.

Under "Interface networked with", only the "Not networked" entry is available.
Add an Ethernet subnet with the "Add new subnet" button.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

32

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

Keep the preassigned "IP address" and "Subnet mask".

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

33

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.4 Configure the address areas


The next step is to check the address areas of the inputs and outputs and adapt them if
necessary. DI/DO should have an address area of 01 and AI/AO should have an
address area of 6467 and 6465, respectively. ( Device overview DI 14/DQ 10_1
I address: 0..1 Q address: 0...1 AI 2_1 I address: 6467 AQ 1x12BIT_1
Q address: 6465)

Note: To show and hide the Device overview, you need to click the small arrow next to
"Device data" on the right side of the hardware configuration.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

34

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.5 Save and compile the hardware configuration


Before you compile the configuration, you should save your project by clicking the
button. To compile your CPU with the device configuration, first select the
"CPU_1200 [CPU1214C DC/DC/DC]" folder and click the

"Compile" icon.

Note: "Save project" should be used again and again when working on a project since
this does not happen automatically. A prompt to save the project only occurs when the
TIA Portal is closed.
If the project was compiled without errors, you see the following screen.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

35

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.6 Download the hardware configuration to the device


To download your entire CPU, select the "CPU_1200 [CPU1214C DC/DC/DC]" folder
and click the

"Download" icon.

The manager for configuring the connection properties (extended download) opens.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

36

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

First, the interface must be correctly selected. This happens in three steps.
Type of the PG/PC interface PN/IE

PG/PC interface here: Intel(R) Ethernet Connection I217-LM

Connection to interface/subnet "PN/IE_1"

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

37

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

The "Show all compatible devices" check box must be selected. The search for
devices in the network is started by clicking the

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

button.

38

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

The "Start all" option will be selected next before the download operation can be
completed with "Finish".

After a successful download, the project view will open again automatically. A loading
report appears in the information field under "General". This can be helpful when
troubleshooting an unsuccessful download.

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

40

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.7 Archive the project


To archive the project, select the "Archive ..." command in the "Project" menu.

Confirm the prompt to save the project with "Yes".

Select a folder where you want to archive your project and save it as file type "TIA Portal
project archive" ( "TIA Portal project archive" "SCE_EN_011-100_ Unspecified
hardware configuration_S7-1200" "Save").

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

41

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

6.8 Checklist

No.

Description

Project was created

Slot 1: CPU with correct order number

Slot 1: CPU with correct firmware version

Signal board: Analog module AQ 1x12BIT with correct order number

Signal board: Analog module AQ 1x12BIT with correct firmware version

Address areas correct

Hardware configuration was compiled without error message

Hardware configuration was downloaded without error message

Project was successfully archived

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

Completed

42

SCE Training Curriculum | TIA Portal Module 011-100, Edition 02/2016 | Digital Factory, DF FA

7 Additional information
You can find additional information as an orientation aid for initial and advanced training, for
example: Getting Started, videos, tutorials, apps, manuals, programming guidelines and trial
software/firmware, at the following link:
www.siemens.com/sce/s7-1200

For unrestricted use in educational and R&D institutions. Siemens AG 2016. All rights reserved.
SCE_EN_011-100 Unspecific Hardware Configuration S7-1200_R1504.docx

43



















96657481 8915)11&62 867989 4
8915:;<

!"

#1
2
8



$1

4

6




%




&6
9'96 ( 2 26)15'942 8915

+,-./0123234.,500265758.
98"$!")*%

01245267829
86 476956 4
8915  5 95789848915796657 2987267626 

1235678989
2 668 567  38898
87 7 6! 

7 K89
1235678967 L7
MN6KM678989
 668 M

O1521P22Q3RSTMNUV567 V
W$,'$&#2X;@4G8:HC:Y@Z9CH6YZ
O1521P222TMNUV567 V
W$,'$&#2X;@4G8:HC:6@Z9CH6YZ
O[\
67152153P]12^_1TN61PUTMNUV567 V
W$,'$&#2X;@4G`88C9669ZCHa@I


B#)')=-))='(')$-*&'$b-+c-<'(-$'$'b.-+',E*)=(%++'((#$b-+c-<'(E='&&'+'((-$d2
6&#>'$>*'E#F)='+%$$'&).d->-*.-e.'4?@b-+c-<'(*(->-*.-e.'-)X(*'5'&(2+#5f(+'f)b

2989 678989


"#$$'<*#&-.4*'5'&(4?@+#&)*&%',)$-*&*&<g<')*&)#%+=E*)=d#%$$'<*#&-.4?@+#&)-+)
(*'5'&(2+#5f(+'f+#&)-+)



8897 89N67896
7689
123
(*'5'&(2+#5f(+'


9N67896
7689
 M

h='4?@)$-*&*&<+%$$*+%.%5F#$)='*&)'<$-)',-%)#5-)*#&(#.%)*#&h#)-..di&)'<$-)',6%)#5-)*#&jhi6k
E-(b$'b-$',F#$)='b$#<$-5l4*'5'&(6%)#5-)*#&?##b'$-)'(E*)=@,%+-)*#&j4?@kl(b'+*F*+-..dF#$
)$-*&*&<b%$b#('(F#$b%e.*+',%+-)*#&-.F-+*.*)*'(-&,/01*&()*)%)*#&(24*'5'&(67,#'(&#)<%-$-&)''
)='+#&)'&)(2
h=*(,#+%5'&)*()#e'%(',#&.dF#$*&*)*-.)$-*&*&<#&4*'5'&(b$#,%+)(f(d()'5(gE=*+=5'-&(*)+-&e'
+#b*', *& E=#.' #$b-$)-&, <*>'& )# )=#(' e'*&< )$-*&', F#$%(' E*)=*& )=' (+#b' #F)='*$)$-*&*&<2
?*$+%.-)*#&#$+#bd*&<)=*()$-*&*&<+%$$*+%.%5 -&,(=-$*&<*)(+#&)'&)*(b'$5*))',E*)=*&b%e.*+)$-*&*&<
-&,-,>-&+',)$-*&*&<F-+*.*)*'(F#$)$-*&*&<b%$b#('(2
@J+'b)*#&( $'m%*$' E$*))'& +#&('&) F$#5 )=' 4*'5'&( 67 +#&)-+) b'$(#&X /#.-&, 4+='%'$'$
$#.-&,2(+='%'$'$n(*'5'&(2+#52
WFF'&,'$(E*..e'='.,.*-e.'26..$*<=)(*&+.%,*&<)$-&(.-)*#&-$'$'('$>',gb-$)*+%.-$.d*F-b-)'&)*(<$-&)',
#$-%)*.*)d5#,'.#$,'(*<&*($'<*()'$',2
o('F#$*&,%()$*-.+%()#5'$+#%$('(*('Jb.*+*).d&#)b'$5*))',2p',#&#)+#&('&))#+#55'$+*-.%('#F
)=')$-*&*&<+%$$*+%.%5(2
p'E*(=)#)=-&c)='ho1$'(,'&gb-$)*+%.-$.dq$#F21$2Ci&<2r'#&o$e-(-&,1*b.2Ci&<26&&'))qF'FF'$g)='
s*+=-'.1t*-..-(@&<*&''$*&<?#$b#$-)*#&-&,-..#)='$*&>#.>',b'$(#&(F#$)='*$(%bb#$),%$*&<)='
b$'b-$-)*#&#F)=*()$-*&*&<+%$$*+%.%52

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

1235678989
2 668 567  38898
87 7 6! 

L-M.'#G+#&)'&)(

:N 7#-.222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222JN
8N O$'$'P%*(*)'2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222JN
?N L='#$Q222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222JN
?2:N 4RS6LR@4HD:899-%)#5-)*#&(Q()'522222222222222222222222222222222222222222222222222222222222222222222222222222222222222222JN
?2:2:N /-&<'#G5#,%.'(22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222;N
?28N TU'$-)#$+#&)$#.-&,,*(U.-Q'.'5'&)(#G)='@OV:8:I@1@W1@W1@2222222222222222222222222222222222222222XN
?282:N "$#&)>*'F#G)='@OV:8:I@1@W1@W1@2222222222222222222222222222222222222222222222222222222222222222222222222222XN
?2828N 4RS6LR@5'5#$Q+-$,YS@Z222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222[N
?282?N TU'$-)*&<()-)'(#G)='@OV2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222[N
?282IN 4)-)%(-&,'$$#$,*(U.-Q(2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222:9N
?2?N 4LAOH\-(*+]:?YLR6O#$)-.]:?ZU$#<$-55*&<(#G)F-$'222222222222222222222222222222222222222222222222222222::N
?2?2:N O$#^'+)222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222::N
?2?28N E-$,F-$'+#&G*<%$-)*#&2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222::N
?2?2?N O.-&&*&<)='=-$,F-$'22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222:8N
?2?2IN LR6O#$)-._O$#^'+)>*'F-&,U#$)-.>*'F222222222222222222222222222222222222222222222222222222222222222222222222222:?N
?2?2JN \-(*+('))*&<(G#$)='LR6O#$)-.22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222:JN
?2?2;N 4'))='RO-,,$'((#&)='U$#<$-55*&<,'>*+'22222222222222222222222222222222222222222222222222222222222222222:HN
?2?2HN 4'))='RO-,,$'((*&)='@OV2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222289N
?2?2XN /'()#$')='G-+)#$Q('))*&<(#G)='@OV222222222222222222222222222222222222222222222222222222222222222222222222222228?N
IN L-(`22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222228IN
JN O.-&&*&<22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222228IN
;N 4)$%+)%$',()'UDMQD()'U*&()$%+)*#&(2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222228JN
;2:N @$'-)'-&'FU$#^'+)22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222228JN
;28N R&('$))='@OV:8:I@1@W1@W1@22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222228;N
;2?N @#&G*<%$')='A)='$&')*&)'$G-+'#G)='@OV:8:I@1@W1@W1@222222222222222222222222222222222222222222222222?9N
;2IN @#&G*<%$')='-,,$'((-$'-(222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?8N
;2JN 4->'-&,+#5U*.')='=-$,F-$'+#&G*<%$-)*#&222222222222222222222222222222222222222222222222222222222222222222222222222??N
;2;N 1#F&.#-,)='=-$,F-$'+#&G*<%$-)*#&)#)=','>*+'222222222222222222222222222222222222222222222222222222222222222222?IN
;2HN 1#F&.#-,)='=-$,F-$'+#&G*<%$-)*#&)#)='Oa@4RS(*5%.-)*#&Y#U)*#&-.Z222222222222222222222222222222?[N
"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

1235678989
2 668 567  38898
87 7 6! 

;2KL 6$+=*>')='M$#N'+)2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?HL
;2OL @='+P.*()2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?KL
HL AJ'$+*('2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?OL
H2:L Q-(PRAJ'$+*('22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?OL
H28L S.-&&*&<22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222?OL
H2TL @='+P.*()RAJ'$+*('2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222I9L
KL 6,,*)*#&-.*&G#$5-)*#&2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222I:L

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

1235678989
2 668 567  38898
87 7 6! 

1323KLML32NO PQL5NOR
1521S
P7 

T&)=*(+=-U)'$VW#%F*..G*$().'-$&=#F)#XYZ[\Z][]^Y_`ZX\2a#%-$')='&(=#F&=#F)='
b[Ycd[YZ]ef]X_gheijYZc2

66k 8l8

a#%,#&#)&'',-&WU$'>*#%(m&#F.',<'G$#5#)='$+=-U)'$()#(%++'((G%..W+#5U.')')=*(
+=-U)'$2a#%#&.W&'',-&4HD:899+#&)$#..'$-&,-n@F*)=)='4oAnHp-(*+q:rsoT6n#$)-.
q:rt(#G)F-$'2

u5v6!

r2:1521S7 789l!l

o='4Tw6oT@4HD:899-%)#5-)*#&(W()'5*(-5#,%.-$5*+$#+#&)$#..'$(W()'5G#$)='.#F'$
U'$G#$5-&+'$-&<'2
6+#5U$'='&(*>'$-&<'#G5#,%.'(*(->-*.-x.')##U)*5-..W-,-U))='(W()'5)#)='-%)#5-)*#&
)-(m2
o='4H+#&)$#..'$+#&(*()(#G-U#F'$(%UU.W-&,-@nyF*)=*&)'<$-)',*&U%)(-&,#%)U%)(#$
-,,*)*#&-.*&U%)-&,#%)U%)5#,%.'(G#$,*<*)-.-&,-&-.#<(*<&-.(2
TG&'+'((-$WV+#55%&*+-)*#&U$#+'((#$(-&,G%&+)*#&5#,%.'(-$'-.(#%(',G#$(U'+*-.)-(m((%+=
-(()'UU'$5#)#$+#&)$#.2
o='U$#<$-55-x.'.#<*++#&)$#..'$snz@t%('()='4HU$#<$-5)#5#&*)#$-&,+#&)$#.-5-+=*&'#$
U$#+'((2T&,#*&<(#V)='T{|5#,%.'(-$'(+-&&',*&)='4HU$#<$-5%(*&<*&U%)-,,$'(('(s}Tt
-&,-,,$'((',%(*&<#%)U%)-,,$'(('(s}~t2

o='(W()'5*(U$#<$-55',F*)=)='oT6n#$)-.p-(*+#$n$#G'((*#&-.(#G)F-$'2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:?9I2,#+J

1235678989
2 668 567  38898
87 7 6! 

KLMLMNOPQRSNTUNVTWXYSZN

[='4\]6[\?4GC:899*(-5#,%.-$-%)#5-)*#&(^()'5-&,#FF'$()='F#..#E*&<$-&<'#F5#,%.'(_
?'&)$-.`$#+'((*&<%&*)(a?bc(dE*)=,*FF'$'&)`'$F#$5-&+'e*&)'<$-)',*&`%)(f#%)`%)(e-&,
b/g"\B@[*&)'$F-+'a'2<2?bc:8:H?d

b#E'$(%``.^5#,%.'ab]dE*)=*&`%):89f8h9i6?eI9Djf;9Dje:286f92G6-&,#%)`%)8Hi
1?f82I6

4*<&-.k#-$,(a4l(dF#$-,,*&<-&-.#<#$,*<*)-.*&`%)(f#%)`%)(e*&E=*+=+-(')='(*j'#F)='?bc
$'5-*&(%&+=-&<',2a4*<&-.k#-$,(+-&k'%(',E*)=?bc(:8::?f:8:8?-&,:8:H?2d

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

1235678989
2 668 567  38898
87 7 6! 

4*<&-.5#,%.'(K4L(MG#$,*<*)-.-&,-&-.#<*&N%)(-&,#%)N%)(K-5-J*5%5#G84L(+-&O'%(',
G#$@PQ:8:8@-&,-5-J*5%5#GR4L(G#$@PQ:8:H@2M

@#55%&*+-)*#&5#,%.'(K@L(MG#$('$*-.+#55%&*+-)*#&/48S8T/4HRI
KQN)#S@L(+-&O'%(',G#$@PQ(:8::@T:8:8@-&,:8:H@2M

@#5N-+)(F*)+=5#,%.'K@4LMF*)=HJ/UHI(#+V')(:9T:99LON(

4WL6XW@5'5#$Y+-$,(G$#58LZ)#S8LZG#$()#$*&<N$#<$-5,-)--&,G#$'-(Y'J+=-&<'#G
@PQ(,%$*&<5-*&)'&-&+'2

[\]^_`abcd`e`fgbhci`jkl`mebd`ndoip`qgnr`gbnihsenit`tghgnec`gbounf`ebt`tghgnec`vunounf`gf`
biitit`wvs`nrgf`xvtuciy`
"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4?D:8:H@B/:I9H2,#+J

1235678989
2 668 567  38898
87 7 6! 

L28 MN676 96 798ON 7! 9OPQ2RS2


222
TUVUWXYZ[\]X^_`aX[bX]c`XdefXWVWgdXhdihdihdX

j*)=*&)'<$-)',k#F'$(%kk.lm8In+#&&'+)*#&o-&,*&)'<$-)',*&k%)(-&,#%)k%)(p)='@qr:8:I@
1@s1@s1@*(*55',*-)'.l$'-,lG#$%('F*)=#%)-&l#)='$+#5k#&'&)(2
t='@qr=-(-&*&)'<$-)',t@qsuq+#&&'+)*#&G#$+#55%&*+-)*#&F*)=-k$#<$-55*&<,'>*+'2
t='@qr+-&)=%(+#55%&*+-)'F*)=Evu,'>*+'(#$#)='$@qr(>*--&A)='$&')&')F#$w2

xy

z{y|y}~}~y

yy~}y~yyyyy}~yy

yy yy~yyyyyy~yy~yyy
yy y}~}~y~yyy~yyy

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

1235678989
2 668 567  38898
87 7 6! 

LMNMNOPQRSTQUOVWVXYZO[\Y]O^RU_O

`='#a)*#&-.1526! 76b2c()#$'(-a$#<$-5-(F'..-(,-)-d(e()'5,-)-dG*.'(-&,
a$#f'+)(2g)+-&h'%(',G#$i
D `$-&(G'$$*&<-a$#<$-5)#5%.)*a.'@jk(
D "*$5F-$'%a,-)'#G@jk(d(*<&-.5#,%.'(l4m(n-&,+#55%&*+-)*#&5#,%.'(l@m(n
D A-(e$'a.-+'5'&)#G)='@jk

LMNMLOopWY\qrstOuq\qWuOXvOqwWOUxyO

`='@jk+-&=->')='G#..#F*&<)=$''#a'$-)*&<()-)'(i
z{|}{~{15#a'$-)*&<()-)'d)='@jk*(&#)'K'+%)*&<)='a$#<$-5-&,e#%+-&,#F&.#-,a$#f'+)2
z{|}{~{155#a'$-)*&<()-)'d)='@jk*(()-$)*&<%a2
z{|}{~{#a'$-)*&<()-)'d)='a$#<$-5*(+e+.*+-..e'K'+%)',2
`='@jk,#'(&#)=->'-a=e(*+-.(F*)+=G#$+=-&<*&<)='#a'$-)*&<()-)'2
#%%(')='h%))#&#&)='#a'$-)#$a-&'.#G)='4`AjH-(*+(#G)F-$')#+=-&<')='#a'$-)*&<
()-)'l15#$n2`='#a'$-)#$a-&'.-.(#+#&)-*&(-&31h%))#&G#$a'$G#$5*&<-5'5#$e
$'(')-&,,*(a.-e()='()-)%(A1(#G)='@jk2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

1235678989
2 668 567  38898
87 7 6! 

KLMLNOPQRQSTORUVOWXXYXOVZT[\R]TO
^='_`a15bc7 cd3#&)='F$#&)(*,'#F)='?ef*&,*+-)'()='+%$$'&)#g'$-)*&<()-)'#F
)='?efhi)='+#.#$#F)=',*(g.-i2
mno p.*<=)*&,*+-)'(15b
#g'$-)*&<()-)'2
mnq69.*<=)*&,*+-)'(_`a
#g'$-)*&<()-)'2
mnrns 7ct89
 8
t*&,*+-)'(
15_5`#g'$-)*&<()-)'2

^='$'-$')E#-,,*)*#&-.j@1(='$'k3__b_j@1F#$*&,*+-)*&<'$$#$(-&,a5j@1F#$
*&,*+-)*&<)=-)5-*&)'&-&+'*($'l%*$',2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

:9

1235678989
2 668 567  38898
87 7 6! 

K2K 153LM7N8 OPQ567 OPRS6


6789
NTU76

V='4V@WGX-(*+Y:KZV[6W#$)-.Y:K\(#F)E-$'*()=']$#<$-55*&<)##.F#$)='F#..#E*&<
-%)#5-)*#&(^()'5(_
C 4[`6V[?4GC:899
C X-(*+W-&'.(
4V@WGX-(*+Y:K]$#>*,'()='F#..#E*&<F%&+)*#&(F#$-%)#5-)*#&#F-(^()'5_
C ?#&F*<%$-)*#&-&,]-$-5')'$-((*<&5'&)#F)='=-$,E-$'
C 4]'+*F*+-)*#&#F)='+#55%&*+-)*#&
C W$#<$-55*&<
C V'()*&<a+#55*((*#&*&<-&,('$>*+*&<E*)=#]'$-)*#&-.b,*-<&#()*+F%&+)*#&(
C 1#+%5'&)-)*#&
C ?$'-)*#&#F>*(%-.*c-)*#&(F#$4[`6V[?X-(*+W-&'.(%(*&<)='*&)'<$-)',d*&??X-(*+
(#F)E-$'
4%]]#$)*(]$#>*,',F#$-..F%&+)*#&()=$#%<=,')-*.',#&.*&'='.]2

efefghijklmnoh

V#*5].'5'&)-(#.%)*#&F#$-&-%)#5-)*#&-&,>*(%-.*c-)*#&)-(pa^#%+$'-)'-]$#q'+)*&)='V[6
W#$)-.26]$#q'+)*&)='V[6W#$)-.+#&)-*&()='+#&F*<%$-)*#&,-)-F#$)='+#&F*<%$-)*#&-&,
*&)'$&')E#$p*&<#F,'>*+'(-(E'..-()=']$#<$-5(-&,)='+#&F*<%$-)*#&#F)='>*(%-.*c-)*#&2

efefrhstjuvtjmhnkwxyz{jtoykwh

V='|}~}~~}*&+.%,'()='+#&F*<%$-)*#&#F)=','>*+'(a+#&(*()*&<#F)='=-$,E-$'#F
)='-%)#5-)*#&(^()'5a)='F*'.,,'>*+'(#&)='W/"[B@V%((^()'5-&,)='=-$,E-$'F#$
>*(%-.*c-)*#&2V='+#&F*<%$-)*#&#F)='&')E#$p((]'+*F*'()='+#55%&*+-)*#&')E''&)='>-$*#%(
=-$,E-$'+#5]#&'&)(2[&,*>*,%-.=-$,E-$'+#5]#&'&)(-$'~||}~}~~}
F$#5+-)-.#<(2
V='=-$,E-$'#F4[`6V[?4GC:899-%)#5-)*#&(^()'5(+#5]$*('()='+#&)$#..'$Z?W\a)='(*<&-.
5#,%.'(F#$*&]%)-&,#%)]%)(*<&-.(Z4`(\a)='+#55%&*+-)*#&5#,%.'(Z?`(\-&,#)='$(]'+*-.C
]%$]#('5#,%.'(2
V='(*<&-.5#,%.'(-&,)='F*'.,,'>*+'(+#&&'+))='*&]%)-&,#%)]%),-)-#F)=']$#+'(()#'
-%)#5-)',-&,>*(%-.*c',)#)='-%)#5-)*#&(^()'52
V='=-$,E-$'+#&F*<%$-)*#&'&-.'()=',#E&.#-,*&<#F-%)#5-)*#&-&,>*(%-.*c-)*#&(#.%)*#&()#
)='-%)#5-)*#&(^()'5-&,-++'(()#)='+#&&'+)',(*<&-.5#,%.'(^)='+#&)$#..'$2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

::

1235678989
2 668 567  38898
87 7 6! 

KLKLKMNOPPQPRSTUVSUOWXYOWVS

Z'F#$'[#%+-&+#&F*<%$')='=-$,E-$'\[#%5%()].-&*)^=-$,E-$'].-&&*&<_2`&<'&'$-.\[#%a'<*&
a[('.'+)*&<E=*+=+#&)$#..'$(-$'&'',',-&,=#E5-&[2b#%)='&('.'+))='+#55%&*+-)*#&
5#,%.'(-&,(*<&-.5#,%.'(2c='('.'+)*#&#F(*<&-.5#,%.'(*(a-(',#&)='&%5a'$-&,)[]'#F
*&]%)(-&,#%)]%)(&'',',26()='F*&-.()']\-]#E'$(%]].[)=-)'&(%$'()='&'+'((-$[]#E'$
(%]].[5%()a'('.'+)',F#$'-+=+#&)$#..'$#$F*'.,,'>*+'2
c='F%&+)*#&-.*)[$'d%*$',-&,)='-5a*'&)+#&,*)*#&(-$'#F>*)-.*5]#$)-&+'F#$].-&&*&<)='
=-$,E-$'+#&F*<%$-)*#&2"#$'J-5].'\)=')'5]'$-)%$'$-&<'*&)='-]].*+-)*#&-$'-(#5')*5'(
.*5*)(E=*+=,'>*+'(-$'->-*.-a.'F#$('.'+)*#&2"-*.C(-F'#]'$-)*#&5*<=)a'-&#)='$$'d%*$'5'&)2
c='c`64'.'+)*#&c##.^4'.'+)-%)#5-)*#&)'+=&#.#<[e c`64'.'+)*#&c##.-&,F#..#E)='
*&()$%+)*#&(_]$#>*,'([#%(%]]#$)2B#)'fc='c`64'.'+)*#&c##.$'d%*$'(g->-2
S
hiTVSjiWSiPNQPVSWVkVOWlUmnopnqrstnuvwxnrxtnqwxywzn{|nw}w{zw~ztnryn|vryznzrrnprsnuvtn
t|s{u{rxnt}{tnwxywznsryunwxywznrsn|{qznwxywznw|nrr|tnurn
yxu{rxnwxywzn{|unwxywzn|utqnwxywzntun{xnrstsnurnp{xnuvtnt}{tn
|t{p{wu{rx|n

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

:8

1235678989
2 668 567  38898
87 7 6! 

LMLMNOPQROSTUVWXOYOSUTZ[\VO]^[_OW`aObTUVWXO]^[_O

c='cd6e#$)-.=-()F#*5f#$)-&)>*'F(2g='&()-$)',h)='cd6e#$)-.,*(f.-i()='f#$)-.>*'Fji
,'G-%.)2c=*(>*'F5-k'(<'))*&<()-$)','-(*'$h'(f'+*-..iG#$j'<*&&*&<%('$(2
c='f#$)-.>*'Ff$#>*,'(-)-(kD#$*'&)',>*'F#G)=')##.(G#$F#$k*&<#&)='f$#l'+)2E'$'hi#%+-&
m%*+k.i,'+*,'F=-)i#%F-&))#,#-&,#f'&)=')##.G#$)=')-(k-)=-&,2dG&'+'((-$ih-+=-&<'
)#)='f$#l'+)>*'F)-k'(f.-+'-%)#5-)*+-..iG#$)='('.'+)',)-(k2
"*<%$':(=#F()='f#$)-.>*'F26))='j#))#5.'G)h)='$'*(-&#f)*#&)#(F*)+=j')F''&)=*(>*'F
-&,)='f$#l'+)>*'F2

"*<%$':ne#$)-.>*'F

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

:?

1235678989
2 668 567  38898
87 7 6! 

K='L$#M'+)>*'FN-((=#F&*&"*<%$'8N*(%(',G#$=-$,F-$'+#&G*<%$-)*#&NL$#<$-55*&<N+$'-)*#&
#G)='>*(%-.*O-)*#&-&,5-&P#)='$)-(Q(2
RP,'G-%.)N)='L$#M'+)>*'F,*(L.-P()='5'&%S-$F*)=)=')##.S-$(-))=')#LN)='L$#M'+))$''F*)=
-..+#5L#&'&)(#G-L$#M'+)#&)='.'G)-&,)='(#D+-..',T)-(Q+-$,(TF*)=*&()$%+)*#&(-&,.*S$-$*'(N
G#$'J-5L.'N#&)='$*<=)2
UG-&'.'5'&)VG#$'J-5L.'N)=','>*+'+#&G*<%$-)*#&W*(('.'+)',*&)='L$#M'+))$''N*)*(,*(L.-P',*&
)='+'&)'$-&,+-&S'F#$Q',#&)='$'2

"*<%$'8XY$#M'+)>*'F

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

:?

1235678989
2 668 567  38898
87 7 6! 

KLKLMNOPQRSNQTUURVWQNXYZNU[TN\]^N_YZUP`N

a b('$(+-&(c'+*Gd)='*$#F&,'G-%.)('))*&<(G#$+'$)-*&('))*&<(*&)='ef6g#$)-.26G'F
*5c#$)-&)('))*&<(-$'(=#F&='$'2
a f&)='c$#h'+)>*'Fi('.'+))='a jkc)*#&(j5'&%-&,)='&a j4'))*&<(j2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:?9I2,#+J

:?

1235678989
2 668 567  38898
87 7 6! 

K L&'M-(*+('))*&<*()='('.'+)*#&#F)='%('$*&)'$F-+'.-&<%-<'-&,)='.-&<%-<'F#$)='
N$#<$-5,*(N.-O2P&)='+%$$*+%.%5()#F#..#EQR@&<.*(=RE*..M'%(',F#$M#)=('))*&<(2
K S&,'$R7'&'$-.R*&R4'))*&<(RQ('.'+)K RS('$*&)'$F-+'.-&<%-<'K @&<.*(=R-&,
RT&'5#&*+K P&)'$&-)*#&-.R2

UVWXYZ[\]^]Z^]__`ab^ZcdaZdefdg^Zh]Zc\dab]ijZ

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

:;

1235678989
2 668 567  38898
87 7 6! 

KLKLMNOPQNQRPNSTNUVVWPXXNYZNQRPN[WY\WU]]^Z\NVP_^`PN
a#b$#<$-5-&4cd6ac@4?D:899+#&)$#..'$G$#5)='e@f)='b$#<$-55*&<,'>*+'#$-.-b)#bf
g#%&'',-a@ehce+#&&'+)*#&#$-&#b)*#&-.e/i"cjk4+#&&'+)*#&2
"#$)='e@-&,4cd6ac@4?D:899)#+#55%&*+-)'F*)='-+=#)='$>*-a@ehcef*)*(*5b#$)-&))=-)
)='ce-,,$'(('(#Gl#)=,'>*+'(5-)+=2
"*$()fF'(=#Fg#%=#F)#('))='ce-,,$'((#G-e@F*)=m*&,#F(?#b'$-)*&<(g()'52
n o#+-)')='&')F#$p*+#&*&)=')-(pl-$-))='l#))#5
-&,4=-$*&<@'&)'$q2

-&,+.*+pn qib'&C')F#$p

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4?D:8:H@B/:I9H2,#+J

:?

1235678989
2 668 567  38898
87 7 6! 

L M&)='#N'&C')F#$O-&,4=-$*&<@'&)'$F*&,#FP+.*+OL Q@=-&<'-,-N)'$('))*&<(Q2

L 4'.'+))=','(*$',L QR#+-.6$'-@#&&'+)*#&Q)=-)S#%F-&))#%(')#+#&&'+))#)='
+#&)$#..'$-&,+.*+OL QT$#N'$)*'(Q2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

:?

1235678989
2 668 567  38898
87 7 6! 

L C'K)M('.'+)L NO$#P'$)*'(NG#$L NQ&)'$&')O$#)#+#.R'$(*#&IST@OUQOVN2

L W#%+-&%(')='G#..#F*&<-,,$'((MG#$'K-5P.'L QO-,,$'((X:?82:;Y292??L 4%Z&')


5-([8JJ28JJ28JJ29-&,-++'P))='('))*&<(SL N\]NV

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

:?

1235678989
2 668 567  38898
87 7 6! 

KLKLMNOPQNQRPNSTNUVVWPXXNYZNQRPN[T\N

]='^_-,,$'((#F4^`6]^?4GC:899*((')-(F#..#E(2
a 4'.'+))=']#)-..b^&)'<$-)',6%)#5-)*#&_#$)-.F#$)=*(cE=*+=*(#d'&',='$'E*)=,#%e.'C+.*+fga ]^6_#$)-.h:ij

a 4'.'+)a kl&.*&'0,*-<&#()*+(kc-&,#d'&)='akd$#m'+)>*'Ek2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

89

1235678989
2 668 567  38898
87 7 6! 

K L&)='M$#N'+))$''%&,'$K OP&.*&'-++'((OQ('.'+))='&')E#$R-,-M)'$)=-)E-((')
M$'>*#%(.S2LFS#%+.*+RK OTM,-)'-++'((*U.','>*+'(O='$'QS#%('')='LV-,,$'((W*F
M$'>*#%(.S(')X#$)='Y6?-,,$'((W*FLV-,,$'((&#)S')-((*<&',X#F)='+#&&'+)',
4LY6ZL?4GC:89924'.'+)K OP&.*&'0,*-<&#()*+(O='$'2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

8:

1235678989
2 668 567  38898
87 7 6! 

K L&,'$K M"%&+)*#&(MNO#%&#EF*&,)='K M6((*<&PQ-,,$'((M*)'52@&)'$)='F#..#E*&<PQ


-,,$'((='$'R'J-5S.'TUK PQ-,,$'((U:V82:;W292:K 4%X&')5-(Y8II28II28II292
?.*+YK M6((*<&PQ-,,$'((M-&,)=*(&'E-,,$'((E*..X'-((*<&',)#O#%$4PZ6[P?
4GC:8992

K PF)='PQ-,,$'((E-(&#)(%++'((F%..O-((*<&',NO#%E*..$'+'*>'-5'((-<'*&)='K
MP&F#ME*&,#E%&,'$K M7'&'$-.M2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

88

1235678989
2 668 567  38898
87 7 6! 

LMLMN OPQRSTPURVPUWXYRSTZUQPRR[\]QUSWURVPU^_`U

a bG)='bc-,,$'((+#%.,&#)d'-((*<&',e)='f$#<$-5,-)-#&)='@cg5%()d','.')',2
h=*(*(,#&'di$'('))*&<)='@cg2h#$'('))='+#&)$#..'$e('.'+))='a j/'('))#G-+)#$i
('))*&<(jG%&+)*#&-&,+.*+ka j/'(')j2

a @#&G*$5)='f$#5f)-(k*&<*Gi#%$'-..iF-&))#$'('))='5#,%.'F*)=a jl'(j2

a bG&'+'((-$ie()#f)='@cg2ma jl'(jn

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

8?

1235678989
2 668 567  38898
87 7 6! 

K57LM

@$'-)'-N$#O'+)%&,+#&G*<%$')='+#5N-+)@PQ#GR#%$=-$,F-$'SF=*+=+#$$'(N#&,()##&'N-$)
#G)='1521TU8V2WK21@X1@X1@Y$-*&'$P-+Z-<'2
[ 4\]6Y\@4HD:899S@PQ:8:?@1@X1@X1@
^_$,'$&%5`'$a;A4H8:?D:67?9D9bc9d

e 79989


c'+-%(')=*(*(-&'F(R()'5S-&'FN$#O'+)5%()`'+$'-)',2
Y='=-$,F-$'G#$)=*(N$#O'+)*(-.$'-,R(N'+*G*',F*)=)='4\]6Y\@4HD:899S@PQ:8:?@
1@X1@X1@Y$-*&'$P-+Z-<'SY='$'G#$'S-('.'+)*#&,#'(&#)=->')#`'5-,'2\&()'-,S)='.*()',
@PQ#G)='Y$-*&'$P-+Z-<'#&.R=-()#`'*&('$)',*&)='N$#O'+)2Y#'&(%$')=-))='+#$$'+)
5#,%.'*(*&('$)',S)='#$,'$&%5`'$G$#5)='Y-(Z(=#%.,`'+='+Z',-<-*&,*$'+).R#&)='
*&()-..',,'>*+'^(''Y-`.':d2
Y='A)='$&')*&)'$G-+'5%()`'(')G#$)='+#&G*<%$-)*#&#G)='@PQ2"#$)=',*<*)-.-&,-&-.#<
*&N%)(-&,#%)N%)(S)='-,,$'((-$'-(+#$$'(N#&,*&<)#Y-`.':F*..`'(')2
 
f669 g6
@PQ:8:?@1@X1@X1@ ;A4H8:?D:67?9D9bc9

1 
:

Y-`.':a_>'$>*'F#G)='N.-&&',+#&G*<%$-)*#&

6LL767
1\929D:2I
1h929D:2:
6\;?X;;

6()='G*&-.()'NS)='=-$,F-$'+#&G*<%$-)*#&5%()`'+#5N*.',-&,,#F&.#-,',26&R'$$#$(
N$'('&)+-&`',')'+)',,%$*&<+#5N*.*&<-&,*&+#$$'+)5#,%.'(+-&`',')'+)',F='&)='
+#&)$#..'$*(()-$)',ijklmnojppqrlsntusknuvwxtvwsnqpnowspskynvkxnqkpyvllsxnqxskyqzvllm{2n
Y=')'()',N$#O'+)5%()`'(->',-&,-$+=*>',2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

8?

1235678989
2 668 567  38898
87 7 6! 

16  6KLM!KL89K6 89K

N#%+-&G*&,*&()$%+)*#&(#&=#F)#+-$$O#%)P.-&&*&<Q'.#F2RGO#%-.$'-,O=->')='$'.'>-&)
P$'>*#%(S&#F.',<'T*)F*..Q'(%GG*+*'&))#G#+%(#&)='&%5Q'$',()'P(2U)='$F*('T(*5P.OG#..#F
)=',')-*.',()'P(*&)='*&()$%+)*#&(2

;2: 26779VL6W 

X 4'.'+))='Y#)-..OR&)'<$-)',6%)#5-)*#&Z#$)-.G#$)=*(TF=*+=*(#P'&',='$'F*)=,#%Q.'D+.*+S[X YR6Z#$)-.\:]^

X R&)='P#$)-.>*'F%&,'$)='_4)-$)_5'&%T('.'+))='+#55-&,X _@$'-)'&'FP$#`'+)_2

X a#,*GOZ$#`'+)&-5'TZ-)=T6%)=#$-&,@#55'&)-(-PP$#P$*-)'-&,+.*+SX _@$'-)'_2

X Y='P$#`'+)F*..Q'+$'-)',-&,#P'&',-&,)='_4)-$)_5'&%T_"*$()()'P(_F*..#P'&
-%)#5-)*+-..O2
"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:?9I2,#+J

8?

1235678989
2 668 567  38898
87 7 6! 

;28 9K6L2MN2222

O P&)='O Q4)-$)QR#$)-.S('.'+)O Q"*$()()'R(QO Q1'>*+'(0B')E#$T(QO Q?#&F*<%$','>*+'Q2

O U='Q4=#E-..,'>*+'(Q5'&%#R'&(*&)='Q1'>*+'(0B')E#$T(QR#$)-.2
O 4E*)+=)#)='Q6,,&'E,'>*+'Q5'&%2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4?@A@BA9::C:9:D-$,E-$'?#&F*<%$-)*#&4GC:8:H?A/:I9H2,#+J

8;

1235678989
2 668 567  38898
87 7 6! 

K L='(M'+*G*',5#,'.#G)='@NOF*..&#FP'-,,',-(-&'F,'>*+'2
Q@#&)$#..'$(K 4RS6LR@4?D:899K @NOK @NO:8:H@1@T1@T1@K ;A4?8:HD:67H9D
9UV9K WH2:X

K 6((*<&-,'>*+'&-5'Q1'>*+'&-5'K Y@NOB:8:H@YX2

K 4'.'+)YZM'&,'>*+'>*'FY2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4?D:8:H@B/:I9H2,#+J

8?

1235678989
2 668 567  38898
87 7 6! 

L @.*+MN6,,N2

OPQRSTUVWTXWYZ[WXT\]^T_`aTV`bWT_cdeZfdWTbW[YZghYTeV`eTXZiiW[TZhTichjeZgh`dZeaTklg[mT
_W_g[anTZheWo[`eWXT_W_g[anTeWjVhgdgoaTichjeZghYnTWejpqpTrhTeVZYTj`YWnTagcTYVgcdXTWhYc[WT
eV`eTeVWTYWdWjeWXT\]^T_WWeYTeVWT[WscZ[W_WheYTfd`jWXTghTZepT

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

8?

1235678989
2 668 567  38898
87 7 6! 

L='LM6N#$)-.&#F(F*)+='(-%)#5-)*+-..O)#)='P$#Q'+)>*'F-&,,*(P.-O()='('.'+)',
@NR*&)=','>*+'+#&G*<%$-)*#&#&(.#):#G-$-*.2

STUVWXYZ[X\]^X^Z_X\Z^`ab[cdXefdXghiX]\\Zcja^bXeZXkZ[cXlmd\a`a\]eaZ^lXefdcdnXhZllaopdX
ldeea^blXa^\p[jdXefdXhqrstuvwXa^edc`]\dxXle]ce[mX\f]c]\edcalea\lxX\k\pdxXm]ll_ZcjX
mcZed\eaZ^xX\Zyy[^a\]eaZ^XpZ]jX]^jXy]^kXyZcdnX

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

8?

1235678989
2 668 567  38898
87 7 6! 

;2? 29L8
6M3M69896L7 LM2NO2222

P 4'.'+))='@QRF*)=-,#%S.'D+.*+T
P R&,'$P UQ$#V'$)*'(UW#V'&)='P UQ/X"YCAZ*&)'$G-+'[\:]U5'&%-&,('.'+))='P
UA)='$&')-,,$'(('(U'&)$^2

P R&,'$UY&)'$G-+'&')F#$T',F*)=UW#&.^)='UC#)&')F#$T',U'&)$^*(->-*.-S.'2
P 6,,-&A)='$&')(%S&')F*)=)='P U6,,&'F(%S&')US%))#&2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

?9

1235678989
2 668 567  38898
87 7 6! 

L M''N)='N$'-((*<&',OPQ-,,$'((O-&,O4%R&')5-(SO2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

?:

1235678989
2 668 567  38898
87 7 6! 

;2I 29L8
6M76NN767N

O P='&'K)()'Q*()#+='+R)='-,,$'((-$'-(#G)='*&Q%)(-&,#%)Q%)(-&,-,-Q))='5*G
STUTVVWXYZ[\]^\_[V`abcd[`WeT[WS[WddXTVV[WXTW[af[ghi[WSd[j][V`abcd[`WeT[WS[WddXTVV[
WXTW[af[klhkmZ[nO 1'>*+'#>'$>*'FO 1o:Ip1q:9B:O o-,,$'((r922:O q-,,$'((r
9222:O 6o8B:O ][WddXTVVs[klhkmt

uvwxyz{|z}~|zz~z~zz|z|zz|zz~z}z|zz|z
zz|z~z~z}z|z~z~z||z

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

?8

1235678989
2 668 567  38898
87 7 6! 

;2J 17L79 M8 NN76O76 9P8


6789

Q R'G#$'S#%+#5T*.')='+#&G*<%$-)*#&US#%(=#%.,(->'S#%$T$#V'+)WS+.*+X*&<)='Q
W%))#&2Y#+#5T*.'S#%$@Z[F*)=)=','>*+'+#&G*<%$-)*#&UG*$()('.'+))='
Q \@Z[B:8:I@]@Z[:8:I@1@^1@^1@_\G#.,'$-&,+.*+X)='Q \@#5T*.'\*+#&2

`abcdefghijeklmnjopfeqrmstuevjesqjuehwhxyehyuehwhxyezrjyezml{xywemyeheklmnjopeqxyoje
prxqeumjqeymperhkkjyehspm|hpxohtt}~eeklm|kpepmeqhijeprjeklmnjopemyt}emooslqezrjyeprje
emlphtexqeotmqju~e
Q G)='T$#V'+)F-(+#5T*.',F*)=#%)'$$#$(US#%('')='G#..#F*&<(+$''&2e

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

??

1235678989
2 668 567  38898
87 7 6! 

;2; L9 7MM76L76 9N8


6789MO8 

P Q#,#G&.#-,R#%$+#5S.')'ATUV('.'+))='P WATUC:8:@AXATU:8:@A1AY1AY1AZW
H#.,'$-&,+.*+[)=' P W1#G&.#-,W*+#&2

P Q='5-&-<'$H#$+#&H*<%$*&<)='+#&&'+)*#&S$#S'$)*'(\'K)'&,',,#G&.#-,]#S'&(2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:@AC/:J9@2,#+K

?@

1235678989
2 668 567  38898
87 7 6! 

L "*$()M)='*&)'$H-+'5%()N'+#$$'+).O('.'+)',2P=*(=-QQ'&(*&)=$''()'Q(2
L POQ'#H)='R7SRA*&)'$H-+'L RDSTB

LR7SRA*&)'$H-+'L ='$'UT&)'.V/WB)='$&')A#&&'+)*#&T8:IEXY

L A#&&'+)*#&)#*&)'$H-+'S(%N&')L ZRDSTBC:Z

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:JAC/:@9J2,#+K

?@

1235678989
2 668 567  38898
87 7 6! 

L M='L N4=#F-..+#5O-)*P.','>*+'(N+='+QP#K5%()P'('.'+)',2M='('-$+=G#$
,'>*+'(*&)='&')F#$Q*(()-$)',PR+.*+Q*&<)='L
P%))#&2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:J9I2,#+K

?;

1235678989
2 668 567  38898
87 7 6! 

L MHN#%$AOP*((=#G&*&)='QA#5R-)*S.','>*+'(*&)-$<')(%S&')Q.*()TN#%5%()('.'+)*)2
U=',#G&.#-,+-&)='&S'()-$)',VL AOP:8:IA1AW1AW1AL QX#-,QY2

L Z#%H*$()#S)-*&-R$'>*'G2A#&H*$5)='R$#5R)L Q[>'$G$*)'-..Q-&,+#&)*&%'G*)=L
QX#-,Q2

\]^_`abcda aefghijaecikjlahdamnenhjdanoadmdpfajnodaiqarcdastiulavpdmndwsxyikazuoaqnola
ullnrnioujanoqipgurnioanoarcdas{deeu|dsazijkgoxa

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4@E:8:IAC/:J9I2,#+K

?@

1235678989
2 668 567  38898
87 7 6! 

M N='M O4)-$)-..O#P)*#&G*..Q'('.'+)',&'L)Q'H#$')=',#G&.#-,#P'$-)*#&+-&Q'
+#5P.')',G*)=M O"*&*(=O2

M 6H)'$-(%++'((H%.,#G&.#-,R)='P$#S'+)>*'GG*..#P'&-<-*&-%)#5-)*+-..T26.#-,*&<
$'P#$)-PP'-$(*&)='*&H#$5-)*#&H*'.,%&,'$O7'&'$-.O2N=*(+-&Q'='.PH%.G='&
)$#%Q.'(=##)*&<-&%&(%++'((H%.,#G&.#-,2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:JAC/:K9J2,#+L

?@

1235678989
2 668 567  38898
87 7 6! 

;2I M9 7NN76M76 9O8


6789NP21Q8 789
RS897 T
U VH&#=-$,G-$'*(W$'('&)X)='=-$,G-$'+#&H*<%$-)*#&+-&7 6978Y !Z',#G&.#-,',)#
-[\A(*5%.-)*#&]4IE[\A4V^_2
U `#,#(#Xa#%5%()H*$()()-$))='(*5%.-)*#&Za('.'+)*&<)='U bA[cC:8:JAdA[c:8:JA
1Ae1Ae1AfbH#.,'$-&,+.*+g*&<)=' U b4)-$)(*5%.-)*#&b*+#&2

U `='W$#5W))=-)-..#)='$#&.*&'*&)'$H-+'(G*..Z',*(-Z.',*(+#&H*$5',G*)=U bhib2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:JAC/:K9J2,#+L

?@

1235678989
2 668 567  38898
87 7 6! 

K L='M4HNO@4PQM(#G)F-$'*(()-$)',*&-('R-$-)'F*&,#F*&)='+#5R-+)>*'F2

K L='5-&-<'$G#$+#&G*<%$*&<)='+#&&'+)*#&R$#R'$)*'(S'J)'&,',,#F&.#-,T#R'&(
(=#$).U)='$'-G)'$2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

?9

1235678989
2 668 567  38898
87 7 6! 

K "*$()L)='*&)'$G-+'5%()M'+#$$'+).N('.'+)',2O=*(=-PP'&(*&)=$''()'P(2
K ONP'#G)='Q7RQ@*&)'$G-+'K QCRSA

KQ7RQ@*&)'$G-+'K QT@4SU4HD:899R4HD:I99

K @#&&'+)*#&)#*&)'$G-+'R(%M&')K VQCRSAB:V

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

?:

1235678989
2 668 567  38898
87 7 6! 

K L='K M4=#F-..+#5N-)*O.','>*+'(M+='+PO#J5%()O'('.'+)',2L='('-$+=G#$
,'>*+'(*&)='&')F#$P*(()-$)',OQ+.*+P*&<)='K
O%))#&2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

?8

1235678989
2 668 567  38898
87 7 6! 

L MH)='(*5%.-)*#&*((=#G&*&)='NA#5O-)*P.','>*+'(*&)-$<')(%P&')N.*()Q*)5%()P'
('.'+)',P'H#$')=',#G&.#-,+-&P'()-$)',RL NASTE:8994*5%.-)*#&NL NU#-,NV

L W#%H*$()#P)-*&-O$'>*'G2A#&H*$5)='O$#5O)L NX>'$G$*)'-..N-&,+#&)*&%'G*)=L
NU#-,N2

YZ[\]^_`a^ ^bcdefg^b`fhgi^ea^jkbkega^kl^ajamc^gkla^fn^o`a^pqfri^smajkatpuvfh^wrl^nkli^
riikokflrg^klnfmdrokfl^kl^o`a^pxabbryap^wfghdlu^

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:?AC/:J9?2,#+K

?@

1235678989
2 668 567  38898
87 7 6! 

K L='K M4)-$)-..M#N)*#&F*..O'('.'+)',&'J)O'G#$')=',#F&.#-,#N'$-)*#&+-&O'
+#5N.')',F*)=K M"*&*(=M2

K 6G)'$-(%++'((G%.,#F&.#-,P)='N$#Q'+)>*'FF*..#N'&-<-*&-%)#5-)*+-..R26.#-,*&<
$'N#$)-NN'-$(*&)='*&G#$5-)*#&G*'.,%&,'$M7'&'$-.M2L=*(+-&O'='.NG%.F='&
)$#%O.'(=##)*&<-&%&(%++'((G%.,#F&.#-,2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

??

1235678989
2 668 567  38898
87 7 6! 

K L='MNA4OP(*5%.-)*#&=-()='H#..#G*&<-QQ'-$-&+'*&)='Q$#R'+)>*'G2S#%+-&(G*)+=
)#)='+#5Q-+)>*'G#H)='(*5%.-)*#&TU+.*+V*&<)='K *+#&*&)='5'&%T-$2

K L='+#5Q-+)>*'G#H)='MNA4OP(*5%.-)*#&=-()='H#..#G*&<-QQ'-$-&+'2S#%+-&
(G*)+=T-+V)#)='Q$#R'+)>*'GTU+.*+V*&<)='K *+#&2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:?AC/:@9?2,#+J

?@

1235678989
2 668 567  38898
87 7 6! 

K L#%+-&('')=',#F&.#-,',+#&G*<%$-)*#&*&)='M$#N'+)>*'FOP,#%O.'D+.*+Q*&<K
R1'>*+'+#&G*<%$-)*#&R2

STUVWXYZ[\]^ZX_`a^Xa^X\X^ab]c\_adefXgd]X[\eed_XhZ_Z[_XZiidi^XaeX_`ZX`\ihj\iZX
[dekal]i\_adeXaeX_`a^X[\^ZmX

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:?@B/:I9?2,#+J

?;

1235678989
2 668 567  38898
87 7 6! 

;2K 6 L8MLN6O 

P Q#-$+=*>')='R$#S'+)T('.'+))='P U6$+=*>'222U+#55-&,*&)='P UV$#S'+)U5'&%2

P A#&H*$5)='R$#5R))#(->')='R$#S'+)G*)=P UW'(U2

P 4'.'+)-H#.,'$G='$'X#%G-&))#-$+=*>'X#%$R$#S'+)-&,(->'*)-(H*.')XR'UQY6V#$)-.
R$#S'+)-$+=*>'UZP UQY6V#$)-.R$#S'+)-$+=*>'UP U4ABCBDC9::E:9:CF-$,G-$'
+#&H*<%$-)*#&C4@E:8:?A222UP U4->'U[2

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4@E:8:?AC/:I9?2,#+J

?@

1235678989
2 668 567  38898
87 7 6! 

;2L 2M N 8O


PQ O 68R89
: S$#T'+)G-(+$'-)',
8 4.#):UASVG*)=+#$$'+)#$,'$&%5W'$
X 4.#):UASVG*)=+#$$'+)H*$5G-$'>'$(*#&
? 6,,$'((-$'-#H)=',*<*)-.*&Y%)(+#$$'+)
J 6,,$'((-$'-#H)=',*<*)-.#%)Y%)(+#$$'+)
; 6,,$'((-$'-#H)='-&-.#<*&Y%)(+#$$'+)
I F-$,G-$'+#&H*<%$-)*#&G-(+#5Y*.',G*)=#%)'$$#$5'((-<'
@ F-$,G-$'+#&H*<%$-)*#&G-(,#G&.#-,',G*)=#%)'$$#$5'((-<'
L S$#T'+)G-((%++'((H%..Z-$+=*>',

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:?AC/:J9?2,#+K

2R 

?@

1235678989
2 668 567  38898
87 7 6! 

L 3M6 8N

I2:57NOP3M6 8N

Q='=-$,G-$'+#&H*<%$-)*#&#H)='4RS6QRAATU:8:?A1AV1AV1AQ$-*&'$T-+W-<'*(&#)X%*)'
+#5Y.')'2R&('$))='H#..#G*&<5*((*&<(*<&-.Z#-$,2U(')='-,,$'((-$'-()-$)*&<H$#5;?H#$)='
-&-.#<#%)Y%)2[[
\ :]4RS6QRA4IE:899^(*<&-.Z#-$,6D6_`7`UQTUQ4a:8b8^:6`
c`$,'$&%5Z'$d;B4I8b8E?F6b9E9]a9e

I28 79989



fghijklmjnopgmomikhknqijqrjklmjkhstjqijuqvwjqxiyj

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4ABCBDC9::E:9:F-$,G-$'A#&H*<%$-)*#&4IE:8:?AC/:J9?2,#+K

?@

1235678989
2 668 567  38898
87 7 6! 

H2K 2L M 8NO3P6 8N


QR N 68S89
: 4*<&-.T#-$,F*)=+#$$'+)#$,'$&%5T'$
8 4*<&-.T#-$,F*)=+#$$'+)G*$5F-$'>'$(*#&
K 4*<&-.T#-$,-,,$'((-$'-#G-&-.#<#%)U%)+#$$'+)
I E-$,F-$'+#&G*<%$-)*#&F-(+#5U*.',F*)=#%)'$$#$5'((-<'
? E-$,F-$'+#&G*<%$-)*#&F-(,#F&.#-,',F*)=#%)'$$#$5'((-<'
; V$#W'+)F-((%++'((G%..X-$+=*>',

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:?9I2,#+J

2S 




?9

1235678989
2 668 567  38898
87 7 6! 

K8897 89L6789

M#%+-&G*&,-,,*)*#&-.*&G#$5-)*#&-(-&#$*'&)-)*#&-*,G#$*&*)*-.-&,-,>-&+',)$-*&*&<NG#$
'J-5O.'P7'))*&<4)-$)',N>*,'#(N)%)#$*-.(N-OO(N5-&%-.(NO$#<$-55*&<<%*,'.*&'(-&,)$*-.
(#G)F-$'QG*$5F-$'N-))='G#..#F*&<.*&RP

FFF2(*'5'&(2+#5Q(+'Q(HD:899

"#$%&$'()$*+)',%('*&',%+-)*#&-.-&,/01*&()*)%)*#&(234*'5'&(6789:;26..$*<=)($'('$>',2
4@ABACB9::D:9:E-$,F-$'@#&G*<%$-)*#&4HD:8:I@B/:?9I2,#+J

?:

Potrebbero piacerti anche