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

Size: px
Start display at page:

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

Transcription

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

2 Contents 1 Preliminary note Symbols used General Installation Modules available in the hardware configuration Module parameterisation Description of the parameters Function blocks COM_FB FB_CONFIG_READ FB_CONFIG_WRITE FB_PHYSICAL_READ FB_PHYSICAL_WRITE FB_DEV_STATUS FB_WRITE_IM FB_GET FB_PUT FB_DIAG FB_SET_ANTENNA User-defined data type Licences and trademarks The screen areas shown in this document are subject to the copyright of Siemens AG. All trademarks and company names are subject to the copyright of the respective companies. 2

3 1 Preliminary note These instructions serve for the set-up and parameter setting of the communication between the RFID evaluation unit DTE100 from ifm electronic and a Simatic S7 controller from Siemens. 1.1 Symbols used Instructions > Reaction, result Information Supplementary note 2 General The function blocks of the library DTE100_L allow easy access to the data of the device DTE100 and its connected periphery. (Up to 4 read/write heads or IEC61131 inputs and outputs.) The 4 channels of the DTE100, IO-1, IO-2, IO-3 and IO-4 can be configured to the respective periphery on a modular basis depending on the application. 3

4 3 Installation Install the GSD file "ifm_0d33.gsd". > > In the hardware catalogue of the controller there is the entry "DTE100" in the section_"profibus DP" "Further field devices" "Gateway". Depending on the application, select the respective module and assign it to the requested slot. Example of a configuration with 2 RFID antennas, one input and one output: 4

5 3.1 Modules available in the hardware configuration Application Module name Description Note Unused channel Channel deactivated Deactivation of the channel Switching outputs of sensors, IEC61131 input signal Switching inputs of controllers, valves, actuators with 24 V voltage supply RFID antennas of the ANT51x family RFID antennas of the ANT51x family RFID antennas of the ANT51x family Input (1 byte In) Output (1 byte In/Out) PIB state (2 bytes In/Out ) RWH UID (11 bytes In/Out) RWH UID (15 bytes In/Out) RWH UID (19 bytes In/Out) RWH STRG (26 bytes In/ Out) RWH STRG (34 bytes In/ Out) RWH STRG (42 bytes In/ Out) Cyclic reading of the input Cyclic reading of the output Acyclic command channel (MS0/MS1) Cyclic reading of UID with 64 bits Cyclic reading of UID with 96 bits Cyclic reading of UID with 128 bits Cyclic command channel (MS0) Cyclic command channel (MS0) Cyclic command channel (MS0) - Data is stored in the periphery input image of the controller. No library access required. Data is read from the periphery output image of the controller and written to the output. No library access required. Library access required. Data is stored in the periphery input image of the controller. No library access required. Data is stored in the periphery input image of the controller. No library access required. Data is stored in the periphery input image of the controller. No library access required Library access required. Library access required. Library access required. For a detailed description of the modules see the device manual of the evaluation unit. 5

6 3.2 Module parameterisation Each module allows additional, individual parameterisation. Module name Channel deactivated Input Description no parameterisation available Output PIB state RWH UID RWH STRG 6

7 3.2.1 Description of the parameters Data hold time Time in seconds for which the input signals C/Qi, I/Q and UID are to be maintained at channels IO-1 IO-4 in the data input image (pulse stretching). With the setting 0.0 s the signal is maintained as long as the respective input detects it. Overload detection Activate or deactivate overload detection on pin L+ for channels IO-1 IO-4. Overcurrent detection Activate or deactivate overload detection on pin L+ for channels IO-1 IO-4. Data block length Data block length of the user memory on the transponder (tag) which is to be read or written. You will find the data block length in the data sheet of the transponder/tag at: Data sheet search Read of UID edge controlled Activate or deactivate trigger for reading UID on channels IO-1 IO-4. If this parameter is deactivated, the UID is read by the RFID antenna every 6 ms and transmitted via the Profibus to the controller (cyclic scanning/screening). If the parameter is activated, scanning of the UID is made with a positive edge of bit RD in the output image of the module RWH UID (edge-controlled scanning). High current 1A on IO-3, IO-4 Activate or deactivate the output current of 1 ampere on channels IO-3 und IO-4. If this parameter is deactivated, the maximum output voltage is limited to 0.5 ampere. 7

8 4 Function blocks The following section describes the available function blocks and their input and output parameters. 4.1 COM_FB The POU COM_FB assumes the communication between the controller and the evaluation unit DTE100. The POUs FB_CONFIG_READ, FB_CONFIG_WRITE, FB_PHYSICAL_READ, FB_PHYSICAL_WRITE, FB_GET and FB_PUT need it for exchanging data within the controller. When the modules PIB_STATE or RWH_STRG are used, it must be called cyclically in the organisation POU OB1. It should be ensured that only those channels are activated via the inputs IOx_ ENABLE on which a module PIB_STATE or RWH_STRG has been configured. Unused channels must be deactivated via the inputs IOx_ENABLE. Otherwise an error message will be generated on output STATUS. The function blocks FB_CONFIG_READ, FB_CONFIG_WRITE, FB_PHYSICAL_ READ, FB_PHYSICAL_WRITE, FB_GET and FB_PUT may only be called after the function block COM_FB has been successfully initialised on the respective channel and this was signalled on the output IOx_Ready. 8

9 Input parameter IN 0: Deactivate POU EXECUTE 1: Execute POU 0 1: Initialisation routine is started. DPM_SYSTEM_ID BYTE Number of the DP master system from the S7 hardware configuration IDU_DP_ADDR WORD Profibus address of the evaluation unit DTE100 (ident unit, IDU) IO1_ENABLE 0: Deactivate IO-1 interface 1: Activate IO-1 interface IO2_ENABLE 0: Deactivate IO-2 interface 1: Activate IO-2 interface IO3_ENABLE 0: Deactivate IO-3 interface 1: Activate IO-3 interface IO4_ENABLE 0: Deactivate IO-4 interface 1: Activate IO-4 interface Output parameter OUT ERROR STATUS IO1_READY WORD 0: No error 1: Error occurred, details see STATUS. The POU is not processed any further and must be restarted via a positive edge on EXECUTE. Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8100: 60s timeout for initialisation expired 4. 0x8101: Evaluation unit does not exist on Profibus 5. 0x8102: No IO interface was activated via IOx_ENABLE 6. 0x8201: Parameter DPM_SYSTEM_ID invalid 7. 0x8202: Parameter IDU_DP_ADDR invalid 8. 0x830x: IOx activated but not available (x = 1...4) 9. 0x840x: IOx with configuration error (e.g. IOx activated but projected as inactive, input or output or UID module projected) (x =1..4) 10. 0x850x: IOx could not be initialised (e.g. because the bit ACP is not implemented at MS1) (x = 1-4) 0: IO-1 interface not ready (see STATUS) 1: IO-1 interface ready, commands can be processed 9

10 IO2_READY IO3_READY IO4_READY 0: IO-2 interface not ready 1: IO-2 interface ready, commands can be processed 0: IO-3 interface not ready 1: IO-3 interface ready, commands can be processed 0: IO-4 interface not ready 1: IO-4 interface ready, commands can be processed 10

11 4.2 FB_CONFIG_READ This POU is used for reading the data length of the command channel selected via CHANNEL. It is not required in normal applications. Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT RESP_DATA BYTE ANY 0 = timeout off = timeout in [s], Default value: 10 s Data area for the maximum packet size supplied by the evaluation unit UDT: MAX_PACK_SIZE 11

12 Output parameter OUT BUSY DONE ERROR STATUS EXT_STATUS WORD DWORD 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter RESP_DATA 9. 0x8500: Slot with RWH UID configuration, the command cannot be executed Error code: 1. 0x : No extended information available 2. Otherwise: see device manual Function Num, Error Decode, Error Code 1, Error Code 2 The RESP_DATA is deleted before writing (0x00). 12

13 4.3 FB_CONFIG_WRITE This POU is used to synchronise the evaluation unit DTE100 with the PLC program within the POU COM_FB. In common applications it is not required. Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT RESP_DATA BYTE ANY 0 = timeout off = timeout in [s], Default value: 10 s Data area for the maximum packet size supplied by the evaluation unit UDT: MAX_PACK_SIZE 13

14 Output parameter OUT BUSY DONE ERROR STATUS EXT_STATUS WORD DWORD 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter CMD_DATA 9. 0x8500: Slot with RWH UID configuration, the command cannot be executed Error code: 1. 0x : No extended information available 2. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 MS0: ConfigIn = 0x00, no other command data.ms0/ms1: ConfigIn = 0x04, no other command data. 14

15 4.4 FB_PHYSICAL_READ This POU is used for reading the user memory range within the transponder (tag). Depending on the tag type the data block length has to be entered within the user configuration of the modules PIB and RHW_STRG. You will find the data block length in the data sheet of the transponder/tag at: Data sheet search Example Setting with "Data block length" = 8 bytes: 15

16 Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT UID START_ADR BYTE ARRAY [1...8] OF BYTE DWORD 0 = timeout off = timeout in [s], Default value: 10 s UID!= 0: The DTE100 must wait until a tag with the indicted UID is read, then the command is executed by the DTE100. UID = 0: Immediate execution of the command by DTE100. Start address of the tag memory area as from where reading starts. LEN INT Number of bytes to be read by the tag. RESP_DATA ANY Data area for the data read by the evaluation unit Example: Reference to a data POU "DATA_PHYSICAL_READ or DB4 with the structure "Array[0 2048] of Byte, name "data : "DATA_PHYSICAL_READ".data or DB4.data Output parameter OUT BUSY DONE ERROR 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS. 16

17 Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS STATUS WORD 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter RESP_DATA 9. 0x8204: Invalid parameter LEN 10. 0x8500: Module deactivated or configured with RWH UID, input or output. The command cannot be executed Error code: EXT_STATUS DWORD 1. 0x : No extended information available 2. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 The RESP_DATA is deleted before writing (0x00). 17

18 4.5 FB_PHYSICAL_WRITE This POU is used for writing the user memory range within the transponder (tag). Depending on the tag type the data block length has to be entered within the user configuration of the modules PIB and RHW_STRG. Example Setting with "Data block length" = 8 bytes: 18

19 Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT UID START_ADR BYTE ARRAY [1...8] OF BYTE DWORD 0 = timeout off = timeout in [s], Default value: 10 s UID!= 0: The DTE100 must wait until a tag with the indicted UID is read, then the command is executed by the DTE100. UID = 0: Immediate execution of the command by DTE100. Start address of the tag memory range as from where writing starts. LEN INT Number of bytes to be written to the tag. CMD_DATA ANY Data area with the data to be sent to the evaluation unit. Example: Reference to a data POU "DATA_PHYSICAL_WRITE or DB3 with the structure "Array[0 2048] of Byte, name "data": "DATA_PHYSICAL_WRITE".data or DB3.data Output parameter OUT BUSY DONE ERROR 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS. 19

20 STATUS EXT_STATUS WORD DWORD Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter CMD_DATA 9. 0x8204: Invalid parameter LEN 10. 0x8500: Module deactivated or configured with RWH UID, input or output. The command cannot be executed Error code: 1. 0x : No extended information available 2. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 20

21 4.6 FB_DEV_STATUS This POU is used for reading the Profibus identification and maintenance data I&M and I&M1. Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT BYTE 0 = timeout off = timeout in [s], Default value: 10 s CMD_ATTRIBUTE BYTE 0x04: Reading the I&M0 data structure 0x05: Reading the I&M1 data structure RESP_DATA ANY Data area for the I&M data read by the evaluation unit UDT: IM0_DATA or IM1_DATA 21

22 Output parameter OUT BUSY DONE ERROR STATUS EXT_STATUS WORD DWORD 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8101: Evaluation unit does not exist on Profibus 7. 0x8201: Invalid parameter IDB_COM_FB 8. 0x8202: Invalid parameter CHANNEL 9. 0x8203: Invalid parameter RESP_DATA 10. 0x8204: Invalid parameter CMD_ATTRIBUTE 11. 0x8500: Slot with RWH UID configuration, the command cannot be executed Error code: 1. 0x : No extended information available 2. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 22

23 4.7 FB_WRITE_IM1 This POU is used for writing the Profibus identification and maintenance data I&M1. Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB IM1_DATA ANY Data area with the I&M1 data to be sent to the evaluation unit. UDT: IM1_DATA 23

24 Output parameter OUT BUSY DONE ERROR STATUS WORD 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error 2. 0x8101: Evaluation unit does not exist on Profibus 3. 0x8201: Invalid parameter IDB_COM_FB or COM_FB not yet initialised 4. 0x8202: Invalid parameter IM1_DATA In contrast to the Profibus specification, the POU internally starts the system function block SFB53 (WR_REC) on slot 0 and index 254 with the data indicated in "IM1_DATA". 24

25 4.8 FB_GET This POU is used for executing different individual commands which can be selected via the input SUB_CMD: Application Subcommand Description Read the Ethernet settings Get_Ethernet_Parameter IP address, gateway address, subnet mask Read the device settings Read the time Read the device information of the RFID antennas Read the set data block information of the tag Read the data block information of the tag Read the available diagnostic information Read the MAC address of the Ethernet port Read the available diagnostic information of the RFID antenna Read the modular configuration of the selected channel Get_Ident_Unit_Parameter Get_Clock Get_Ant_Type Get_Block_Parameter Get_Transponder_Type Get_Ident_Diagnosis Get_MAC_Address Get_Ant_Diagnosis Data format, overload setting, overcurrent setting, high-current setting Year, month, day, hour, minute, second, hundredth of a second Article number, type, hardware version, software version, production date Maximum number of blocks, block length of the device Maximum number of blocks, block length of the tag Device diagnosis, channel diagnosis Ethernet media access control register Read the different diagnosis objects from the RFID antenna Get_Channel_Mode - 25

26 Application Subcommand Description Read the UID of the tag Get_UID - Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface CMD_TIME_OUT SUB_CMD BYTE BYTE 0 = timeout off = timeout in [s], Default value: 10 s Subcommand 0xC1: GET_ETHERNET_PARAMETER (UDT: ETH_PARA) 0xC2: GET_IDENT_UNIT_PARAMETER (UDT: IDENT_UNIT_ PARA) 0xC3: GET_CLOCK (UDT: CLOCK) 0xC5: GET_ANT_TYPE (UDT: ANT_TYPE) 0xC6: GET_BLOCK_PARAMETER (UDT: BLOCK_PARA) 0xC7: GET_TRANSPONDER_TYPE (UDT: TRANSPON- DER_TYPE) 0xC8: GET_IDENT_DIAGNOSIS (UDT: IDENT_DIAG) 0xC9: GET_MAC_ADDRESS (UDT: MAC_ADDRESS) 0xCA: GET_ANT_DIAGNOSIS (UDT: ANT_DIAG) 0xCB: GET_CHANNEL_MODE (UDT: CHANNEL_MODE) 0xCD: GET_UID (UDT: CHANNEL_MODE) SUB_CMD_DATA BYTE Extended option for the subcommand RESP_DATA ANY Data area for the data read by the evaluation unit UDT: see SUB_CMD 26

27 Output parameter OUT BUSY 0: POU ready for new command 1: Command is processed DONE 0: No command initiated or command not yet completed 1: Command executed ERROR 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat STATUS WORD 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter RESP_DATA 9. 0x8204: Invalid parameter SUB_CMD 10. 0x8205: Invalid parameter SUB_CMD_DATA (no DB or DB of the wrong UDT type was transferred) 11. 0x8500: Slot with RWH UID configuration, the command cannot be executed Error code: EXT_STATUS DWORD 75. 0x : No extended information available 76. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 The RESP_DATA is deleted before writing (0x00). 27

28 4.9 FB_PUT This POU is used for executing different individual commands which can be selected via the input SUB_CMD: Application Subcommand Description Programming of the Ethernet settings Programming of the device settings Programming of the time Restoration of the factory settings Programming of the data block settings Set_Ethernet_Parameter Set_Ident_Unit_Parameter Set_Clock Set_Defaults Set_Block_Parameter IP address, gateway address, subnet mask Data format, overload setting, overcurrent setting, high-current setting Year, month, day, hour, minute, second, hundredth of a second Article number, type, hardware version, software version, production date Setting of the default values of the IP address, gateway address, subnet mask, data format, time, Profibus address Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CHANNEL BYTE Channels 1-4 for the IO interface 28

29 0 = timeout off CMD_TIME_OUT BYTE = timeout in [s], Default value: 10 s Subcommand 0xD1: SET_ETHERNET_PARAMETER (UDT: ETH_PARA) SUB_CMD BYTE 0xD2: SET_IDENT_UNIT_PARAMETER (UDT: IDENT_UNIT_ PARA) 0xD3: SET_CLOCK (UDT: CLOCK) 0xD5: SET_DEFAULTS (UDT: - ) 0xD6: SET_BLOCK_PARAMETER (UDT: BLOCK_PARA) CMD_DATA ANY Data area with the data to be sent to the evaluation unit. UDT: see SUB_CMD Output parameter OUT BUSY DONE ERROR STATUS EXT_STATUS WORD DWORD 0: POU ready for new command 1: Command is processed 0: No command initiated or command not yet completed 1: Command executed 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8001: Negative response of the evaluation unit, for more details see EXT_STATUS 4. 0x8002: RAM battery flat 5. 0x8100: Timeout for command processing expired 6. 0x8201: Invalid parameter IDB_COM_FB 7. 0x8202: Invalid parameter CHANNEL 8. 0x8203: Invalid parameter SUB_CMD 9. 0x8204: Invalid parameter SUB_CMD_DATA (no DB or DB of the wrong UDT type was transferred) 10. 0x8500: Slot with RWH UID configuration, the command cannot be executed Error code: 1. 0x : No extended information available 2. Otherwise: Function Num, Error Decode, Error Code 1, Error Code 2 29

30 4.10 FB_DIAG This POU is used for reading the Profibus DP diagnosis within the device Input parameter IN ENABLE 0: The POU is deactivated. 1: The diagnostic data is read cyclically and stored at DIAG_ DATA IDU_ADR WORD Profibus address of the evaluation unit DIAG_DATA ANY Data area for the diagnostic data read by the evaluation unit UDT: DIAG_DATA 30

31 Output parameter OUT ERROR 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error STATUS WORD 2. 0x8000: Internal error (e.g. unexpected return value of an SFC, undefined status word of the evaluation unit) 3. 0x8101: Evaluation unit does not exist on Profibus 4. 0x8202: Invalid parameter DIAG_DATA The data DIAG_DATA is written with 0x00 before each execution of the command. If there is no diagnosis, the diagnostic data reads 0x00. Diagnosis is read via the SVD 13 "DPNRM_DG". 31

32 4.11 FB_SET_ANTENNA This POU is used to activate/deactivate the transmission field of the RFID antenna. Input parameter IN REQUEST 0 1: Start command 0: Stop or reset command IDB_COM_FB BLOCK_DB Instance POU of the COM_FB CMD_TIME_OUT BYTE 0 = timeout off = timeout in [s], Default value: 10 s ANT1_ENABLE 0: Deactivate antenna 1 1: Activate antenna 1 ANT2_ENABLE 0: Deactivate antenna 2 1: Activate antenna 2 ANT3_ENABLE 0: Deactivate antenna 3 1: Activate antenna 3 32

33 ANT4_ENABLE 0: Deactivate antenna 4 1: Activate antenna 4 Output parameter OUT BUSY 0: POU ready for new command 1: Command is processed DONE 0: No command initiated or command not yet completed 1: Command executed ERROR 0: No error 1: Error occurred, details see STATUS. Error code: 1. 0x0000: No error STATUS WORD 2. 0x800x: Error when activating/deactivating the antennas (bits 0..3 = error on antennas 1-4) 3. 0x8100: Timeout for command processing expired 4. 0x8201: Parameter IDB_COM_FB invalid 33

34 4.12 User-defined data type UDT1: ETH_PARA UDT2: MAC_ADDRESS UDT3: IDENT_UNIT_PARA UDT4: CLOCK 34

35 UDT5: TRACEBUFFER UDT6: ANT_TYPE 35

36 UDT7: BLOCK_PARA UDT8: TRANSPONDER_TYPE UDT9: IDENT_DIAG 36

37 UDT10: ANT_DIAG UDT11: CHANNEL_MODE UDT15: MAX_PACK_SIZE UDT16: DIAG_DATA 37

38 38

39 UDT17: IM0_DATA UDT18: IM1_DATA 39

Operating instructions RFID evaluation unit DTE / / 2011

Operating instructions RFID evaluation unit DTE / / 2011 Operating instructis RFID evaluati unit DTE100 UK 706095 / 00 11 / 2011 Ctents 1 Preliminary note...4 1.1 Notes this document...4 1.2 Symbols used...4 2 Safety instructis...4 2.1 General...4 2.2 Installati

More information

Operating instructions RFID evaluation unit DTE / / 2016

Operating instructions RFID evaluation unit DTE / / 2016 Operating instructions RFID evaluation unit DTE101 80005398 / 01 06 / 2016 Contents 1 Preliminary note...4 1.1 Notes on this document...4 1.2 Symbols used...4 2 Safety instructions...4 2.1 General...4

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

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

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

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

Product type designation. General information. CiR - Configuration in RUN. Input current. Power loss. Memory Data sheet SIMATIC S7-400, CPU 412-2 CENTRAL PROCESSING UNIT WITH: 512 KB WORKING MEMORY, (256 KB CODE, 256 KB DATA), 1. INTERFACE MPI/DP 12 MBIT/S, 2. INTERFACE PROFIBUS DP Product type designation General

More information

Operating instructions RFID read/write head with IO-Link DTIxxx

Operating instructions RFID read/write head with IO-Link DTIxxx Operating instructions RFID read/write head with IO-Link DTIxxx 706470 / 00 04 / 2018 Contents 1 Preliminary note................................................. 4 1.1 Symbols used...............................................

More information

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

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

More information

FNL Modbus TCP Interface

FNL Modbus TCP Interface FNL Modbus TCP Interface Users Manual V0.1 17.06.2009 Project No.: 5304 Doc-ID.: FNL Modbus TCP Interface-UM-V0.1 Status: Released COMSOFT d:\windoc\icp\doku\hw\fnl\modbus tcp\version_0.1\fnl_modbus_tcp_e.doc

More information

Supplementary device manual AS-i controller e with Profibus DPV1 A AC1355, AC1356 AC1365, AC1366

Supplementary device manual AS-i controller e with Profibus DPV1 A AC1355, AC1356 AC1365, AC1366 Supplementary device manual AS-i controller e with Profibus DPV1 A AC1355, AC1356 AC1365, AC1366 AS-i master profile: M4 Firmware: from version RTS 3.0 onwards Target: from V.15 onwards for CoDeSys from

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

More information

Operating Instructions IO-Link Master with Modbus TCP interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1342

Operating Instructions IO-Link Master with Modbus TCP interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1342 Operating Instructions IO-Link Master with Modbus TCP interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1342 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391206

More information

1 1 Introduction Basics New Functions in DPV Example: Evaluation of Interrupt Information from OB 40 with SFB

1 1 Introduction Basics New Functions in DPV Example: Evaluation of Interrupt Information from OB 40 with SFB ss Product Information Conversion to DPV1 Edition 01/03 Contents 1 1 Introduction 1-1 2 2 Basics 2-1 3 3 New Functions in DPV1 3-1 4 4 Example: Evaluation of Interrupt Information from OB 40 with SFB 54

More information

SIMATIC S7-400, CPU KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3.

SIMATIC S7-400, CPU KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3. Product data sheet SIMATIC S7-400, CPU 414-3 768 KB WORKING MEMORY (384 KB CODE, 384 KB DATA) 1. INTERFACE MPI/DP 12 MBIT/S 2.IF PROFIBUS DP, 3.IF FOR IFM CiR - Configuration in RUN CiR synchronization

More information

System CPX-E. IO-Link master module CPX-E-4IOL- Description. Protocol IO-Link. Function Parameterisation [ ]

System CPX-E. IO-Link master module CPX-E-4IOL- Description. Protocol IO-Link. Function Parameterisation [ ] System CPX-E IO-Link master module CPX-E-4IOL- Description Protocol IO-Link Function Parameterisation 877 27-7 [879] IO-Link master module CPX-E-4IOL- Original instructions CPX-E-4IOL- -E N IO-Link is

More information

Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal

Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal UK ANT513 and E8037x 706120 / 00 07 / 2014 Contents 1 Preliminary

More information

Supplementary instructions Sigma X control type with PROFIBUS

Supplementary instructions Sigma X control type with PROFIBUS Supplementary instructions Sigma X control type with PROFIBUS EN These operating instructions are only valid in combination with the "Operating instructions for diaphragm motor driven dosing pump Sigma

More information

Operating Instructions IO-Link Master with PROFINET interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1302

Operating Instructions IO-Link Master with PROFINET interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1302 Operating Instructions IO-Link Master with PROFINET interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1302 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391154 /

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

Cover. Universal-Parameter-Server (FB 24) SIMATIC S7. Function Block Description November Applikationen & Tools. Answers for industry.

Cover. Universal-Parameter-Server (FB 24) SIMATIC S7. Function Block Description November Applikationen & Tools. Answers for industry. Cover Universal-Parameter-Server (FB 24) SIMATIC S7 Function Block Description November 2010 Applikationen & Tools Answers for industry. Industry Automation and Drives Technologies Service & Support Portal

More information

Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal

Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal Mounting and installation instructions Positioning of the ID tags with regard to the read/write head Installation of the ID tags in/on metal UK ANT5 and E8036x 7069 / 00 0 / 03 Contents Preliminary note....

More information

Assignment of PROFIsafe Addresses via User Program Safety Integrated https://support.industry.siemens.com/cs/ww/de/view/109748466 Siemens Industry Online Support Siemens AG 2017 All rights reserved 1 Validity

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU319F-3 PN/DP, CENTRAL PROCESSING UNIT WITH 2.5 MBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE DP-MASTER/SLAVE, 3. INTERFACE ETHERNET PROFINET, WITH 2 PORT

More information

Operating Instructions IO-Link Master with Profinet interface StandardLine 8 Ports IP 65 / IP 67 AL1102

Operating Instructions IO-Link Master with Profinet interface StandardLine 8 Ports IP 65 / IP 67 AL1102 Operating Instructions IO-Link Master with Profinet interface StandardLine 8 Ports IP 65 / IP 67 AL1102 ifm firmware: 1.1.22 or higher LR DEVICE: 1.1.0.87 or higher IO-Link: 1.1.2 English 7391100_00_UK

More information

Device manual Field modules DP AC2630 / AC2631 / AC2634 AC2636 / AC2637 / AC / / 2013

Device manual Field modules DP AC2630 / AC2631 / AC2634 AC2636 / AC2637 / AC / / 2013 Device manual Field modules DP AC2630 / AC2631 / AC2634 AC2636 / AC2637 / AC2638 7390983 / 00 03 / 2013 Contents 1 Preliminary note................................................. 4 2 Safety instructions...............................................

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

TECHNOTE IOL-CALL Function block with HarhIO PROFINET IO-Link Master

TECHNOTE IOL-CALL Function block with HarhIO PROFINET IO-Link Master Rev Date File Name 1.0 05/12/2017 Product line: Brad Harsh-Duty IO Modules Part number: TCIEP-888P-D1U Environment: / Related documents: Harsh-Duty IO Modules User s manuals Restriction : / Although every

More information

Operating Instructions IO-Link Master with EtherNet/IP interface DataLine 4 Ports IP 65 / IP 66 / IP 67 AL1320

Operating Instructions IO-Link Master with EtherNet/IP interface DataLine 4 Ports IP 65 / IP 66 / IP 67 AL1320 Operating Instructions IO-Link Master with EtherNet/IP interface DataLine 4 Ports IP 65 / IP 66 / IP 67 AL1320 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391156

More information

Product Information on the Manual

Product Information on the Manual Product Information on the Manual Edition 04.2003 S7-300 Module Specifications, Edition 11/2002, (A5E00105505-02) Introduction The S7-300 product family has been enhanced and improved. This document contains

More information

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

General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory Data sheet SIMATIC S7-400, CPU 412-2 PN CENTRAL PROCESSING UNIT WITH: 1 MB WORKING MEMORY, (0,5 MB CODE; 0,5 MB DATA) INTERFACES: 1. IF MPI/DP 12 MBIT/S (X1), 2. IF ETHERNET/PROFINET (X5), General information

More information

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

100 ms. 30 µs; Time per I/O byte. 24 V DC No; Power supply via system power supply. Not relevant for 400 series (300 series set)

100 ms. 30 µs; Time per I/O byte. 24 V DC No; Power supply via system power supply. Not relevant for 400 series (300 series set) 6ES7412-2XJ05-0AB0 SIMATIC S7-400, CPU 412-2 CENTRAL PROCESSING UNIT WITH: 512 KB WORKING MEMORY, (256 KB CODE, 256 KB DATA), 1. INTERFACE MPI/DP 12 MBIT/S, 2. INTERFACE PROFIBUS DP Product type designation

More information

Additional instructions Videographic recorder LINAX DR3000. PROFINET Device

Additional instructions Videographic recorder LINAX DR3000. PROFINET Device Additional instructions Videographic recorder LINAX DR3000 PROFINET Device Table of contents: 1 General information... 3 1.1 Scope of delivery... 3 1.2 Firmware history... 3 1.3 Connections... 4 1.3.1

More information

Operator Manual for Profibus

Operator Manual for Profibus PROCESS ANALYSERS SERVOPRO MultiExact Operator Manual for Profibus Part Number: Revision: Language: 05410007A 0 UK English This page intentionally blank LIST OF CONTENTS Section Page 1. DESCRIPTION AND

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

For the configuration of the I/O-modules in a control system an EDS-file is required. The names of the files are as follows:

For the configuration of the I/O-modules in a control system an EDS-file is required. The names of the files are as follows: Quick Reference for I/O-modules 0980 ESL 710 and 0980 ESL 711 This quick reference shall help to put the LioN-M I/O-modules 0980 ESL 710 and 0980 ESL 711 with Ethernet/IP interface into operation. It explains

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU 317-2 PN/DP, CENTRAL PROCESSING UNIT WITH 1 MB WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU 315-2 PN/DP, CENTRAL PROCESSING UNIT WITH 384 KBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300, CPU 315F-2DP FAILSAFE CPU WITH MPI INTERFACE INTEGRATED 24V DC POWER SUPPLY, 384 KB WORKING MEMORY, 40MM WIDE, 2. INTERFACE DP- MASTER/SLAVE MICRO MEMORY CARD REQUIRED General

More information

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

Product type designation. General information. CiR - Configuration in RUN. Supply voltage. Input current. Power loss. Memory Data sheet SIMATIC S7-400H, CPU 414-5H, CENTRAL UNIT FOR S7-400H AND S7-400F/FH, 5 INTERFACES: 1X MPI/DP, 1X DP, 1X PN AND 2 FOR SYNC MODULES 4 MB MEMORY (2 MB DATA/2 MB CODE) Product type designation

More information

General information. Supply voltage. Input current

General information. Supply voltage. Input current Data sheet SIMATIC S7-300 CPU315F-2 PN/DP, CENTRAL PROCESSING UNIT WITH 512 KBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE ETHERNET PROFINET, WITH 2 PORT SWITCH, MICRO MEMORY CARD NECESSARY

More information

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

Device manual Profibus encoder. RM30xx RN30xx /00 06/2013

Device manual Profibus encoder. RM30xx RN30xx /00 06/2013 Device manual Profibus encoder RM30xx RN30xx 706355/00 06/2013 Contents 1 Preliminary note................................................. 4 1.1 Symbols used...............................................

More information

OPERATION MANUAL. PROFIBUS Model 9163

OPERATION MANUAL. PROFIBUS Model 9163 OPERATION MANUAL PROFIBUS Model 9163 2008 burster präzisionsmesstechnik gmbh & co kg All rights reserved Manufacturer: burster praezisionsmesstechnik gmbh & co kg Talstrasse 1 5 P.O. Box 1432 76593 Gernsbach,

More information

Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 8 Ports IP 65 / IP 67 AL1222

Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 8 Ports IP 65 / IP 67 AL1222 Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 8 Ports IP 65 / IP 67 AL1222 ifm firmware: 1.1.22 or higher LR DEVICE: 1.1.0.87 or higher IO-Link: 1.1.2 English 7391115_00_UK

More information

ProfinetCommander User Manual 3.1 March 2010

ProfinetCommander User Manual 3.1 March 2010 ProfinetCommander User Manual 3.1 March 2010-1 - ProfinetCommander User Manual V3.1 Table of Contents ProfinetCommander...1 User Manual...1 1.0 Version History...2 2.0 Introduction...3 3.0 Hardware and

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

Original Device Manual AS-i IO-Link Gateway AC5225. Device state: AF IO-Link: v. 1.0 ifm firmware: v AS-i master profile: M4.

Original Device Manual AS-i IO-Link Gateway AC5225. Device state: AF IO-Link: v. 1.0 ifm firmware: v AS-i master profile: M4. Original Device Manual AS-i IO-Link Gateway AC5225 Device state: AF IO-Link: v. 1.0 ifm firmware: v. 1.16 AS-i master profile: M4 English 7390705_02_UK 2016-06-24 1 Contents Contents 1 On this manual 4

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

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

Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA)

Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA) Training Document for Integrated Automation Solutions Totally Integrated Automation (TIA) MODULE E07 Diagnosis on the PROFINET with IO Controller CPU 315F-2 PN/DP, Switch SCALANCE X208 and IO Device ET

More information

MCD 200 MCD 500. Remove the Profibus Module using the following procedure: 1. Remove power from the module.

MCD 200 MCD 500. Remove the Profibus Module using the following procedure: 1. Remove power from the module. Installation INSTALLATION INSTRUCTIONS: MCD PROFIBUS MODULE Order Code: 175G9001 1. Installation 1. Remove control power and mains supply from the soft starter. 2. Attach the module to the soft starter

More information

Operating Instructions IO-Link Master with EtherCAT interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1332

Operating Instructions IO-Link Master with EtherCAT interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1332 Operating Instructions IO-Link Master with EtherCAT interface DataLine 8 Ports IP 65 / IP 66 / IP 67 AL1332 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391162 /

More information

CPU 319F-3 PN/DP. Page 1682 Mar 2008 Siemens ITS

CPU 319F-3 PN/DP. Page 1682 Mar 2008 Siemens ITS CPU 319F-3 PN/DP Function Password protection; a password concept protects the user program from unauthorized access. Diagnostics buffer; the last 100 error and interrupt events are stored in a buffer

More information

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

Product type designation. General information. Supply voltage. Input current. Power loss

Product type designation. General information. Supply voltage. Input current. Power loss Data sheet SIMATIC S7-300, CPU 315-2DP CPU WITH MPI INTERFACE INTEGRATED 24 V DC POWER SUPPLY 256 KBYTE WORKING MEMORY 2. INTERFACE DP-MASTER/SLAVE MICRO MEMORY CARD NECESSARY Product type designation

More information

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

Installation Guide. O2Vxxx / / 2015

Installation Guide. O2Vxxx / / 2015 Installation Guide O2Vxxx 706371 / 01 10 / 2015 Contents 1 Preliminary note................................................. 4 1.1 Symbols used............................................... 4 1.2 Warning

More information

PROFINET IO PROFINET IO. Decentral Periphery

PROFINET IO PROFINET IO. Decentral Periphery PROFINET IO 1 1 PROFINET as Modular Technology Motion Control MES Safety Process Automation Verteilte Automation Fieldbus Integration Security 2 Network Installation Network Management Real-time Communication

More information

Programming Interface Description of the Functions

Programming Interface Description of the Functions SIMATIC NET Programming Interface DP-Base Master Class 2 for CP 5613/CP 5614 Preface, Contents of the Functions of the DP Master Class 2 1 Manual C79000-G8976-C165-01 Release 07/2001 Classification of

More information

Operating Instructions IO-Link Master with EtherNet/IP interface StandardLine 4 Ports IP 65 / IP 66 / IP 67 AL1120

Operating Instructions IO-Link Master with EtherNet/IP interface StandardLine 4 Ports IP 65 / IP 66 / IP 67 AL1120 Operating Instructions IO-Link Master with interface StandardLine 4 Ports IP 65 / IP 66 / IP 67 AL1120 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391219 / 01 05

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

Device manual Diagnostic electronics with PROFINET-IO interface for vibration sensors VSE150

Device manual Diagnostic electronics with PROFINET-IO interface for vibration sensors VSE150 Device manual Diagnostic electronics with PROFINET-IO interface for vibration sensors VSE150 80257046/00 10/2017 Contents 1 Preliminary note................................................. 4 1.1 Explanation

More information

Manual. MOVIFIT Function Level "Technology" Edition 08/2006 FC / EN

Manual. MOVIFIT Function Level Technology Edition 08/2006 FC / EN Gearmotors \ Industrial Gear Units \ Drive Electronics \ Drive Automation \ Services MOVIFIT Function Level "Technology" FC475000 Edition 08/2006 11501014 / EN Manual SEW-EURODRIVE Driving the world Contents

More information

Digital input module DI 8x24VDC HS (6ES7131 6BF00 0DA0) SIMATIC ET 200SP (6ES7131 6BF00 0DA0) Preface. Documentation guide.

Digital input module DI 8x24VDC HS (6ES7131 6BF00 0DA0) SIMATIC ET 200SP (6ES7131 6BF00 0DA0) Preface. Documentation guide. Digital input module DI 8x24VDC HS (6ES7131 6BF00 0DA0) SIMATIC ET 200SP Digital input module DI 8x24VDC HS (6ES7131 6BF00 0DA0) Manual Preface Documentation guide 1 Product overview 2 Operating mode DI

More information

Operating instructions Memory plug E /02 11/2011

Operating instructions Memory plug E /02 11/2011 Operating instructions Memory plug E30398 UK 704930/02 11/2011 Contents 1 Preliminary note...3 1.1 Symbols used...3 1.2 Terms used...3 2 Safety instructions...4 3 Factory setting...4 4 Functions and features...5

More information

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual Motors Automation Energy Transmission & Distribution Coatings Profibus DP SRW 01 User s Manual Profibus DP User s Manual Series: SRW 01 Firmware Version: V6.0X Language: English Document Number: 10000521541

More information

Device Manual IO-Link Master with EtherNet/IP interface CabinetLine 8 Ports IP 20 AL1920

Device Manual IO-Link Master with EtherNet/IP interface CabinetLine 8 Ports IP 20 AL1920 Device Manual IO-Link Master with EtherNet/IP interface CabinetLine 8 Ports IP 20 AL1920 IO-Link: 1.1.2 ifm firmware: 2.1.28 or higher LR DEVICE: 1.3.1.x or higher English 7391165 / 01 05 / 2018 Content

More information

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 SP1 Readme

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 SP1 Readme SIMATIC Industrial software Readme General information Content This Readme file contains information about SIMATIC S7-PLCSIM Advanced V2.0 SP1. The information should be considered more up-to-date than

More information

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com Operation manual HDOM-Profibus-V0 More options please visit;www.veikong-electric.com Contents 1 Introduction... 1 1.1 Product description... 1 1.2 HDOM-Profibus-V0 label... 1 1.3 Technical specifications...

More information

IO-Link System Description Technology and Application

IO-Link System Description Technology and Application www.io-link.com IO-Link System Description Technology and Application Contents Preface... 3 1 Benefits of IO-Link.... 4 2 Systen Overwiev.... 5 2.1 Overview of IO-Link...5 2.2 IO-Link interface...6 2.3

More information

SMART RELAY SRW 01 V4.0X

SMART RELAY SRW 01 V4.0X Motors Automation Energy Transmission & Distribution Coatings SMART RELAY SRW 01 V4.0X Profibus DP Communication Manual Profibus DP Communication Manual Series: SRW 01 Firmware Version: V4.0X Language:

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

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

Product type designation. General information. Supply voltage

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

More information

Product type designation. General information. Supply voltage. Input current. Power losses

Product type designation. General information. Supply voltage. Input current. Power losses Data sheet SIMATIC S7-300, CPU317-2 DP, CENTRAL PROCESSING UNIT WITH 1 MBYTE WORKING MEMORY, 1. INTERFACE MPI/DP 12MBIT/S, 2. INTERFACE DP-MASTER/SLAVE, MICRO MEMORY CARD NECESSARY Product type designation

More information

Modular Control System KS VARIO

Modular Control System KS VARIO Modular Control System KS VARIO Interface Description PROFINET 9499 040 94211 valid from: 1/2015 SIMATI is a registered trademark of Siemens AG STEP is a registered trademark of Siemens AG is a registered

More information

Original Programming Manual Fail-safe SmartPLC AC4S with fieldbus interfaces AC402S AC422S

Original Programming Manual Fail-safe SmartPLC AC4S with fieldbus interfaces AC402S AC422S Original Programming Manual Fail-safe SmartPLC AC4S with fieldbus interfaces AC402S AC422S for ISO 13849 up to PL e for IEC 61508 SIL 3 and 62061 up to SIL CL 3 Firmware: 4.0.2 CODESYS Development System:

More information

Operating Instructions IO-Link Master with EtherNet/IP interface StandardLine 8 Ports IP 65 / IP 67 AL1122

Operating Instructions IO-Link Master with EtherNet/IP interface StandardLine 8 Ports IP 65 / IP 67 AL1122 Operating Instructions IO-Link Master with EtherNet/IP interface StandardLine 8 Ports IP 65 / IP 67 AL1122 ifm firmware: 1.1.22 or higher LR DEVICE: 1.1.0.87 or higher IO-Link: 1.1.2 English 7391102_00_UK

More information

Manual. MOVIFIT Function Level "Classic" Edition 06/2006 FC / EN

Manual. MOVIFIT Function Level Classic Edition 06/2006 FC / EN Gearmotors \ Industrial Gear Units \ Drive Electronics \ Drive Automation \ Services MOVIFIT Function Level "Classic" FC474000 Edition 06/2006 11461012 / EN Manual SEW-EURODRIVE Driving the world Contents

More information

Product type designation. General information. Supply voltage. Input current

Product type designation. General information. Supply voltage. Input current Data sheet SIMATIC S7-300, CPU 312C COMPACT CPU WITH MPI, 10 DI/6 DO, 2 FAST COUNTERS (10 KHZ), INTEGRATED 24V DC POWER SUPPLY, 64 KBYTE WORKING MEMORY, FRONT CONNECTOR (1 X 40PIN) AND MICRO MEMORY CARD

More information

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

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

More information

Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 4 Ports IP 65 / IP 67 AL1220

Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 4 Ports IP 65 / IP 67 AL1220 Operating Instructions IO-Link Master with EtherNet/IP interface PowerLine 4 Ports IP 65 / IP 67 AL1220 ifm firmware: 1.1.22 or higher LR DEVICE: 1.1.0.87 or higher IO-Link: 1.1.2 English 7391114_00_UK

More information

System CPX-E. Bus module CPX-E-EC. Description. Protocol EtherCAT. Function Parameterisation [ ]

System CPX-E. Bus module CPX-E-EC. Description. Protocol EtherCAT. Function Parameterisation [ ] System CPX-E Bus module CPX-E-EC Description Protocol EtherCAT Function Parameterisation 8071155 2017-07 [8071157] Bus module CPX-E-EC Original instructions CPX-E-EC-E N EtherCAT, TwinCAT are registered

More information

DANGER indicates that death or severe personal injury will result if proper precautions are not taken.

DANGER indicates that death or severe personal injury will result if proper precautions are not taken. Introduction 1 Information about the library 2 SIMATIC Block library PAC3200 library for SIMATIC WinCC Function Manual Description of blocks 3 Configuring guide 4 Technical data 5 Technical Support 6 09/2010

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

ENCODER SERIES Pxx WITH PROFIBUS-DP INTERFACE

ENCODER SERIES Pxx WITH PROFIBUS-DP INTERFACE Profibus-DP Documentation ENCODER SERIES Pxx WITH PROFIBUS-DP INTERFACE PxxDocSTD R3/06/00 1 CONTENTS: 1. Mechanical installation:... 3 2. Electric installation:... 3 2.1 Connections... 3 2.2 Termination...

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

Device Manual AS-i Gateway with EtherNet/IP device interface AC1421 AC1422. Master Profile: M4 Firmware: 4.2.x. English

Device Manual AS-i Gateway with EtherNet/IP device interface AC1421 AC1422. Master Profile: M4 Firmware: 4.2.x. English Device Manual AS-i Gateway with EtherNet/IP device interface AC1421 AC1422 Master Profile: M4 Firmware: 4.2.x English 7391193/00 12/2017 Preliminary note Legal and copyright information Contents 1 Preliminary

More information

IO-Link point-to-point communication.

IO-Link point-to-point communication. IO-Link point-to-point communication. www.ifm-electronic.com/io-link fluid sensors and diagnostic systems position sensors and object recognition bus, identification and control systems The point-to-point

More information

TeSys U LULC07 Profibus DP Communication Module

TeSys U LULC07 Profibus DP Communication Module 1672612 03/2009 TeSys U LULC07 Profibus DP Communication Module Acyclic Data Read/Write with Siemens Application Note 03/2009 1672612 www.schneider-electric.com Schneider Electric assumes no responsibility

More information

Programming package STEP 7 V5.2 SP1 or higher with HSP 0126

Programming package STEP 7 V5.2 SP1 or higher with HSP 0126 Product data sheet SIMATIC S7-300, CPU 315F CENTRAL UNIT FOR S7-300F, 192 KB WORKING MEM., 40MM WIDE, 384 BYTES PAE/384 BYTES PAA, 2 INTERFACES: 1 MPI UND 1 DP INTEGRATED 24V DC POWER SUPPLY, MICRO MEMORY

More information

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

User s Manual DX1000/DX1000N/DX2000 PROFIBUS-DP (/CP1) Communication Interface

User s Manual DX1000/DX1000N/DX2000 PROFIBUS-DP (/CP1) Communication Interface User s Manual DX1000/DX1000N/DX2000 PROFIBUS-DP (/CP1) Communication Interface Yokogawa Electric Corporation 3rd Edition Thank you for purchasing Daqstation DX1000, DX1000N, or DX2000 (Hereafter, called

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

IO-Link System Description. Technology and Application

IO-Link System Description. Technology and Application IO-Link System Description Technology and Application Contents List of Figures Preface... II 1 Benefits of IO-Link.... 3 2 Systen Overwiev... 3 2.1 Overview of IO-Link................. 3 2.2 IO-Link interface...4

More information

UFC 400 Supplementary instructions

UFC 400 Supplementary instructions UFC 400 Supplementary instructions Signal converter for ultrasonic flowmeters Description of PROFIBUS interface PROFIBUS PA: PROFIBUS device with MBP Physical Interface and PA Profile 3.02 (V2.2.3_ / 140430)

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

6ES7151-8AB01-0AB0. 5/18/2011 Siemens Industry IA/DT/BT Service&S. siemens.com/ww/llisapi.dll?func=csl 1/10 ET200S, IM151-8 PN/DP CPU, 192 KB

6ES7151-8AB01-0AB0. 5/18/2011 Siemens Industry IA/DT/BT Service&S. siemens.com/ww/llisapi.dll?func=csl 1/10 ET200S, IM151-8 PN/DP CPU, 192 KB Automation Technology > Automation Systems > Industrial Automation Systems SIMATIC > Distributed I/Os SIMATIC ET200 > ET 200 systems for the cabinet > ET 200S > Interface modules > Interface modules with

More information