Drive System SD2. S7 SD2 Service Channel SIEB & MEYER W. Description of Profibus to support the protocol for the service channel

Size: px
Start display at page:

Download "Drive System SD2. S7 SD2 Service Channel SIEB & MEYER W. Description of Profibus to support the protocol for the service channel"

Transcription

1 SIEB & MEYER W Drive System SD2 S7 SD2 Service Channel Description of Profibus to support the protocol for the service channel P-TD

2 W Copyright Copyright 2012 SIEB & MEYER AG. All rights reserved. This manual or extracts thereof may only be copied with the explicit authorization of SIEB & MEYER AG. Trademarks All product, font and company names mentioned in this manual may be trademarks or registered trademarks of their respective companies. SIEB & MEYER worldwide For questions regarding our products and technical problems please contact us. SIEB & MEYER AG Auf dem Schmaarkamp 21 D Lüneburg Germany Phone: Fax: support@sieb-meyer.de SIEB & MEYER Asia Co. Ltd. 4 Fl, No. 532, Sec. 1 Min-Sheng N. Road Kwei-Shan Hsiang 333 Tao-Yuan Hsien Taiwan Phone: Fax: smasia@ms42.hinet.net SIEB & MEYER Shenzhen Trading Co. Ltd. 1st floor, B room of D1 block, DongNan GongMao Building Dongjiaotou Shekou, Houhai Ave, Nanshan District Shenzhen City, P.R. China Phone: / Fax: sma-china@umail.hinet.net SIEB & MEYER USA, LLC 3975 Port Union Road Fairfield, OH USA Phone: Fax: info@sieb-meyerusa.com 2 Drive System SD2 - S7 SD2 Service Channel

3 W Chapter Overview Description of the Program S7_SD2_Service 1 Program Content 2 Program Control 3 Symbols 4 Application of Data Blocks 5 Programming the SERVOLINK 4 gateway 6 Hardware Description 7 Error Detection 8 SERVOLINK 4 gateway Test Assembly 9 Related Documents 10 Drive System SD2 - S7 SD2 Service Channel 3

4 Chapter Overview W 4 Drive System SD2 - S7 SD2 Service Channel

5 W Content 1 Description of the Program S7_SD2_Service Installation Program Content Organization block Function Blocks Global Data Blocks Instance Data Blocks User-defined Data Types Inputs S7 System Functions and S7 System Function Blocks Program Control Organization block OB_MAINPROG Function Blocks Function blockfb_swapint General Description Calling the Function Block Inputs and Outputs Function blockfb_swapdint General Description Calling the Function Block Inputs and Outputs Function blockfb_initdata General Description Calling the Function Block Inputs and Outputs Function blockfb_readobject General Description Calling the Function Block Inputs and Outputs Function blockfb_setarrayindex General Description Calling the Function Block Inputs and Outputs Function blockfb_writeobject General Description Calling the Function Block Inputs and Outputs Global Data Blocks Data BlockDB_ERRORCODE Data BlockDB_GLOBALDATA Data BlockDB_DRIVESTATE Instance Data Blocks User-defined Data Types User-defined Data Type TS_DRIVE_DATA_IN User-defined Data Type TS_DRIVE_DATA_IN User-defined Data Type TS_DRIVE_DATA_IN User-defined Data Type TS_DRIVE_DATA_IN User-defined Data Type TS_DRIVE_DATA_IN System Functions and Blocks Symbols Drive System SD2 - S7 SD2 Service Channel 5

6 Content W 4.1 Symbol Table Application of Data Blocks Hardware Configuration in the PLC GSD File Settings in the Hardware Configuration Defining the Addresses in the Modules Programming the Application Program Examples of the Functions Programming the SERVOLINK 4 gateway Hardware Description Connecting the Devices Error Detection Errors in S7 PLC Error in SERVOLINK 4 gateway Error in Drive Control SD2/SD2S SERVOLINK 4 gateway Test Assembly Front Panel Check of SIMATIC CPU LED Display Drive Check Object Access Related Documents Drive System SD2 - S7 SD2 Service Channel

7 W Description of the Program S7_SD2_Service 1 Description of the Program S7_SD2_Service 1 The program S7_SD2_Service makes it possible to connect a SD2/SD2S drive by SIEB & MEYER adapter to a SIMATIC S7 CPU with Profibus interface via a Profibus DP SERVOLINK 4 adapter. The program S7_SD2_Service has been created using the engineering tool S7- SCL V5.3. All data blocks necessary for the communication are involved in the program. In addition the program provides system blocks of the S7, which are used during the process. In order to use the program for the communication between S7 and the SD2/SD2S drive by SIEB & MEYER, you need the following hardware and software components: < SIMATIC STEP 7 starting form version 5.5 < SIMATIC S7 300(/400) starting from CPU 315-2DP < SIEB & MEYER SERVOLINK 4 gateway < SIEB & MEYER SD2/SD2S 1.1 Installation At first create a directory for the application program. Example:D:\Data\Siemens\SM_AG\S7Prog\S7_SD2_Service Copy the ZIP file of the program (e.g."s7_sd2_service_v100.zip") into the created directory. Unpack the ZIP file. Start the SIMATIC Manager. Select the menu "File ÿ Open". Click the button "Browse" to select the created directory and open the project "S7_SD2_Service". Drive System SD2 - S7 SD2 Service Channel 7

8 Description of the Program S7_SD2_Service W 1 8 Drive System SD2 - S7 SD2 Service Channel

9 W 2 Program Content Program Content The program S7_SD2_Service contains the following objects as SCL sources. As SCL sources they can be compiled to function and data blocks with the desired block number via the symbol table Organization block Symbolic name OB_MAINPROG Description Example main program 2.2 Function Blocks Symbolic name FB_SwapINT FB_SwapDINT FB_InitData FB_ReadObject FB_SetArrayIndex FB_WriteObject Description Changes the byte order in the integer value Changes the byte order in the long integer value Initialization of the process data Reads an object from the drive Sets the array index counter in the drive Writes on an object in the drive 2.3 Global Data Blocks Symbolic name DB_ERRORCODE DB_GLOBALDATA DB_DRIVESTATE Description Error codes Global variables for adaptation to the own project List of the drive states 2.4 Instance Data Blocks Symbolic name DB_SwapINT DB_SwapDINT DB_InitData DB_ReadObject0 DB_SetArrayIndex0 DB_WriteObject0 Description Instance data block for FB_SwapINT Instance data block for FB_SwapDINT Instance data block for FB_InitData Instance data block for FB_ReadObject Instance data block for FB_SetArrayIndex Instance data block for FB_WriteObject For additional drives you must create additional instance data blocks: < DB_ReadObjectX < DB_SetArrayIndexX < DB_WriteObjectX Drive System SD2 - S7 SD2 Service Channel 9

10 Program Content W 2.5 User-defined Data Types 2 Symbolic name TS_DRIVE_DATA_IN TS_DRIVE_DATA_IN TS_DRIVE_DATA_IN TS_DRIVE_DATA_IN TS_DRIVE_DATA_IN Description Data structure of the received data from Profibus Data structure of the transmitted data to Profibus Data structure of the drive data Data structure of the setpoints Data structure of the actual values 2.6 Inputs Variable Address Meaning I_ReadObject I 0.4 Start: read object I_WriteObject I 0.5 Start: write object I_SetArrayIndex I 0.6 Start: set array index 2.7 S7 System Functions and S7 System Function Blocks Function block Symbolic name Description SFC14 DPRD_DAT Read DP slaves SFC15 DPWR_DAT Write DP slave 10 Drive System SD2 - S7 SD2 Service Channel

11 W 3 Program Control Program Control This chapter provides information on the individual blocks and their functions. 3.1 Organization block OB_MAINPROG The program is controlled via the organization block OB_MAINPROG. The data from the bus is read, allocated to the drives, processed and written to the bus again. The individual program steps are processed by the function blocks. 3 Please note: At first the data must be copied from the Profibus module into the bus structure via SFC14 and at last the data must be copied from the bus structure back to the Profibus module via SFC15. Before the proper sequential control comes into operation, the data must be initialized ones when the program is started or after a fault. 3.2 Function Blocks Function blockfb_swapint General Description Using the function block FB_SwapINT the byte order of an Integer value is swapped. Byte order before: Byte order after: Byte0, Byte1 Byte1, Byte Calling the Function Block FB_SwapINT.DB_FB_SwapINT (value := DB_GLOBALDATA.SD2_Data[DrNo].OutData.ServiceIndex); Inputs and Outputs Parameter In / Out Type Description value in_out INT Variable for swapping Function blockfb_swapdint General Description Using the function block FB_SwapDINT the byte order of a LongInteger value is swapped. Drive System SD2 - S7 SD2 Service Channel 11

12 Program Control W Byte order before: Byte order after: Byte0, Byte1, Byte2, Byte3 Byte3, Byte2, Byte1, Byte Calling the Function Block FB_SwapDINT.DB_FB_SwapDINT 3 (value := DB_GLOBALDATA.SD2_Data[DrNo].OutData.ServiceValue); Inputs and Outputs Parameter In / Out Type Description value in_out DINT Variable for swapping Function blockfb_initdata General Description Before calling this block, the bus data must have been read once. Using the function block FB_InitData, the command bits are initialized and deposited in the drive structure via the status bits of the drive. The reference values are initialized with the value zero. Afterwards the initializing data should be transmitted once Calling the Function Block FB_InitData.DB_InitData (Drive := DB_GLOBALDATA.SD_Data[DrNo]); Inputs and Outputs Parameter In / Out Type Description Drive in_out TS_DRIVE_DA TA_IN Data structure of the drive Function blockfb_readobject General Description The function block FB_ReadObject allows read access to the object data of the drive. The document "Acyclic_Servolink_ServiceChannel.doc" provides information on the functional process of the access Calling the Function Block FB_ReadObject.DB_ReadObject0 (Execute := TRUE, Drive := DB_GLOBALDATA.SD_Drive[DrNo], ObjectIndex := 69, ObjectSubindex := 0); 12 Drive System SD2 - S7 SD2 Service Channel

13 W Program Control Inputs and Outputs Parameter In / Out Type Description Drive in_out TS_DRIVE_DA TA_IN Data structure of the drive Execute in BOOL TRUE: Start of the function block ObjectIndex in INT Index of the object ObjectSubindex in DINT Subindex of the object Busy out BOOL Function block is active Done out BOOL Function block is ready Error out BOOL Function block stopped due to error ErrorID out WORD Error number ReturnValue out DINT Return value of the reading process Function blockfb_setarrayindex General Description The function block FB_SetArrayIndex is used to set the subindex of an array object. Afterwards, during writing of the object, the subindex is increased automatically. The document "Acyclic_Servolink_ServiceChannel.doc" provides information on the functional process of the access. In order to set the array index to the first element, the calling parameter must have the value Calling the Function Block FB_SetArrayIndex.DB_SetArrayIndex0 (Execute := TRUE, Drive := DB_GLOBALDATA.SD_Drive[DrNo], ArrayIndex := 4); Inputs and Outputs Parameter In / Out Type Description Drive in_out TS_DRIVE_DA TA_IN Data structure of the drive Execute in BOOL TRUE: Start of the function block ArrayIndex in DINT Index Busy out BOOL Function block is active Done out BOOL Function block is ready Error out BOOL Function block stopped due to error ErrorID out WORD Error number Drive System SD2 - S7 SD2 Service Channel 13

14 Program Control W Function blockfb_writeobject General Description The function block FB_WriteObject allows write access to the object data of the drive. The document "Acyclic_Servolink_ServiceChannel.doc" provides information on the functional process of the access Calling the Function Block FB_WriteObject.DB_WriteObject0 (Execute := TRUE, Drive := DB_GLOBALDATA.SD_Drive[DrNo], ObjectIndex := 186, ObjectValue := 10000, ObjectNoOfBytes := 4); Inputs and Outputs Parameter In / Out Type Description Drive in_out TS_DRIVE_DA TA_IN Data structure of the drive Execute in BOOL TRUE: Start of the function block ObjectIndex in INT Index of the object objectvalue in DINT Value to be written ObjectNoOfBytes in INT Number of valid bytes (1 4) Busy out BOOL Function block is active Done out BOOL Function block is ready Error out BOOL Function block stopped due to error ErrorID out WORD Error number 3.3 Global Data Blocks Data BlockDB_ERRORCODE The global data block DB_ERRORCODE contains the structure of the error codes that are returned by the function block. The error codes have the following meanings: Error code Value Meaning ERR_None 0 No error ERR_WrongState 1 The drive is in the wrong device status for the upcoming command. ERR_Parameter 2 Parameter error ERR_SERVOLINK_Fault 6 SERVOLINK error ERR_SERVOLINK_Slot 7 SERVOLINK slot error 14 Drive System SD2 - S7 SD2 Service Channel

15 W Program Control Data BlockDB_GLOBALDATA The global data block DB_GLOBALDATA contains the structure of the program-relevant data that must be adapted to the particular project. The following variables are used: Variable Type Meaning ReadValue DINT Array of the return values of the reading processes SD_Drive TS_DRIVE_DA TA_IN Array of the data structures of the projected drives Data BlockDB_DRIVESTATE The global data block DB_DRIVESTATE contains a list of the drive states according to the drive protocol DS402. State Value Meaning STATE_Start 0 Start, initialization State_NotReadyToSwitchOn 1 Not ready to be switched on STATE_SwitchOnDisabled 2 Switch on disabled STATE_ReadyToSwitchOn 3 Ready to be switched on State_SwitchedOn 4 Switched on State_OperationEnabled 5 Operation enabled STATE_QuickStopActive 6 Quick stop State_FaultReactActive 7 Fault reaction State_Fault 8 Fault occurred 3.4 Instance Data Blocks One instance data block is required for each function block. Each instance data block contains the input parameters, the output parameters, the in-out parameters and the static variables of the respective function block. For several function blocks a set of instance data blocks is required per drive: < DB_ReadObjectX < DB_SetArrayIndexX < DB_WriteObjectX 3.5 User-defined Data Types The user-defined data types describe the data structure of each drive. These are the input and output values of the Profibus data and the prepared setpoints and actual values. The data can be accessed via the global variables. The structures of the bus parameters are based on the CANopen protocol. The structures of the bus parameters are based on the CANopen protocol. A description of the telegram structure is part of the documents "SD2_CAN-Connection.pdf" and "SD2_DeviceControl.pdf". Drive System SD2 - S7 SD2 Service Channel 15

16 Program Control W User-defined Data Type TS_DRIVE_DATA_IN The user-defined data type TS_DRIVE_DATA_IN contains the data structure of the received data of a drive from Profibus. Only the Bytes 10 to 15 matter for the acyclic service channel: 3 Name Type Meaning Process data byte 0..9 Cyclic process data Service data byte ServiceReturn DINT Return value / Error state res14 BYTE Reserved ServiceDoneToggle BOOL Return toggle bit ServiceFault BOOL Error bit smres152 to smres157 6 * BOOL Reserved User-defined Data Type TS_DRIVE_DATA_IN The user-defined data type TS_DRIVE_DATA_IN contains the data structure of the transmission data of a drive to Profibus. Only the Bytes 10 to 15 matter for the acyclic service channel: Name Type Meaning Process data byte 0..8 Cyclic process data Service data byte ServiceValidToggle BOOL Service toggle bit ServiceFunction0 BOOL Function bit 0: read, write, array index ServiceFunction1 BOOL Function bit 1: read, write, array index ServiceByteIndex0 BOOL Byte number 0: 0..3 ServiceByteIndex1 BOOL Byte number 1: 0..3 smres095 to smres097 3 * BOOL Reserved ServiceIndex INT Index of the object ServiceValue DINT Object value / array index User-defined Data Type TS_DRIVE_DATA_IN The user-defined data type TS_DRIVE_DATA_IN contains the data structure of the drive data. Name Type Meaning init_ok BOOL TRUE: all parameters are initialized ActValues TS_DRIVE_DATA_IN Actual values of the drive Setpoints TS_DRIVE_DATA_IN Setpoints of the drive InData TS_DRIVE_DATA_IN Data block (PB-DP->PLC) OutData TS_DRIVE_DATA_IN Data block (PLC->PB-DP) User-defined Data Type TS_DRIVE_DATA_IN The user-defined data type TS_DRIVE_DATA_IN contains the data structure of the setpoints of the drive. 16 Drive System SD2 - S7 SD2 Service Channel

17 W Program Control Name Type Meaning FaultReset BOOL TRUE = reset error SwitchOn BOOL TRUE = switch on output stage EnableOperation BOOL TRUE = enable operation EnableVoltage BOOL TRUE = enable voltage QuickStop BOOL FALSE = trigger quick stop Velocity INT Setpoint velocity, max. 0x3FFF Current INT Setpoint current, max. 0x3FFF User-defined Data Type TS_DRIVE_DATA_IN The user-defined data type TS_DRIVE_DATA_IN contains the data structure of the prepared actual values of the drive. Name Type Meaning Status WORD Device status of the drive Act_Position DINT Actual position Act_Velocity INT Actual velocity Act_Current INT actual current 3.6 System Functions and Blocks The system functions SFC14 and SFC15 are used in the function blocks FB_ReadObject and FB_WriteObject to read and write data from and to Profibus. The blocks of the S7 system functions are described in the according manuals by SIE MENS. Drive System SD2 - S7 SD2 Service Channel 17

18 Program Control W 3 18 Drive System SD2 - S7 SD2 Service Channel

19 W 4 Symbols Symbols All function and data blocks receive a block number during compiling. These block numbers can be assigned in the symbol table. Then the blocks can be called using their numbers (DB10 or FB10) or their symbol names (DB_InitData, FB_InitData). 4.1 Symbol Table As an example in the following you see an extract of the symbol table including the assignment of the block numbers. Individual instance blocks are assigned to each drive. 4 Symbol Address Data type Comment DB_ERRORCODE DB1 DB1 List of the error codes DB_GLOBALDATA DB2 DB2 Global data DB_DRIVESTATE DB3 DB3 List of the drive states DB_InitData DB10 FB10 Instance data block DB_SwapINT DB11 FB11 Instance data block DB_SwapDINT DB12 FB12 Instance data block DB_ReadObject0 DB30 FB30 Instance data block DB_SetArrayIndex0 DB31 FB31 Instance data block DB_WriteObject0 DB32 FB32 Instance data block FB_InitData FB10 FB10 Initialization of process data FB_SwapINT FB11 FB11 Swapping of an integer value (2 byte) FB_SwapDINT FB12 FB12 Swapping of a long integer value (4 byte) FB_ReadObject FB30 FB30 For request telegram: read object FB_SetArrayIndex FB31 FB31 For request telegram: set array index FB_WriteObject FB32 FB32 For request telegram: write object OB_MAINPROG OB1 OB1 Main program DPRD_DAT SFC14 SFC14 Read consistent data from a standard DP slave DPWR_DAT SFC15 SFC15 Write consistent data to a standard DP slave TS_DRIVE_DATA_IN UDT1 UDT1 Structure of the input data TS_DRIVE_DATA_IN UDT2 UDT2 Structure of the output data TS_DRIVE_DATA_IN UDT3 UDT3 Structure of the drive data TS_DRIVE_DATA_IN UDT4 UDT4 Structure of the setpoints TS_DRIVE_DATA_IN UDT5 UDT5 Structure of the actual values Drive System SD2 - S7 SD2 Service Channel 19

20 Symbols W 4 20 Drive System SD2 - S7 SD2 Service Channel

21 W 5 Application of Data Blocks Application of Data Blocks 5.1 Hardware Configuration in the PLC The SIEB & MEYER drives are addressed by the SERVOLINK 4 interface of the SER VOLINK 4 gateway. This converter is projected via the Profibus DP as DP slave in the software SIEMENS Step 7 with inputs and outputs of 16 byte each according to the number of SD2/SD2S drives. For this purpose the appropriate GSD file by SIEB & MEYER is required. Please refer to the SIMATIC documentation on how to integrate new GSD files into the programming environment GSD File In order to project the device on the PLC the GSD file SM_SLGW.GSD is required Settings in the Hardware Configuration At first the object "SERVOLINK 4 gateway" is dragged to the Profibus DP master system in the station window of the "HW Config". Fig. 1: SIMATIC software "HW Config" The inserted module is highlighted. By double-click the properties window is opened. There you can enter a module name and assign the Profibus address. Drive System SD2 - S7 SD2 Service Channel 21

22 Application of Data Blocks W Fig. 2: Dialog window "Properties - DP slave" 5 In the lower part of the station window the detailed view of the converter is indicated in table form. According to the used drives the objects "DS402 Single Axis" or "DS402 Double Axis" are dragged into the detailed view of the "HW Config". By double-click you can open a properties window again and define the addresses of the input and the output area. Fig. 3: Dialog window "Properties - DP slave" 5.2 Defining the Addresses in the Modules Beside defining the addresses in the PLC, also the SD2/SD2S drives and the gateway must be set to the right addresses. Refer to the device documentation for additional information. 5.3 Programming the Application Program At the beginning of the program cycle the data area of Profibus must be read using the system function SFC14, DPRD_DAT,. Then the different functions can be executed. These functions must be called once for each drive. 22 Drive System SD2 - S7 SD2 Service Channel

23 W Application of Data Blocks In order to align the data between the drive status and the PLC status, the function block FB_InitData should be called once for each SD2/SD2S drive when starting the PLC and after a fault. Then the data is written into the data area of the Profibus via the system function SFC15, DPWR_DAT,. The cycle starts again: load process output Examples of the Functions The sample program provides the following functions: < reading the current error form object 69, DEV_CTRL_ERROR_CODE_ACTUAL < writing the value for the velocity ramp in object 186, SPG_VELOCITY_AC CELERATION_TIME_VL with 4 bytes < setting the array index to the first element via the value 4 5 Drive System SD2 - S7 SD2 Service Channel 23

24 Application of Data Blocks W 5 24 Drive System SD2 - S7 SD2 Service Channel

25 W Programming the SERVOLINK 4 gateway 6 Programming the SERVOLINK 4 gateway Customized programming is not required. The converter automatically detects the number of drives connected to it. You must only set the Profibus address by means of the address selection switches at the gateway. 6 Drive System SD2 - S7 SD2 Service Channel 25

26 Programming the SERVOLINK 4 gateway W 6 26 Drive System SD2 - S7 SD2 Service Channel

27 W 7 Hardware Description Hardware Description For initial operation and use of the mentioned devices the according regulations, direc tives and standards must be taken into account. For further information refer to the ac cording product manuals. A SERVOLINK 4 gateway is used to connect drives providing a SERVOLINK 4 inter face to Profibus. This converter is a master for SERVOLINK 4 and a slave for Profibus DP. Further information on this and the connector pin assignment is to be found in the man uals. 7.1 Connecting the Devices The following figures indicates the connection establishment between PLC, SERVO LINK 4 gateway and the drives. 7 Fig. 4: Device connection Drive System SD2 - S7 SD2 Service Channel 27

28 Hardware Description W 7 28 Drive System SD2 - S7 SD2 Service Channel

29 W 8 Error Detection Error Detection In the following several errors regarding the conversion from Profibus to SERVOLINK 4 and their detection are described. 8.1 Errors in S7 PLC PLC failure The converter detects a bus error and sets the output data to SERVOLINK 4 to zero. The drive SD2/SD2S switches off because the control word has the value zero. PLC stops S7 PLC sets the output data to zero. The converter forwards this data to SERVO LINK 4. The drive SD2/SD2S switches off because the control word has the value zero. System Function Block SFC 15 When the system function block SFC 15 is not called, the present data pattern is kept and sent again and again. The converter forwards this data to SERVOLINK 4. The drive is not able to distinguish whether the same data shall be sent repeatedly or the block can not be called Error in SERVOLINK 4 gateway Converter failure S7 detects that the participant is not existent. It signal a bus error and stops the program. The drive SD2/SD2S does not receive any telegrams and stops via time monitoring. Error Detection Field Bus If the converter detects a field bus error, it sets the output data to SERVOLINK 4 to zero. The drive SD2/SD2S switches off because the control word has the value zero. Error DetectionSERVOLINK 4 If the converter detects an error in SERVOLINK 4, it sets the output data to the field bus to zero (general error) or to 0FFh (slot error). 8.3 Error in Drive Control SD2/SD2S Due to a failure of the drive SD2/SD2S the SERVOLINK 4 telegram is replied faulty or not at all. Thus the converter detects an error. The device distinguishes between a general error in SERVOLINK 4 and a slot error of an individual participant. If a general error is detected, the output data to the field bus are set to zero. If a slot error is detected, the output Drive System SD2 - S7 SD2 Service Channel 29

30 Error Detection W data are set to 0FFh. The status in the PLC program can be set correspondingly and the PLC program can be set to switch to an error routine Drive System SD2 - S7 SD2 Service Channel

31 W SERVOLINK 4 gateway Test Assembly 9 SERVOLINK 4 gateway Test Assembly The test assembly is done as shown in the hardware description. When the system is connected and ready for operation you can start checking. 9.1 Front Panel Check of SIMATIC CPU The front panel provides several LEDs that indicate the status of the CPU. The LED indicating the power supply "DC5V" and the LED "RUN" must be on permanently. This makes sure that the PLC program is running. In the event of an error the PLC switches to the stop mode. In order to fix the error you must check that the converter is connected correctly. Check also whether the right number of drives is connected LED Display The meaning of each LED on the front panel of the SIMATIC CPU is described in the following table. LED State Meaning SF LED on Error in PLC BATF LED on Battery error BUSF LED on Bus error DC5V LED on Power supply of 5 V present FRCE LED on Output data of PLC is frozen. RUN LED on PLC program is running. STOP LED on PLC program has been stopped Drive Check You can check the received SERVOLINK 4 data using the bus monitor in the software drivemaster Object Access You can test the different functions via the inputs of the PLC: < input i4: reading < input i5: writing < input i6: setting the array index Drive System SD2 - S7 SD2 Service Channel 31

32 SERVOLINK 4 gateway Test Assembly W 9 32 Drive System SD2 - S7 SD2 Service Channel

33 W 10 Related Documents Related Documents The following documents provide more information on this topic: Supplier SIEMENS SIEB & MEYERAG SIEB & MEYERAG SIEB & MEYERAG SIEB & MEYERAG Document name Manuals regarding Step 7 programming Gateway_ pdf SD2_DeviceControl.pdf SD2_CAN-Connection.pdf drivemaster2_usermanual.pdf 10 Drive System SD2 - S7 SD2 Service Channel 33

34 Related Documents W Drive System SD2 - S7 SD2 Service Channel

SIEB & MEYER W. Drive System SD2. SERVOLINK 4 Bus System Description P-TD

SIEB & MEYER W. Drive System SD2. SERVOLINK 4 Bus System Description P-TD SIEB & MEYER W Drive System SD2 SERVOLINK 4 Bus System Description P-TD-0000397.2 2017-04-13 W Copyright Translation of the original instructions, Copyright 2017 SIEB & MEYER AG All rights reserved. This

More information

Top Technology made in Germany

Top Technology made in Germany Drive System MC2 Top Technology made in Germany SIEB & MEYER was founded in 1962 and has been an internationally successful company in the field of industrial electronics since then. With 200 employees

More information

Frequency Converter FC2

Frequency Converter FC2 Frequency Converter FC2 Top Technology made in Germany SIEB & MEYER was founded in 1962 and has been an internationally successful company in the field of industrial electronics since then. With 220 employees

More information

SD2S Setup Instructions

SD2S Setup Instructions SIEB & MEYER W SD2S Setup Instructions V/f Operation Training documentation P-TD-0000223.3 2013-08-27 W Copyright Copyright 2013 SIEB & MEYER AG. All rights reserved. This manual or extracts thereof may

More information

SIEB & MEYER W. Drive System SD2. Device control P-TD

SIEB & MEYER W. Drive System SD2. Device control P-TD SIEB & MEYER W Drive System SD2 Device control P-TD-0000377.1 2014-07-16 W Copyright Copyright 2014 SIEB & MEYER AG. All rights reserved. This manual or extracts thereof may only be copied with the explicit

More information

FC8x. Profibus Communication

FC8x. Profibus Communication Title FC8x Profibus Communication SIEB & MEYER AG Auf dem Schmaarkamp 21 * D-21339 Lüneburg * (Germany) Telephone: +49-4131 - 203-0 * Telefax: +49-4131 - 203-2000 Email: documentation@sieb-meyer.de Internet:

More information

Additional instructions Memograph M, RSG45 Advanced Data Manager

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

More information

CDN Series Displays with Profibus-DP ELEN UNI-TXT (ND) protocol PARAMETRIZATION OF PROFIBUS-DP COMMUNICATION INTERFACE

CDN Series Displays with Profibus-DP ELEN UNI-TXT (ND) protocol PARAMETRIZATION OF PROFIBUS-DP COMMUNICATION INTERFACE CDN Series Displays with Profibus-DP ELEN UNI-TXT (ND) protocol PARAMETRIZATION OF PROFIBUS-DP COMMUNICATION INTERFACE ELEN, s.r.o. NDI Display Profibus DP UNI TXT(ND) CONTENT Page 2 of 12 1. Introduction...

More information

PowerFlexDC & 20-COMM-P Adapter with Siemens S7-315DP PLC

PowerFlexDC & 20-COMM-P Adapter with Siemens S7-315DP PLC PowerFlexDC & 20-COMM-P Adapter with Siemens S7-315DP PLC Overall Description The purpose of this document is to provide set-up and programming details of the PowerFlex DC drive and the 20-COMM-P Profibus-DP

More information

Manual. CAN 300 PRO CANopen Slave. CAN Communication Modules for S7-300 as CANopen Slave. Edition 3 /

Manual. CAN 300 PRO CANopen Slave. CAN Communication Modules for S7-300 as CANopen Slave. Edition 3 / CAN 300 PRO CANopen Slave CAN Communication Modules for S7-300 as CANopen Slave Manual Edition 3 / 22.12.2011 Systeme Helmholz GmbH Hannberger Weg 2 D-91091 Großenseebach Phone +49 9135 7380-0 Fax +49

More information

SIMATIC. Communications processor CP First Steps in Commissioning. Getting Started 09/2008 A5E

SIMATIC. Communications processor CP First Steps in Commissioning. Getting Started 09/2008 A5E SIMATIC Communications processor Getting Started 09/2008 A5E02291899-01 Legal information Warning notice system This manual contains notices you have to observe in order to ensure your personal safety,

More information

Easy_SINA_Pos Function block in TIA Portal to control the SINAMICS basic positioner SINAMICS / V1.0 / Easy_SINA_Pos / TIA V15 https://support.industry.siemens.com/cs/ww/en/view/109747655 Siemens Industry

More information

Modicon Quantum and Siemens S7-300 PLC as DP slave System User Guide [source code]

Modicon Quantum and Siemens S7-300 PLC as DP slave System User Guide [source code] 33003471.01 Modicon Quantum and Siemens S7-300 PLC as DP slave System User Guide [source code] Table of Content Application Example - Source Code...2 System...3 Architecture...3 Application...4 Hardware

More information

How to read or write multiple parameters using FB286

How to read or write multiple parameters using FB286 FAQ-04EP754 04/2015 How to read or write multiple parameters using FB286 SINAMICS G120, FB286, read or write multiple parameters, TIA Portal, PROFINET, PROFIBUS, Acyclic communication https://support.industry.siemens.com/cs/ww/en/view/109475973

More information

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied.

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied. AG090115 How to configure SIMATIC STEP7 V5.5 to read cyclic data from Objective: To use Siemens SIMATC S7300 PLC to read data from MultiRanger/HydroRanger 200 HMI through SmartLinx PROFIBUS communication

More information

Implementation of the Identification System IRI-KHD2-4HB6 to a SIMATIC S PLC

Implementation of the Identification System IRI-KHD2-4HB6 to a SIMATIC S PLC Implementation of the Identification System IRI-KHD2-4HB6 to a SIMATIC S-7 400 PLC Side 1 of 13 Contents 1 Hardware Specification... 3 1.1 Equipment and Devices... 3 1.2 Configuration and Installation...

More information

NDI series displays with Profibus-DP UNI-TXT (ND) protocol

NDI series displays with Profibus-DP UNI-TXT (ND) protocol NDI series displays with Profibus-DP UNI-TXT (ND) protocol PARAMETRIZATION OF PROFIBUS-DP COMMUNICATION INTERFACE - 1 - CONTENT 1. INTRODUCTION... 3 2. GSD FILE INSTALLATION... 3 3. EXAMPLE PROJECT ELEN_UNI-TXT(ND)...

More information

TS8000. Profibus DP Slave Configuration Application Note TS8922U001

TS8000. Profibus DP Slave Configuration Application Note TS8922U001 TS8000 TS8922U001 Copyright SSD Drives, Inc. 2006 All rights strictly reserved. No part of this document may be stored in a retrieval system, or transmitted in any form or by any means to persons not employed

More information

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

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

More information

SIMATIC. Function modules FM 351 First Steps in Commissioning. Purpose of the Getting Started. Requirements 2

SIMATIC. Function modules FM 351 First Steps in Commissioning. Purpose of the Getting Started. Requirements 2 Purpose of the Getting Started 1 Requirements 2 SIMATIC Function modules FM 351 First Steps in Commissioning Getting Started Installing the configuration package on the PG 3 FM 351, installing and wiring

More information

Servo press kit YJKP - Host interface

Servo press kit YJKP - Host interface Application Note Servo press kit YJKP - Host interface Host interface of the servo press kit YJKP: - Communication possibilities - Workflow - Object directory - Communication protocol - Communication Mobus

More information

PROFIBUS. Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks

PROFIBUS. Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks PROFIBUS B0288 Please carefully read these operating instructions before use! Do not discard! The operator shall be

More information

SIMATIC S7-300 Programmable Controller Getting Started Edition 04/2000 First Steps for Installation and Commissioning Totally Integrated Automation

SIMATIC S7-300 Programmable Controller Getting Started Edition 04/2000 First Steps for Installation and Commissioning Totally Integrated Automation SIMATIC S7-300 Programmable Controller Getting Started Edition 04/2000 First Steps for Installation and Commissioning Totally Integrated Automation Introduction Prerequisites This guide takes you through

More information

Korea PROFIBUS/PROFINET Association 각사회사이름 각사 LOGO

Korea PROFIBUS/PROFINET Association 각사회사이름 각사 LOGO Reliable Profibus in Application Integrated t B&R Automation ti 각사회사이름 각사 LOGO Reliable Profibus Application 1. B&R 2. Product B&R 3. Profibus Integration 4. Easy Step (B&R) 5. Easy Step (Siemens) B&R

More information

Spring Training Atlanta, GA

Spring Training Atlanta, GA Spring Training 2007 - Atlanta, GA Sinamics S120 Work Shop with CU310 DP Sinamics S120 Overview featuring CU310 DP AC / AC demo unit Lab 1 Lab 2 Lab 3 Lab 4 Lab 5 CU310 DP Servo & Vector Drive Commissioning

More information

Danfoss FCD 300 AS-i and Siemens DP/AS-i Link 20E

Danfoss FCD 300 AS-i and Siemens DP/AS-i Link 20E Introduction This application note describes how to set up an ASi system between a Danfoss FCD 300 frequency converter and Profibus DP/AS-i Link 20E gateway from Siemens. DP/AS-i Link 20E is a gateway

More information

PowerFlex 700S & 20-COMM-P Adapter using Siemens S7-315 DP PLC

PowerFlex 700S & 20-COMM-P Adapter using Siemens S7-315 DP PLC PowerFle 700S & 20-COMM-P Adapter using Siemens S7-315 DP PLC March 30, 2006 Purpose The purpose of this document is to provide set-up and programming details of the PowerFle 700S drive and the 20-COMM-P

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3 Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D3 PROFIBUS DP with Master CPU 315-2DP / Slave ET 200L T I A Training document Page 1 of 18 Module

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE E09. PROFINET with 2x CPU 315F-2 PN/DP

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE E09. PROFINET with 2x CPU 315F-2 PN/DP Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE PROFINET with 2 x CPU 315F-2 PN/DP T I A Training Document Page 1 of 45 Module This document has been

More information

DVPPF02-SL PROFIBUS DP Slave Communication Module

DVPPF02-SL PROFIBUS DP Slave Communication Module DVPPF02-SL PROFIBUS DP Slave Communication Module Operation Manual DVP-0155320-01 Warning This operation manual provides introduction on the functions, specifications, installation, basic operation, settings

More information

FAQ about Drive Technology

FAQ about Drive Technology FAQ about Drive Technology Technology CPUs FAQ Controlling a SINAMICS ALM via PROFIBUS Controlling a SINAMICS ALM via Profibus Entry ID: 21971603 Table of Contents Table of Contents... 2 Question... 2

More information

First Steps with S7-PDIAG and ProAgent

First Steps with S7-PDIAG and ProAgent s SIMATIC S7-PDIAG for S7-300 and S7-400 Configuring Process Diagnostics Getting Started Edition 07/2005 First Steps with S7-PDIAG and ProAgent The Getting Started for This product is not a stand-alonedescription.

More information

FAQ Communication over PROFIBUS

FAQ Communication over PROFIBUS FAQ Communication over PROFIBUS Communication over PROFIBUS FAQ Table of Contents Table of Contents... 2 Question...2 How do I configure a PC station as DP Slave interfacing to a S7 station (as DP Master)

More information

SIMATIC. S7 and Profibus- DP Configuration Guide G1026

SIMATIC. S7 and Profibus- DP Configuration Guide G1026 SIMATIC S7 and Profibus- DP Configuration Guide G1026 Preface:... 3 New Project Wizard... 4 HELP... 8 Terminology... 8 Project View... 9 Station View... 9 Processor View...10 Program Module View...10 Configuring

More information

SFU DNC Commands

SFU DNC Commands ! SFU 21.71 DNC Commands SIEB & MEYER AG Auf dem Schmaarkamp 21 D-21339 Lüneburg Germany Telephone: ++49(4131)203-0 Telefax: ++49(4131)38562 Email: documentation@sieb-meyer.de Internet: www.sieb-meyer.de

More information

Manual. MOVIAXIS MX Fieldbus Interface XFP11A PROFIBUS DP. Edition 04/2006 FB / EN

Manual. MOVIAXIS MX Fieldbus Interface XFP11A PROFIBUS DP. Edition 04/2006 FB / EN Gearmotors \ Industrial Gear Units \ Drive Electronics \ Drive Automation \ Services MOVIAXIS MX Fieldbus Interface XFP11A PROFIBUS DP Edition 4/26 11355514 / EN FB41111 Manual SEW-EURODRIVE Driving the

More information

Display of a Cam Disk of the Technology CPU with WinCC flexible in HMI. Technology CPU. FAQ Januar Service & Support. Answers for industry.

Display of a Cam Disk of the Technology CPU with WinCC flexible in HMI. Technology CPU. FAQ Januar Service & Support. Answers for industry. Display of a Cam Disk of the Technology CPU with WinCC flexible in HMI Technology CPU FAQ Januar 2009 Service & Support Answers for industry. Question This entry is from the Service&Support portal of Siemens

More information

Start-up of IRI-KHD2-4HB6, IRI-KHA6-4HB6 at S7-300 V1.2. Table of Contents TABLE OF CONTENTS... 1

Start-up of IRI-KHD2-4HB6, IRI-KHA6-4HB6 at S7-300 V1.2. Table of Contents TABLE OF CONTENTS... 1 Table of Contents TABLE OF CONTENTS... 1 1. DESCRIPTION OF HARDWARE... 2 1.1 Modules and devices... 2 1.2 Set-up and installation... 2 2. HARDWARE CONFIGURATION... 2 2.1 Installation of the GSE file...

More information

SIMATIC. ET 200S IM CPU Interface Module. Introduction. New features 2. Technical specifications 3. Product Information 06/2007 A5E

SIMATIC. ET 200S IM CPU Interface Module. Introduction. New features 2. Technical specifications 3. Product Information 06/2007 A5E SIMATIC ET 200S SIMATIC Introduction 1 New features 2 Technical specifications 3 ET 200S Product Information 06/2007 A5E01159154-01 Safety Guidelines Safety Guidelines This manual contains notices you

More information

CAN 300 / CAN 400 Application Example DS402 ERL

CAN 300 / CAN 400 Application Example DS402 ERL CAN 300 / CAN 400 Application Example DS402 ERL CAN Communication Module for S7-300/S7-400 Application Example for CANopen DS402 with ERL PCS Motors Manual Edition 1 / 14.11.2006 Systeme Helmholz GmbH

More information

BU 0950 en. TIA standard modules. Supplementary manual options for NORD - Frequency Inverters

BU 0950 en. TIA standard modules. Supplementary manual options for NORD - Frequency Inverters BU 0950 en TIA standard modules Supplementary manual options for NORD - Frequency Inverters TIA standard modules Supplementary manual options for NORD - Frequency Inverters 2 BU 0950 en-1718 Table of Contents

More information

Connecting UniOP to Simatic S7 Profibus

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

More information

Technical Application Note

Technical Application Note Using 105U/905U-G-PR2 PROFIBUS master gateways with Siemens ET200S distributed I/O system Technical Application Note Purpose This application note describes how to configure a 105/905U-G-PR2 PROFIBUS DP

More information

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

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

More information

SIMOTION. SIMOTION SCOUT Reading and Writing Drive Data. Preface. Fundamental safety instructions 1. Description 2.

SIMOTION. SIMOTION SCOUT Reading and Writing Drive Data. Preface. Fundamental safety instructions 1. Description 2. Preface Fundamental safety instructions 1 SIMOTION SIMOTION SCOUT Description 2 Function block 3 Example of an application 4 Function Manual Appendix A 04/2014 Legal information Warning notice system This

More information

How can you display error messages and warnings of a frequency converter on a panel? WinCC flexible RT and Panels FAQ

How can you display error messages and warnings of a frequency converter on a panel? WinCC flexible RT and Panels FAQ Cover How can you display error messages and warnings of a frequency converter on a panel? WinCC flexible RT and Panels FAQ February 2011 Service & Support Answers for industry. Question This entry is

More information

LB/FB8X09* / LB/FB8X05*

LB/FB8X09* / LB/FB8X05* GETTING STARTED Connecting Remote I/O Stations with Com Unit LB/FB8X09* / LB/FB8X05* to Siemens PLC (S7-300) via PROFIBUS 1 Contents 1. INTRODUCTION... 3 2. PREPARING FOR CONFIGURATION... 3 2.1. DOWNLOADING

More information

FAQ about Drive Technology

FAQ about Drive Technology FAQ about Drive Technology SIMATIC S7 and SINAMICS G120 Routing to Drives with SIMATIC S7 V5 FAQ Table of Contents Table of Contents... 2 Question... 2 How to manage the routing from a SIMATIC S7 via the

More information

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec PROFIBUS DP / Modbus TCP Gateway EP-321MP User Manual REV 1.2 Sibotech Automation Co., Ltd Technical Support: 021-5102 8348 E-mail:support@sibotech.net Catalog 1 Product Overview... 4 1.1 General...4 1.2

More information

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

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

More information

SIMATIC NET. S7-CPs for PROFIBUS. CP Extended for PROFIBUS. Manual Part B4

SIMATIC NET. S7-CPs for PROFIBUS. CP Extended for PROFIBUS. Manual Part B4 SIMATIC NET S7-CPs for PROFIBUS Manual Part B4 CP 443-5 Extended for PROFIBUS 6GK7 443-5DX04-0XE0 Version 1 or higher (Firmware Version V6.1 or higher) for SIMATIC S7-400 / S7-400H Status and fault LEDs

More information

PROFIsafe SITRANS. Pressure transmitter SITRANS P, DS III PROFIsafe series. Product Information 7MF4*34 04/2008 A5E

PROFIsafe SITRANS. Pressure transmitter SITRANS P, DS III PROFIsafe series. Product Information 7MF4*34 04/2008 A5E 1 SITRANS Pressure transmitter SITRANS P, DS III PROFIsafe series Product Information 7MF4*34 04/2008 A5E00732533-02 Safety Guidelines This manual contains notices you have to observe in order to ensure

More information

RM30xx Profibus Brief instructions efector400

RM30xx Profibus Brief instructions efector400 RM30xx Profibus Brief instructions efector400 706414/00 Page 1 of 14 ifm efector gmbh Contents The description may contain deviations from the user system, because different manufacturers or software versions

More information

STEP 7. Function. Page 1791 Mar 2008 Siemens ITS

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

More information

Aotewell SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St

Aotewell   SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St SIMATIC S7-PDIAG for S7-300 and S7-400 - Configuring Process Diagnostic Getting Started Edition 01/2003 First Steps with S7-PDIAG and ProAgent The Getting Started for This product is not a stand-alonedescription.

More information

SINAMICS G120 / G120C / G120D / G120P (with FW >= 4.6) SIMATIC S7-300/400. Short-Documentation 04/2014

SINAMICS G120 / G120C / G120D / G120P (with FW >= 4.6) SIMATIC S7-300/400. Short-Documentation 04/2014 Short-Documentation 04/2014 SINAMICS G: Speed control of a G120, G120C, G120D or G120P using S7-300/400 (STEP 7 V5) with PROFINET or PROFIBUS, Safety Integrated (via terminals, not G120P) and HMI SINAMICS

More information

STEP 7 PROFESSIONAL. Function STEP 7

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

More information

SIMATIC. Communications processor CP 340 first commissioning steps. Getting Started 04/2005 A5E

SIMATIC. Communications processor CP 340 first commissioning steps. Getting Started 04/2005 A5E SIMATIC Communications processor Getting Started 04/2005 A5E00442606-01 Safety Guidelines This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent

More information

User Manual Connection to BRC-Symbolic

User Manual Connection to BRC-Symbolic User Manual Connection to BRC-Symbolic Part Number: 80 860.652 Version: 2 Date: 23.11.2005 Valid for: TSwin.net 4.0x TSwin.net 4.1x Version Date Modifications 1 21.07.2005 First edition 2 23.11.2005 Validation

More information

PROFI-5053 PROFIBUS Remote I/O Module Quick Start Guide

PROFI-5053 PROFIBUS Remote I/O Module Quick Start Guide Introduction PROFI-5053 PROFIBUS Remote I/O Module Quick Start Guide This user guide introduces the user how to implement the PROFI-5000 into their applications in a quick and easy way. Therefore, it only

More information

Implementation of the Identification System IC-KP-B6 to a SIMATIC S PLC

Implementation of the Identification System IC-KP-B6 to a SIMATIC S PLC Implementation of the Identification System IC-KP-B6 to a SIMATIC S-7 400 PLC Contents 1. Hardware specifications...4 1.1 Equipment and Devices...4 1.2 Configuration and Installation...4 1.3 Configuration

More information

SIMATIC. Component Based Automation SIMATIC imap STEP 7 AddOn Creating PROFINET components. Preface. Creating PROFINET components in STEP 7

SIMATIC. Component Based Automation SIMATIC imap STEP 7 AddOn Creating PROFINET components. Preface. Creating PROFINET components in STEP 7 SIMATIC Component Based Automation SIMATIC Component Based Automation SIMATIC imap STEP 7 AddOn Creating PROFINET components Configuration Manual Preface Creating PROFINET components in STEP 7 1 SIMATIC

More information

Subject: PROFIBUS Product: SI-P3 & SI-P3/V Doc: AN.AFD.30 Application Note

Subject: PROFIBUS Product: SI-P3 & SI-P3/V Doc: AN.AFD.30 Application Note Subject: PROFIBUS Product: SI-P3 & SI-P3/V Doc: AN.AFD.30 Title: Using the Yaskawa PROFIBUS Option SI-P3 or SI-P3/V Application Note Using the Yaskawa PROFIBUS Option SI-P3 or SI-P3/V USE OF TECHNICAL

More information

Profibus Mapping for S120 APC EPOS FB120

Profibus Mapping for S120 APC EPOS FB120 Profibus Mapping for S120 APC EPOS FB120 Application Notes 1 Basic Information Qualified personnel In the sense of this documentation qualified personnel are those who are knowledgeable and qualified to

More information

SIMATIC. Automation Systems S7-300 CPU 317T-2 DP: Controlling a SINAMICS S120. Introduction. Preparation 2. Learning units 3. Further Information 4

SIMATIC. Automation Systems S7-300 CPU 317T-2 DP: Controlling a SINAMICS S120. Introduction. Preparation 2. Learning units 3. Further Information 4 SIMATIC Programmable Logic Controllers S7 300 SIMATIC Programmable Logic Controllers S7 300 CPU 317T-2 DP: Controlling a SINAMICS S120 SIMATIC Automation Systems S7-300 CPU 317T-2 DP: Controlling a SINAMICS

More information

SIMATIC NET. S TeleControl MSC300_Library program block library. Block library for TCSB (V3) WDC_S7_300_... (FB92) 2 UDT_WDC_PARAM (UDT91) 3

SIMATIC NET. S TeleControl MSC300_Library program block library. Block library for TCSB (V3) WDC_S7_300_... (FB92) 2 UDT_WDC_PARAM (UDT91) 3 Block library for communication with the 1 TCSB (V3) WDC_S7_300_... (FB92) 2 SIMATIC NET S7-300 - TeleControl MSC300_Library program block library UDT_WDC_PARAM (UDT91) 3 Error numbers 4 Information in

More information

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

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

More information

MEM-BUS ABSOLUTE ENCODER. With PROFINET Interface Operating Manual

MEM-BUS ABSOLUTE ENCODER. With PROFINET Interface Operating Manual MEM-BUS ABSOLUTE ENCODER With PROFINET Interface Operating Manual MEM-BUS PROFINET ENCODER OPERATING MANUAL CONTENTS 1 Generals... 3 1.1 PROFINET Technology... 3 1.2 The GSDML File... 3 1.3 The Encoder

More information

Service & Support. S7 Diagnostics Block for the 3RK3 Modular Safety System (MSS) SIMATIC S7 300/400 CPU. FAQ February Answers for industry.

Service & Support. S7 Diagnostics Block for the 3RK3 Modular Safety System (MSS) SIMATIC S7 300/400 CPU. FAQ February Answers for industry. Cover S7 Diagnostics Block for the 3RK3 Modular Safety System (MSS) SIMATIC S7 300/400 CPU FAQ February 2010 Service & Support Answers for industry. Question This entry is from the Service&Support portal

More information

SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Module Data

SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Module Data SIMATIC S7-300 Product information for the S7-300 Automation System Manual, Data Product Information Introduction The present product information describes additions and corrections to the S7-300 Automation

More information

FAQ about Drive Technology

FAQ about Drive Technology FAQ about Drive Technology Technology CPU Upgrading the CPU Type in a STEP7 Project FAQ Table of Contents Table of Contents... 2 Question... 3 How can I replace the configured Technology CPU by another

More information

Profibus Gateway 3E V Technical Bulletin

Profibus Gateway 3E V Technical Bulletin Profibus Gateway 3E V1.0.0 Technical Bulletin TECHNICAL BULLETIN 2 Profibus Gateway 3E Liability for errors and misprints excluded. V1.0.0en/23.06.16 TECHNICAL BULLETIN Profibus Gateway 3E V1.0.0en/23.06.16

More information

Manual. Global Drive. PLC Developer Studio. Global Drive. LenzeIOSystem.lib. Function library

Manual. Global Drive. PLC Developer Studio. Global Drive. LenzeIOSystem.lib. Function library L Manual Global Drive PLC Developer Studio Global Drive Function library LenzeIOSystem.lib The LenzeIOSystem.lib and LenzeIOSystemVxxxx.lib function libraries can be used for the following Lenze PLC devices:

More information

VIPA SPEED7 Library. OPL_SP7-LIB SW90HS0MA V Manual. HB00 OPL_SP7-LIB SW90HS0MA V en Block library - EtherCAT Communication

VIPA SPEED7 Library. OPL_SP7-LIB SW90HS0MA V Manual. HB00 OPL_SP7-LIB SW90HS0MA V en Block library - EtherCAT Communication VIPA SPEED7 Library OPL_SP7-LIB SW90HS0MA V10.001 Manual HB00 OPL_SP7-LIB SW90HS0MA V10.001 en 18-45 Block library - EtherCAT Communication www.vipa.com/en/service-support/manuals VIPA GmbH Ohmstr. 4 91074

More information

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance. User Manual INTRODUCTION Thank you for choosing our product. The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

More information

APPLICATION NOTE ESEPRO

APPLICATION NOTE ESEPRO Products: Genset and ATS Controllers Device Series: easygen, LS 5 and DTSC-200 Series Devices: easygen-1000, easygen-2000, easygen-3000, LS 5, DTSC-200 APPLICATION NOTE ESEPRO Using proconx ESEPRO with

More information

C3 I20 I32 T11 ControlManager FB45

C3 I20 I32 T11 ControlManager FB45 CONTROL TECHNOLOGY FROM PARKER C3 I20 I32 T11 ControlManager FB45 A1039 Version: 39 Warranty Disclaimer While efforts were made to verify the accuracy of the information contained in this documentation,

More information

General information. Configuration control. Display. Control elements. Supply voltage

General information. Configuration control. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500, CPU 1516-3 PN/DP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 1 MB FOR PROGRAM AND 5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET, 3. INTERFACE:

More information

PROFIBUS DP/CAN Gateway PCA-100. User Manual

PROFIBUS DP/CAN Gateway PCA-100. User Manual PCA-100 REV 4.0 SiboTech Automation Co., Ltd. Technical Support: 021-5102 8348 E-mail: support@sibotech.net Catalog 1 Introduction... 2 1.1 About This Instruction... 2 1.2 Copyright... 2 1.3 Related Products...

More information

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5

Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5 Training document for the company-wide automation solution Totally Integrated Automation (T I A) MODULE D5 PROFIBUS DP with Master CPU 315-2DP / Slave ET 200S T I A Training document Page 1 of 34 Module

More information

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss

General information. Configuration control. Display. Control elements. Supply voltage. Input current. Power. Power loss Data sheet SIMATIC S7-1500, CPU 1516-3 PN/DP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 1 MB FOR PROGRAM AND 5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 2. INTERFACE: ETHERNET, 3. INTERFACE:

More information

Device manual Supplement. S7 library for evaluation unit DTE / / 2012

Device manual Supplement. S7 library for evaluation unit DTE / / 2012 Device manual Supplement S7 library for evaluation unit DTE100 706146 / 00 04 / 2012 Contents 1 Preliminary note................................................. 3 1.1 Symbols used...............................................

More information

PROTOCOL COMMUNICATION pag. 1/22 NEMO 96 HD/HD+ Profibus DP Interface. Application manual

PROTOCOL COMMUNICATION pag. 1/22 NEMO 96 HD/HD+ Profibus DP Interface. Application manual pag. 1/22 NEMO 96HD/HD+ Profibus DP Interface 02/06/08 NEMO 96 HD/HD+ Profibus DP Interface Application manual Table of contents 1. General description 2. Installation of NEMO 96 HD Profibus 3. User Communication

More information

OPERATOR INTERFACE PRODUCTS APPLICATION NOTE

OPERATOR INTERFACE PRODUCTS APPLICATION NOTE Page: 1 of 5 Description: The Profibus driver has 2 modes of operation for data transfer: Direct I/O and Packet Transfer. This document explains implementing the Direct I/O method of addressing. An associated

More information

TECHNICAL NOTE TNOI30

TECHNICAL NOTE TNOI30 TECHNICAL NOTE TNOI30 Title: Profibus DP Slave communication Product(s): G3, Enhanced Modular Controller, and DSP ABSTRACT Red Lion Controls G3 HMI, Modular Controller enhanced master and Data Station

More information

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

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

More information

Supply voltage. Input current. Power loss. Memory. Battery. CPU processing times

Supply voltage. Input current. Power loss. Memory. Battery. CPU processing times Data sheet SIMATIC S7-400H, CPU 417H CENTRAL UNIT FOR S7-400H 4 INTERFACES: 1 MPI/DP, 1 DP A. 2 FOR SYNC MODULES 4MB MEMORY (2MB CODE/2MB DATA) Supply voltage Rated value (DC) 24 V DC Input current from

More information

User Manual. Interface for connecting max. 31 SIKO devices with RS485 interface to Profibus DP IF09P/1

User Manual. Interface for connecting max. 31 SIKO devices with RS485 interface to Profibus DP IF09P/1 User Manual Interface for connecting max. SIKO devices with RS85 interface to Profibus DP IF09P/ Table of contents General Information.... Definitions.... Documentation...5. Intended use...5. Numerical

More information

SIMOTION. Supplement to SIMODRIVE POSMO A Positioning Motor. Introduction. Description 1. Function blocks 2. Application example 3.

SIMOTION. Supplement to SIMODRIVE POSMO A Positioning Motor. Introduction. Description 1. Function blocks 2. Application example 3. Introduction SIMOTION SIMOTION Supplement to SIMODRIVE POSMO A Positioning Motor Function Manual Description 1 Function blocks 2 Application example 3 A Appendix 03/2009 Edition Legal information Warning

More information

General information. Supply voltage

General information. Supply voltage Data sheet SIMATIC S7-300, CPU 313C-2DP COMPACT CPU WITH MPI, 16 DI/16 DO, 3 FAST COUNTERS (30 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 128 KBYTE WORKING MEMORY, FRONT CONNECTOR (1

More information

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

SCE Training Curriculum For Integrated Automation Solutions Totally Integrated Automation (TIA) SCE Training Curriculum For Integrated Automation Solutions Totally Integrated Automation (TIA) Siemens Automation Cooperates with Education TIA Portal Module 070-010 PROFINET with IO Controller CPU 315F-2

More information

CPU 412H. Function. Parameterizable properties

CPU 412H. Function. Parameterizable properties CPU 412H Function Block protection: In addition to the keylock switch, a password concept protects the user program from unauthorized access. Integrated HMI services: In the case of HMI devices, the user

More information

Multi Panel options. SIMATIC WinAC MP 2/169

Multi Panel options. SIMATIC WinAC MP 2/169 Siemens AG 011 Operator panels Overview Application The WinAC MP is a new, rugged software PLC for all SIMATIC HMI Multi Panel platforms. It has been developed for smaller and medium-sized applications

More information

Safety-M Communication Modules BMxx

Safety-M Communication Modules BMxx Safety-M Communication Modules BMxx R61363.7000 Safety-M Kommunikationsmodule (English) 27.09.2013 Seite 1 von 65 Configuration On the backplane bus of the Safety-M device (MS1, MSP1, MS2, MSP2) there

More information

Drive System Application

Drive System Application Drive System Application Directly controlling a MICROMASTER 4 / SINAMICS G120 / SINAMICS G120D from a SIMATIC HMI station via PROFIBUS-DP and PROFINET Application description for SINAMICS G120/G120D and

More information

Acyclic Reading and Writing with the Library for SIMOTION SIMOTION https://support.industry.siemens.com/cs/ww/en/view/109740369 Siemens Industry Online Support Siemens AG 2017 All rights reserved Warranty

More information

General information. Configuration control. Display. Control elements. Supply voltage

General information. Configuration control. Display. Control elements. Supply voltage Data sheet SIMATIC S7-1500, CPU 1513-1 PN, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 300 KB FOR PROGRAM AND 1.5 MB FOR DATA, 1. INTERFACE: PROFINET IRT WITH 2 PORT SWITCH, 40 NS BIT-PERFORMANCE, SIMATIC

More information

Product type designation

Product type designation Data sheet SIMATIC DP, CPU 1512SP-1 PN FOR ET 200SP, CENTRAL PROCESSING UNIT WITH WORKING MEMORY 200 KB FOR PROGRAM AND 1 MB FOR DATA, 1. INTERFACE, PROFINET IRT WITH 3 PORT SWITCH, 48 NS BIT-PERFORMANCE,

More information

FD67 QUICK START GUIDE PROFIBUS-DP

FD67 QUICK START GUIDE PROFIBUS-DP FD67 QUICK START GUIDE PROFIBUS-DP FD67 Quickstart guide. Profibus-DP The FD67 system consists of a Fieldbus node to which can be connected up to 16 Input / output modules via system communication cables.

More information

CPU 317F-2 DP. Page 1603 Mar 2008 Siemens ITS

CPU 317F-2 DP. Page 1603 Mar 2008 Siemens ITS CPU 317F-2 DP Function Password protection; a password concept protects the user program from unauthorized access. Diagnostics buffer; the last 100 errors and interrupt events are saved in a buffer for

More information