SINAMICS G120C: Speed Control with S7-1200 via Modbus RTU

Entry-ID: 109764623, V1.0, 02/2019

Siemens Industry Online Support

URL: https://support.industry.siemens.com/cs/ww/en/view/109764623

Legal Information

Use of Application Examples

Application examples illustrate the solution of automation tasks through an interaction of several components in the form of text, graphics and/or software modules. The application examples are a free service by Siemens AG and/or a subsidiary of Siemens AG ("Siemens"). They are non-binding and make no claim to completeness or functionality regarding configuration and equipment. The application examples merely offer help with typical tasks; they do not constitute customer-specific solutions. You yourself are responsible for the proper and safe operation of the products in accordance with applicable regulations and must also check the function of the respective application example and customize it for your system. Siemens grants you the non-exclusive, non-sublicensable and non-transferable right to have the application examples used by technically trained personnel. Any change to the application examples is your responsibility. Sharing the application examples with third parties or copying the application examples or excerpts thereof is permitted only in combination with your own products. The application examples are not required to undergo the customary tests and quality inspections of a chargeable product; they may have functional and performance defects as well as errors. It is your responsibility to use them in such a manner that any malfunctions that may occur do not result in property damage or injury to persons.

Disclaimer of Liability

Siemens shall not assume any liability, for any legal reason whatsoever, including, without limitation, liability for the usability, availability, completeness and freedom from defects of the application examples as well as for related information, configuration and performance data and any damage caused thereby. This shall not apply in cases of mandatory liability, for example under the German Product Liability Act, or in cases of intent, gross negligence, or culpable loss of life, bodily injury or damage to health, non-compliance with a guarantee, fraudulent non-disclosure of a defect, or culpable breach of material contractual obligations. Claims for damages arising from a breach of material contractual obligations shall however be limited to the foreseeable damage typical of the type of agreement, unless liability arises from intent or gross negligence or is based on loss of life, bodily injury or damage to health. The foregoing provisions do not imply any change in the burden of proof to your detriment. You shall indemnify Siemens against existing or future claims of third parties in this connection except where Siemens is mandatorily liable. By using the application examples you acknowledge that Siemens cannot be held liable for any damage beyond the liability provisions described.

Other Information

Siemens reserves the right to make changes to the application examples at any time without notice. In case of discrepancies between the suggestions in the application examples and other Siemens publications such as catalogs, the content of the other documentation shall have precedence. The Siemens terms of use (https://support.industry.siemens.com) shall also apply.

Security Information

Siemens provides products and solutions with industrial security functions that support the secure operation of plants, systems, machines and networks. In order to protect plants, systems, machines and networks against cyber threats, it is necessary to implement – and continuously maintain – a holistic, state-of-the-art industrial security concept. Siemens' products and solutions constitute one element of such a concept. Customers are responsible for preventing unauthorized access to their plants, systems, machines and networks. Such systems, machines and components should only be connected to an enterprise network or the Internet if and to the extent such a connection is necessary and only when appropriate security measures (e.g. firewalls and/or network segmentation) are in place. For additional information on industrial security measures that may be implemented, please visit https://www.siemens.com/industrialsecurity. Siemens' products and solutions undergo continuous development to make them more secure. Siemens strongly recommends that product updates are applied as soon as they are available and that the latest product versions are used. Use of product versions that are no longer supported, and failure to apply the latest updates may increase customer's exposure to cyber threats. To stay informed about product updates, subscribe to the Siemens Industrial Security RSS Feed at: https://www.siemens.com/industrialsecurity.

1 Task

NOTICE: This reference only can be used in China and India.

Introduction

SINAMICS G120C drives are able to exchange data via the RS485 interface and via Modbus RTU with a SINAMICS S7-1200 controller.

Overview of the Automation Task

The figure below provides an overview of the automation task.

Figure 1-1: Overview of the automation task. A network diagram showing a CM1241 RS422/RS485 module connected to a SIMATIC PLC S7-1217C via Ethernet. The PLC is connected to a PC/PG via USB. The G120C drive is connected to a 3-phase asynchronous motor via a power cable and to the PLC via RS485.

2 Solution

Solution Overview

The following figure displays the most important components of the solution.

Figure 2-1: Overview of the most important components. A simplified diagram showing a PG/PC with TIA-Portal connected to a SIMATIC S7-1200, which is connected to a SINAMICS G120C.

Delimitation

This application does not include a description of:

Basic knowledge of these topics is assumed.

Required Knowledge

Basic knowledge on TIA Portal is assumed.

2.2 Hardware and Software Components

2.2.1 Validity

This application example is valid for:

2.2.2 Used Components

The application was generated with the following components:

Hardware Components

ComponentNo.Article numberNote
SIMATIC S7-1200 1217C DC/DC/DC16ES7217-1AG40-0XB0V4.1
CM1241 RS422/RS48516ES7 241-1CH32-0XB0V2.1
SINAMICS G120C16SL3210-1KE15-8UB1V4.7.6

Standard Software Components

ComponentNo.Article numberNote
TIA Portal Professional16AV2103-0AA05-0AA7V15
Startdrive16SL3072-4FA02-0XA0V15

Sample Files and Projects

The following list includes all files and projects that are used in this example.

ComponentNote
109764623_G120C_Modbus-communication_PROJ_V10.zipProject file
109764623_G120C_Modbus-communication_DOC_V10_en.pdfReference document

3 Basics of Modbus Introduction

Overview of Communication using Modbus RTU Communication

Modbus RTU (Remote Terminal Unit) is a standard protocol for communication in the network and uses the RS232 or RS422/485 connection for serial data transmission between Modbus devices in the network.

Modbus RTU uses a master/slave network in which all communication is triggered by a single master device while the slaves can only respond to the request of the master. The master sends a request to a slave address and only the slave with this slave address responds to the command.

NOTE: Exception: Modbus slave address 0 sends a broadcast frame to all slaves (without slave response).

Implementation with SIMATIC S7-1200

The application uses the following system instructions:

Figure 3-1: Modbus introduction for S7-1200. Shows system instructions like S7 communication, WEB Server, Communication processor, MODBUS (RTU), MB_COMM_LOAD, MB_MASTER, MB_SLAVE.

3.1 Overview Modbus RTU System Instruction

3.1.1 MB_Comm_Load (S7-1200)

Description

The MB_Comm_Load instruction configures a communication module for communication by means of the Modbus protocol. An instance data block is automatically assigned when you add the MB_Comm_Load instruction in your program.

Figure 3-1: MB_Comm_Load system instruction. Shows inputs like EN, REQ, PORT, BAUD, PARITY, MB_DB and outputs like ENO, DONE, ERROR, STATUS.

Parameter

The following table shows the parameters of MB_Comm_Load:

ParameterIN / OUTData typeDefaultDescription
REQINBoolFalseStarts the instruction upon a positive edge of this input.
PORTINPORT0Specifies the communication module which is used for the communication: For S7-1500/S7-1200 the "HW identifier" from the device configuration will be used. The symbolic port name is assigned in the "System constants" tab of the PLC tag table and can be applied from there.
BAUDINUDInt9600Selection of the data transmission rate. Valid values are: 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 76800, 115200 bit/s.
PARITYINUInt0Selection of parity: 0 - None, 1 - Odd, 2 - Even
MB_DBIN/OUTMB_BASE-A reference to the instance data block of the MB_Master or MB_Slave instructions. The MB_DB parameter must be connected with the (static and therefore not visible in the instruction) MB_DB parameter of the MB_Master or MB_Slave instruction.
DONEOUTBoolFalseThe DONE bit is TRUE for one cycle after the last request has been completed without errors.
ERROROUTBoolFalseThe ERROR bit is TRUE for one cycle after the last request has been completed with errors. The error code in the STATUS parameter is only valid in the cycle in which ERROR = TRUE.
STATUSOUTWord16#7000Error code

3.1.2 MB_Master (S7-1200)

Description

The MB_Master instruction communicates as Modbus master via a port configured by the MB_Comm_Load instruction. An instance data block is automatically assigned when you add the MB_Master instruction in your program. The MB_DB parameter of the MB_Comm_Load instruction must be connected to the (static) MB_DB parameter of the MB_Master instruction.

Figure 3-3: MB_Master system instruction. Shows inputs like EN, REQ, MB_ADDR, MODE, DATA_ADDR, DATA_LEN, DATA_PTR and outputs like ENO, DONE, BUSY, ERROR, STATUS.

Parameter

The following table shows the parameters of MB_Master:

ParametersDeclarationData typeStandardDescription
REQINBoolFALSEFALSE = no request
TRUE = request to send data to the Modbus slave
MB_ADDRINUInt-Modbus RTU station address: The value 0 is reserved for the broadcast of a frame to all Modbus slaves. Only the Modbus function codes 05, 06, 15 and 16 are supported for the broadcast.
MODEINUSInt0Mode selection: Specifies the type of request (read, write or diagnostics).
DATA_ADDRINUDInt0Start address in the slave: Specifies the start address of the data that is accessed in the Modbus slave.
DATA_LENINWord0Data length: Specifies the number of bits or words this instruction is to access. The valid lengths are listed in the table of Modbus functions below.
DATA_PTRIN/OUTVariant-Data pointer: Points to the flag or DB address for the data to be written or read. As of instruction version V3.0: The parameter may point to an optimized memory area. In the optimized memory area, a single element or an array is permitted with the following data types: Bool, Byte, Char, Word, Int, DWord, DInt, Real, USInt, UInt, UDInt, SInt, WChar. Every other data type results in error message 16#818C.
DONEOUTBoolFALSEThe DONE bit is TRUE for one cycle after the last request has been completed without errors.
BUSYOUTBool-FALSE - no command active for Modbus Master
TRUE - command for Modbus_Master in progress
ERROROUTBoolFALSEThe ERROR bit is TRUE for one cycle after the last request has been completed with errors. The error code in the STATUS parameter is only valid in the cycle in which ERROR = TRUE
STATUSOUTBool0Error code

NOTE: The input value used in this application will described in chapter 4.

3.1.3 Drive Parameters for Drive Control via Modbus RTU

Modbus RTU is used to transfer cyclic process data and acyclic parameter data between precisely one master and up to 247 slaves.

Settings for Modbus RTU

ParameterExplanation
p2020=8Fieldbus interface baudrate (Factory setting: 7)
5: 4800 baud
6: 9600 baud
7: 19200 baud
8: 38400 baud
9: 57600 baud
10: 76800 baud
11: 93750 baud
12: 115200 baud
13: 187500 baud
p2021Fieldbus interface address (Factory setting: 1)
Valid addresses: 1 ... 247.
The parameter is only active if address 0 is set at the Control Unit address switch.
A change only becomes effective after the inverter power supply has been switched off and switched on again.
p2024Fieldbus interface times (Factory setting: [0] 1000 ms, [2] 0 ms)
[0] Maximum permissible telegram processing time of the Modbus slave
[2] dead time between two telegrams
p2029Fieldbus interface error statistics
[0] number of error-free telegrams
[1] number of rejected telegrams
[2] number of framing errors
[3] number of overrun errors
[4] number of parity errors
[5] number of starting character errors
[6] number of checksum errors
[7] number of length errors
p2030=2Fieldbus interface protocol selection: Modbus RTU
p2031Fieldbus interface Modbus parity (Factory setting: 2)
0: No parity
1: Odd parity
2: Even parity
p2040Fieldbus interface monitoring time (Factory setting: 10 s)
p2040 = 0: The monitoring is deactivated

NOTE: The input value used in this application will described in chapter 4.2.

3.2 Details of G120C Modbus Function

3.2.1 Control Word 1 (STW1)

BitSignificanceExplanationSignal interconnection in the inverter
00 = OFF1The motor brakes with the ramp-down time p1121 of the ramp-function generator. The inverter switches off the motor at standstill.p0840[0]=r2090.0
1 = ONThe inverter goes into the "ready" state. If, in addition bit 3 = 1, then the inverter switches on the motor.
10 = OFF2Switch off the motor immediately, the motor then coasts down to a standstillp0844[0]=r2090.1
1 = No OFF2The motor can be switched on (ON command).
20 = Quick stop (OFF3)Quick stop: The motor brakes with the OFF3 ramp-down time p1135 down to standstill.p0848[0]=r2090.2
1 = No quick stop (OFF3)The motor can be switched on (ON command)
30 = Inhibit operationImmediately switch-off motor (cancel pulses).p0852[0]=r2090.3
1 = Enable operationSwitch-on motor (pulses can be enabled).
40 = Disable RFGThe inverter immediately sets its ramp-function generator output to 0.p1140[0]= r2090.4
1 = Do not disable RFGThe ramp-function generator can be enabled.
50 = Stop RFGThe output of the ramp-function generator stops at the actual value.p1141[0]=r2090.3
1 = Enable RFGThe output of the ramp-function generator follows the setpoint.
60 = Inhibit setpointThe inverter brakes the motor with the ramp-down time p1121 of the ramp-function generatorp1142[0]=r2090.6
1 = Enable setpointMotor accelerates with the ramp-up time p1120 to the setpoint.
70-1 = Acknowledge faultsAcknowledge fault. If the ON command is still active, the inverter switches to the "switching on inhibited" state.p2103[0]=r2090.7
8,9Reserved
100 = No control via PLCInverter ignores the process data from the fieldbus.p0854[0]=r2090.10
1 = Control via PLCControl via fieldbus, inverter accepts the process data from the fieldbus.
111 = Direction reversalInvert setpoint in the inverter.p1113[0]=r2090.11
12Reserved
131 = MOP upIncrease the setpoint saved in the motorized potentiometer.p1035[0]=r2090.13
141 = MOP downReduce the setpoint saved in the motorized potentiometerp1036[0]=r2090.14
15Reserved

3.2.2 Status Word 1 (ZSW1)

BitSignificanceRemarksSignal interconnection in the inverter
01 = Ready for switching onPower supply switched on; electronics initialized; pulses locked.p2080[0]=r0899.0
11 = ReadyMotor is switched on (ON/OFF = 1), no fault is active. With the command "Enable operation” (STW1.3), the inverter switches on the motor.p2080[1]=r0899.1
21 = Operation enabledMotor follows setpoint. See control word 1, bit 3.p2080[2]=r0899.2
31 = Fault activeThe inverter has a fault. Acknowledge fault using STW1.7.p2080[3]=r2139.3
41 = OFF2 inactiveCoast down to standstill is not active.p2080[4]=r0899.4
51 = OFF3 inactiveQuick stop is not active.p2080[5]=r0899.5
61 = Switching on inhibited activeIt is only possible to switch on the motor after an OFF1 followed by ON.p2080[6]=r0899.6
71 = Alarm activeMotor remains switched on; no acknowledgement is necessary.p2080[7]=r2139.7
81 = Speed deviation within the tolerance rangeSetpoint / actual value deviation within the tolerance range.p2080[8]=r2197.7
91 = Master control requestedThe automation system is requested to accept the inverter control.p2080[9]=r0899.0
101 = Comparison speed reached or exceededSpeed is greater than or equal to the corresponding maximum speed.p2080[0]=r2199.1
111 = Torque limit not reachedComparison value for current or torque has been fallen below.p2080[11]=r0056.13 /r1407.7
12Reservedp2080[12]=r0899.12
130 = Alarm, motor over temperatureInternal inverter actual value > 0p2080[13]=r2135.14
141 = Motor rotates clockwise
0 = Motor rotates counterclockwise
Internal inverter actual value < 0p2080[14]=r2197.3
150 = Alarm, inverter thermal overloadp2080[15]=r2135.15

3.3 Installation

The figure below shows the hardware configuration of the application:

CAUTION: Wrong wiring can damage the drive! In this application, the three phase 400V power supply is used. It is a must for you to check the supply voltage; otherwise, the drive can be damaged!

Figure 3-4: Hardware configuration. Shows a 3-phase 400V power supply connected to L1, L2, L3, PE terminals. A CM1241 RS422/RS485 module with 24V, 0V, PE connections is shown. A SIMATIC S7-1200 CPU 1217C is connected to the CM1241 via RS485 Port1 and to a PN/IE network. A G120C drive is connected to a 3-phase asynchronous motor (UVW terminals) and to the S7-1200 via RS485.
Figure 3-2: Modbus communication between CM1241 and G120C. Shows simplified wiring connections between the CM1241 and G120C terminals.

NOTE: The position of the bus termination switch for the frame sizes FSD – FSF can be found in the G120C manual [3].

4 Configuration

4.1 Configure PLC Project

The screenshots in the following tables are from G120C_Modbus RTU at S7-1200 project.

Table 4-1: Creation of new project and configuration of the PLC

Step 1: Open TIA Portal V15 in your PC and then click Create new project.

Step 2: Assign the new project a name G120C_ModbusatS7-1200.

Step 3: Click Create to finish the creation of a new project.

Step 4: Click Project view to change to project view.

Step 1: In the project tree, go to Devices & Network view.

Step 2: In the Hardware catalog task card, locate the available SIMATIC CPU (for example S7-1217 DC/DC/DC), select the right firmware and use drag and drop to move it to the graphic area of the Network view. In this area and in the project tree, it will be created as PLC_1.

Step 3: Select the CPU with a suitable version (for example V4.2 (S7-1200)).

Step 1: In the graphic area, select the SIMATIC controller and go to the Device view.

Step 2: In the Hardware catalog task card, locate the CM1241 (RS422/RS485) communication module, version V2.2 and use drag and drop to move it to an allowed slot left to the CPU in the graphic area of the network view.

If necessary, change the Ethernet address. To do this, double-click the CPU to open its properties.

Step 1: In the Device view double click on the CM1241 to configure the property.

Step 2: Go to the IO-Link in the RS422/485 interface card.

Step 3: Change the Baud rate to 38.4kbps.

Create your user program or if you want to use the supplied sample program – copy the following objects from the sample program to your new project.

Step 1: Compile the PLC_1 device in order to detect possible errors.

Step 2: Save the project.

4.2 G120C Configuration

Table 4-2: Quick Commissioning via Startdrive in TIA Portal V15

Step 1: Select network view.

Step 2: In the Hardware catalog task card, select the suitable G120C USS IP20, (for example 2.2kW UF) and use drag and drop to move it to the graphic area of the Network view. In this area, it will be created as G120C USS/MB.

Step 3: Select the drive with a suitable version (for example V4.7.9).

Step 1: In the project tree, go to the Commissioning under G120C USS/MB.

Step 2: Click the Commissioning Wizard function to open Commissioning Wizard dialog.

Step 1: Choose Expert at the Application class card.

Step 2: Click Next.

NOTICE: This application also can be finished in Standard Drive Control or Dynamic Drive Control application class.

Step 1: Choose U/f control with linear characteristic at the Open-loop/close-loop control type card.

Step 2: Click Next.

Step 1: Choose USS Fieldbus at the defaults of the setpoints/command sources card.

Step 2: Click Next.

Step 1: Choose IEC-Motor (50 Hz, SI units) for Standard.

Step 2: Input 400 V for the drive unit line supply voltage.

Step 3: Choose Load duty cycle with high overload for vector drives for the power unit application.

Step 4: Click Next.

Step 1: Choose No filter at the drive options card.

Step 2: Click Next.

Step 1: Choose Enter motor data for the Motor configuration.

Step 2: Choose Induction motor for the motor type.

Step 3: Choose Star for the connection type.

Step 4: Input the required motor data accordingly.

Step 5: Choose No sensor for the temperature sensor.

Step 6: Click Next.

Step 1: Choose No motor holding brake available at the motor holding brake card.

Step 2: Click Next.

Step 1: Input important parameters accordingly at the important parameters card.

Step 2: Click Next.

Step 1: Choose Standard drive for the Technology application.

Step 2: Choose Inhibited for the motor identification.

Step 3: Choose Complete calculation for the Calculation of the motor parameters.

Step 4: Click Next.

Click Finish.

4.3 Programming the PLC Logic

In this application example, the SINAMICS G120C drive is controlled by S7-1217 CPU via Modbus communication. To achieve this control, the following instructions have been added to the program:

These FBs are called in the user defined "Modbus_Com"(FB1) function block. The figure 4-1 shows the program structure.

Figure 4-1 Program structure. Shows OB1 (Main) calling FB1 (Modbus_Comm), which in turn calls MB_COMM_LOAD and MB_MASTER, using DB4 (Modbus_Comm_DB).

Table 4-3 is the details about the PLC logic programming.

Table 4-3 PLC Program

Step 1: Double-click Add new block in the program blocks.

Step 2: Select to create a new FB and give a name as Modbus_Comm.

Step 3: Click OK.

Configure the input and output as the table.

Configure the MB_Comm_Load function block as the table.

Configure the MB_Master function block as the table.

Open the Default tag table, and create the variables as the table.

Open OB1 and insert the FB1 to OB1, connect the input and output as the table.

Create a watch table as the table.

Step 1: Compile the program.

Step 2: Compiling is finished.

Step 3: Click download.

Click Load to load the program into PLC.

Click Finish and Save project.

4.4 Operating the Application

Table 4-2 Operation

Step 1: Go to Watch and force table: Modbus_Operation.

Step 2: Go Online.

Communication load enable:

1. Modify "Start Communication" with "True" (1).

2. When "Communication Done" is True,

3. Modify "Start Communication" "False" (0).

Start motor:

1. Set "Mode W/R" to 1.

2. Set "Master Address" to 40101.

3. Set "DATA_W/R" to 10.

1. Set "Master Address" to 40100.

2. Set "Data W/R" to 047E.

1. Set "Data W/R" to 047F.

Stop motor:

1. Set "Data W/R" to 047E.

5 Related Literature

ReferenceTopic
[1]Siemens Industry Online Support
http://support.industry.siemens.com
[2]Download page of this entry
https://support.industry.siemens.com/cs/ww/en/view/109764623
[3]G120C manual FW 4.7.10
https://support.industry.siemens.com/cs/ww/en/view/109757226

6 Contact

Siemens Ltd., China

DF MC GMC-G

No. 18 Siemens Road

Jiangning Development Zone

Nanjing, 211100

China

mailto: mc_gmc_mp_asia.cn@siemens.com

7 History

VersionDateModifications
V1.012/2018First version

PDF preview unavailable. Download the PDF instead.

109764623 G120C Modbus-communication DOC V10 en 䵩捲潳潦璮⁗潲搠㈰ㄶ㬠浯摩晩敤⁵獩湧⁩呥硴‴⸲⸰⁢礠ㅔ㍘

Related Documents

Preview Speed Control with SIMATIC S7-1200 and SINAMICS V90PN via PROFINET
A guide detailing the implementation of speed control using Siemens SIMATIC S7-1200 PLC and SINAMICS V90PN drive over PROFINET communication, covering configuration, installation, and operation.
Preview Siemens SIMATIC ET 200L, ET 200L-SC, ET 200L-SC IM-SC Distributed I/O Device Manual
Comprehensive manual detailing the installation, wiring, commissioning, diagnostics, and technical specifications for Siemens SIMATIC ET 200L, ET 200L-SC, and ET 200L-SC IM-SC distributed I/O devices and Smart Connect SC systems.
Preview Siemens S7-1200 System Manual Update 01/2015: Corrections and New Information
This document provides crucial updates and corrections for the Siemens S7-1200 Programmable Controller System Manual, edition 01/2015, covering topics like Profibus communication, error conditions, wiring, firmware updates, and CE approvals.
Preview SINAMICS G: Telegram Extension for Position Controlled Drive - Siemens Application Example
This document provides a detailed guide on extending SINAMICS G120 telegrams for position-controlled drives using SIMATIC S7-1500. It covers the function principle, configuration steps, S7 program extension, installation, commissioning, and operating procedures.
Preview Siemens SIMATIC S7-1200 CPU 1214C DC/DC/DC Datasheet (6ES7214-1AG40-0XB0)
Comprehensive datasheet for the Siemens SIMATIC S7-1200 CPU 1214C DC/DC/DC (6ES7214-1AG40-0XB0), detailing technical specifications, supply voltage, memory, I/O, communication protocols, environmental conditions, and approvals.
Preview Guida Tecnica Pacchetti Hw e Sw Siemens SCE per il mondo EDU
Guida tecnica completa ai pacchetti hardware e software Siemens SCE (Siemens Automation Cooperates with Education) per la formazione nell'automazione industriale. Dettaglia soluzioni per l'educazione all'automazione, coprendo le principali tecnologie Siemens come SIMATIC TIA Portal, SIMATIC PCS 7, LOGO!, SINAMICS, SIMIT e altro.
Preview Siemens SIMATIC/SINAMICS S7-1500, S7-1200: Trace and Logic Analyzer Function Manual
This function manual from Siemens provides detailed guidance on using the trace and logic analyzer function for SIMATIC S7-1500, S7-1200, and SINAMICS automation systems. Learn about configuration, recording, analysis, and troubleshooting for industrial automation tasks.
Preview Siemens SCE: Soluciones de Automatización Industrial para la Educación
Descubra las soluciones de Siemens para la Formación (SCE), que ofrecen paquetes integrales de hardware y software para la enseñanza de automatización y digitalización industrial. Ideal para instituciones educativas y centros de formación.