FC8x. Profibus Communication

Size: px
Start display at page:

Download "FC8x. Profibus Communication"

Transcription

1 Title FC8x Profibus Communication SIEB & MEYER AG Auf dem Schmaarkamp 21 * D Lüneburg * (Germany) Telephone: * Telefax: documentation@sieb-meyer.de Internet: FC8x Profibus Communication

2 Copyright Translation of the original instructions. Copyright 2012 SIEB & MEYER AG. All rights reserved. This manual or extracts thereof may only be copied with the explicit authorization by SIEB & MEYER AG. Trademarks All product, font and company names mentioned in this manual may be trademarks or registered trademarks of their respective companies. Identification Key FC8x_BED_Profibuskommunikation/R02-SM-EN-km/uh September 18, 2012 Profibus Communication FC8x

3 1 Protocol Description Communication with Higher-ranking Controls Prompt Telegram CMD_SBYTE CMD_BYTE CMD_PAR Reply telegram SFU_SB SFU_SB SFU_SB SFU_SB SFU_PAR Handshake between Master and Slave Commands Command 1, Delete Error (ERR_RES) Command 5, Traverse Speed (MOVE) Command 32, Controller Off (REG_OFF) Command 33, Controller On (REG_ON) Configuration of the PLC (S7) Setup of the Anybus GSD-File Configuration of an Anybus Participant Anybus Communicator by HMS Connectors, Switches and Indicators Setup Accessories Checklist Installation and Startup Summary Technical Specification Functional Description FC8x Profibus Communication 1

4 Inhalt 2 Profibus Communication FC8x

5 1 Protocol Description Protocol Description 1.1 Communication with Higher-ranking Controls The SIEB & MEYER DNC61 protocol is used to connect an FC8x to a higher-ranking control (Master). The physical connection of the slave to the master is supported by the following bus systems: Profibus DP The Communication between masters and CNC modules is always carried out by the master-slave method, i.e. a CNC-module becomes only active after being requested by the master. Data is exchanged cyclically in data telegrams. The prompt telegram is applied from the master to the CNC module and the reply telegram from the CNC module to the master. The cycle time of the data exchange arises from the number of bus participants and the transfer rate of the bus system. During the communication an individual bus address, which is derived from the module address, is allocated to each CNC module. In the INTERBUS-S this is made up of the order in the connector. 1.2 Prompt Telegram The master and slave communicate in a cyclic interchange of firmly defined prompt and reply telegrams. Range: 8 Bytes, data received from the FC module Exchange of request and reply telegrams Byte# Name Meaning 0 CMD_SBYTE Control byte for the command transmission Bit number Name Meaning 0 CMD_VALID Start command CMD_HBEAT Heartbeat-Bit 7 1 CMD_BYTE Command byte, contains the command number to 7 CMD_PAR Double word (4 bytes) for the parameter transmission to the FC module FC8x Profibus Communication 3

6 Protocol Description CMD_SBYTE The master transmits the control bits to the frequency converter via the command control byte. Among other things, the handshake between master and frequency converter is realized by the command control byte. CMD_VALID If this bit is toggled, another command will be initiated. At this time, CMD_BYTE and CMD_PAR must contain valid data. CMD_HBEAT The heartbeat bit CMD_HBEAT can be used for the mutual monitoring of master and slave (frequency converter). For this, the master toggles the bit CMD_HBEAT and monitors whether the frequency converter has adapted the bit SFU_HBEAT after a defined time CMD_BYTE Via the CMD_BYTE, the master selects the respective command stored in the frequency converter. The selection is made by unambiguous command numbers. In the CMD_PAR, a 32 bit parameter can be transmitted with every command CMD_PAR In the CMD_PAR, a 32 bit parameter can be transmitted with every command from the master to the frequency converter. 1.3 Reply telegram The master and the slave communicate in a cyclic interchange of firmly defined prompt and reply telegrams. Range: 8 bytes, data transmitted from the FC module to the master Exchange of request and reply telegrams 4 Profibus Communication FC8x

7 Protocol Description Byte# Name Meaning 0 SFU_SB0 Status byte 0 Bit number Name Meaning 0 SFU_DONE Command finished, toggle 1 SFU_ACKN Command received, toggle 2 SFU_ERR Error message SFU_HBEAT Heartbeat-Bit 7 1 SFU_SB1 Status byte 1 Bit number Name Meaning 0 1 SFU_RUN Ready for operation 2 SFU_ON Controller activated 3 4 SFU_V_ZERO Ramp generator = Zero 5 6 SFU_V_OK Ramp generator = reference value 7 SFU_I_LIMIT Peak current 2 SFU_SB2 Status byte 2, error and message codes 3 SFU_SB3 Status byte 3, state of the digital outputs 1 to 8 (bit 0 to 7) 4 to 7 SFU_PAR Command return value SFU_SB0 The status byte SFU_SB0 informs the master about the status of the frequency converter via separate status bits. SFU_DONE By adapting the bit SFU_DONE to the bit CMD_VALID the master is informed that the execution of a command is finished. SFU_ACKN By adapting the bit SFU_ACKN to the bit CMD_VALID the master is informed that the command has been received and that it will be executed. SFU_ERR The bit indicates whether a command error or a malfunction of the unit occurred. The bit SFU_ERR must only be evaluated after the command has been finished. Then SFU_DONE and SFU_ACKN are adapted to CMD_VALID. In this case, the byte SFU_SB2 contains the error code. SFU_HBEAT The heartbeat bit SFU_HBEAT can be used for monitoring the frequency converter. For this, the master toggles the bit CMD_HBEAT and monitors whether the frequency converter has adapted the bit SFU_HBEAT after a defined time. FC8x Profibus Communication 5

8 Protocol Description SFU_SB1 The status byte SFU_SB1 informs the master about the status of the frequency converter via separate status bits. SFU_RUN This bit will be set if the frequency converter is in the operational mode AUTO- MATIC. SFU_ON The bit indicates whether the output stage is activated (SFU_ON = 1) or deactivated (SFU_ON = 0). SFU_V_ZERO If SFU_V_ZERO = 1, the ramp generator has the value 0. SFU_V_OK The bit SFU_V_OK indicates that the ramp generator has reached the reference value. SFU_I_LIMIT The bit SFU_I_LIMIT will be set when the frequency converter is within the current limitation SFU_SB2 If bit SFU_ERR is set, SFU_SB2 contains an error code. If bit SFU_ERR is not set, SFU_SB2 contains a message code. An error code always overwrites a message code SFU_SB3 This status byte transmits messages back to the master (see table) SFU_PAR After request by respective commands, the frequency converter transmits a 32 bit parameter to the master. The parameter is only valid, when SFU_ACKN is equal to SFU_DONE. 6 Profibus Communication FC8x

9 Protocol Description 1.4 Handshake between Master and Slave The handshake between master and frequency converter is generated by tracking the bits SFU_ACKN and SFU_DONE to the master bit CMD_VALID. The following diagram shows the time dependent cycle of a sequence of commands. Command cycle Command 1: [1] The master toggles the CMD_VALID bit after creating a command in the CMD_BYTE bit. Both can also be done in the same prompt telegram. [2] After adapting SFU_DONE the frequency converter provides current return values in the double word SFU_PAR. [3] If the command has been finished, the frequency converter will adapt SFU_DONE to CNC_VALID. Thus, the master will get the information about the finished command. If an error occurs in the frequency converter during this time, SFU_DONE will be adapted to CMD_VALID. Then the error code will be transmitted to the master by SFU_SB1.SFU_ERR and SFU_SB1 do not contain valid data until SFU_DONE is adapted to CMD_VALID. FC8x Profibus Communication 7

10 Protocol Description 1.5 Commands Command 1, Delete Error (ERR_RES) By means of this command error codes can be deleted. The frequency converter does not execute any drive functions before an error has been acknowledged. When the error is still current during the execution of the command, the error code is set again. Error codes can only be deleted after the corresponding cause of error has been eliminated. By no means the error may be reset automatically. Commands used to remove an error status can be executed despite of the set error code. The command will only be executed when: the operating mode of the FC is set to AUTOMATIC (SFU_RUN = 1) Command number CMD_BYTE = 1 Condition of call SFU_RUN = 1 Return value after the command is finished: SFU_ERR = 1 -> error SFU_SB2 = SFU_ERR Command 5, Traverse Speed (MOVE) This command can move the drive with a preset speed. The command will only be executed when: SFU_RUN = 1 the output stage is activated (SFU_ON=1) there is no interferences (SFU_ERR=0) The command will only be finished when an interferences occurred or the command has been canceled (CMD_Byte unequal to 5 or the bit CMD_VALID has been toggled) Command number CMD_BYTE = 5 Condition of call SFU_RUN = 1 SFU_ON = 1 SFU_ERR = 0 Parameters of call CMD_PAR = reference speed in rpm / 10 8 Profibus Communication FC8x

11 Protocol Description Return value during the execution Actual current value A/100 Actual speed value 1/min/10 Return value after the command is finished SFU_V_ZERO = 1, when actual speed = Null SFU_PAR = SFU_ERR = 1 -> error SFU_SB2 = CNC_ERR = 1 -> error code Command 32, Controller Off (REG_OFF) By means of this command the output stage will be deactivated. The command will only be executed when: SFU_RUN = 1 Command number CMD_BYTE = 32 Condition of call SFU_RUN = 1 Return value after the command is finished SFU_ERR = last state SFU_SB2 = last error code SFU_ON = 0 FC8x Profibus Communication 9

12 Protocol Description Command 33, Controller On (REG_ON) By means of this command the output stage will be switched on. The position reference value will be set to the actual position value that was valid when switching on. The command will also be carried out when there is an error code. The drive will not be moved. The command will only be executed when: SFU_RUN = 1 The command will only be finished when an interferences occurred the output stage is switched on. Command number CMD_BYTE = 33 Condition of call SFU_RUN = 1 Parameters of call SFU_INIT = 0 Return value after the command is finished SFU_ERR = 1 -> error SFU_SB2 = CNC_ERR = 1 -> error code, CNC_ERR = 0 -> message code 10 Profibus Communication FC8x

13 2 Configuration of the PLC (S7) Configuration of the PLC (S7) 2.1 Setup of the Anybus GSD-File. Please refer to the SIMATIC documentation for information on the integration of GSD-files. 2.2 Configuration of an Anybus Participant. Start the hardware configuration (HW Config) of the SIMATIC software. You find the entry ANYBUS-C PDP in the hardware catalog below Additional Field Devices General. Move the entry ANYBUS-C PDP to your fieldbus and define the number of the Profibus. Move the universal module using the drag and drop method in the module list to configure the data. Doubleclick on the universal module to open the configuration so that you can define the data width and direction. FC8x Profibus Communication 11

14 Configuration of the PLC (S7) Set the parameters of the universal module as follows: Parameters Value that must be set I/O type Out- Input Address Depends on your configuration Length 8 Unit Byte Consistent over Total length Confirm the selection by click on OK. The participant is configured now. After the download of the configuration into the PLC, it can be employed. 12 Profibus Communication FC8x

15 3 Anybus Communicator by HMS Anybus Communicator by HMS Detailed information on Anybus Communicator is to find in the HMS user manual ( 3.1 Connectors, Switches and Indicators LED indicators LED no Status Meaning 1 - Online Green Online Off Not online 2 - Offline Red Offline Off Not offline 3 - Not used 4 - Fieldbus Diagnostics Off No diagnostics present Red, flashing 1 Hz Error in configuration Red, flashing 2 Hz Error in user parameter data Red, flashing 4 Hz Error in initialization 5 - Subnet Status Flashing green Running, but one or more transaction errors Green Running Red Transaction error/timeout or subnet stopped 6 - Device Status Off Power off Alternating red/ Invalid or missing configuration green Green Initialization Flashing green Running Red Boot loader mode Flashing red Note the flash sequence pattern and contact the HMS support department. Configuration switches A, B Set the Profibus node address by using the switches as follows: Node address = (switch B 10) + (switch A 1) FC8x Profibus Communication 13

16 Anybus Communicator by HMS Profibus connector Female submin D connector Pin Description Housing Cable shield B-line 4 RTS 5 GND bus 6 +5 V bus out 7 8 A-line 9 Power connector Connector Pin Description V DC 2 GND Notes Use 60/75 or 75 C copper (Cu) wire only. The terminal tightening torque must be between 5 7 lbs-in ( Nm). PC connector (RJ11) RJ11 male connector Pin Description 1 GND 2 GND 3 RS232 Rx 4 RS232 Tx Subnetwork connector Female submin D connector Pin Description Housing Cable shield 1 +5 V output (max. 100 ma) 2 RS232 Rx 3 RS232 Tx 4 5 GND Signal 6 RS422 Rx+ 7 RS422 Rx- 8 RS485+ / RS422 Tx+ 9 RS485- / RS422 Tx- 3.2 Setup Accessories Checklist The following items are required for installation: Anybus Communicator (ABC) for Profibus Anybus Communicator Resource CD (includes configuration software, manuals, GSD file and application notes) 14 Profibus Communication FC8x

17 Anybus Communicator by HMS RS232 configuration cable Subnetwork connector Profibus network cable and connector (not included) Installation and Startup Summary Mount the Anybus Communicator on the DIN rail. Connect the Communicator to the Profibus network. Connect the module to the subnetwork. Turn on the module (+24 V DC). Connect the configuration cable between the module and the PC containing the "Anybus Configuration Manager" software. Configure the module using "Anybus Configuration Manager". Include the Anybus Communicator GSD file in the Profibus configuration tool. Configure and start the Profibus network Technical Specification Mechanical properties Housing Dimensions (L B H) Plastic housing with snap-on connection for DIN-rail IP Code IP mm Electrical characteristics Power supply 24 V DC ±10 % Power consumption max. 280 ma at 24 V (typically around 100 ma) Environmental characteristics Relative humidity 5 95 % non-condensing Temperature Operating: 0 to + 55 C Non operating: -25 to +85 C FC8x Profibus Communication 15

18 Anybus Communicator by HMS 3.3 Functional Description Anybus Communicator for Profibus is a Profibus-DP slave module. The gateway is designed to exchange data between a serial subnetwork and a higher level network. It supports all common baud rates up to 12 Mbit (detected automatically). The I/O data size can be up to 244 bytes in each direction, max. 416 bytes total. In the following example, a temperature regulator on the subnetwork exchanges information with a PLC on the higher level network, via the internal memory buffers in the Anybus Communicator. 16 Profibus Communication FC8x

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

RMx621. Appendix to the operating manual

RMx621. Appendix to the operating manual Appendix to the operating manual RMx621 DP-slave module ( PROFIBUS-coupler ) from V2.01.00 Connecting the RMx621 to PROFIBUS DP via the RS485 serial interface using the external module (HMS AnyBus Communicator

More information

Anybus X-gateway. PROFIBUS Master Interface NETWORK GUIDE SCM EN 1.0 ENGLISH

Anybus X-gateway. PROFIBUS Master Interface NETWORK GUIDE SCM EN 1.0 ENGLISH Anybus X-gateway PROFIBUS Master Interface NETWORK GUIDE SCM-1202-104 EN 1.0 ENGLISH Important User Information Liability Every care has been taken in the preparation of this document. Please inform HMS

More information

RMx621 /FML621. Appendix to the operating manual

RMx621 /FML621. Appendix to the operating manual Appendix to the operating manual RMx621 /FML621 DP-slave module ( PROFIBUS-coupler ) from V2.01.00 Connecting the RMx621 /FML621 to PROFIBUS DP via the RS485 serial interface using the external module

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

PROFIBUS Slave. X-gateway Interface Addendum. Doc: HMSI , Rev: Connecting Devices TM

PROFIBUS Slave. X-gateway Interface Addendum. Doc: HMSI , Rev: Connecting Devices TM X-gateway Interface Addendum PROFIBUS Slave Connecting Devices TM HALMSTAD CHICAGO KARLSRUHE TOKYO BEIJING MILANO MULHOUSE COVENTRY PUNE COPENHAGEN HMS Industrial Networks Mailing address: Box 4126, 300

More information

Anybus Communicator STARTUP GUIDE. IIoT. SP en-us ENGLISH

Anybus Communicator STARTUP GUIDE. IIoT. SP en-us ENGLISH Anybus Communicator IIoT STARTUP GUIDE ENGLISH Important User Information Liability Every care has been taken in the preparation of this document. Please inform HMS Industrial Networks AB of any inaccuracies

More information

SBPC-21-PB FifeNet to Profibus Gateway

SBPC-21-PB FifeNet to Profibus Gateway Fife Corporation PO Box 26508, Oklahoma City, OK 73126, U.S.A. Phone: 405.755.1600 / Fax: 405.755.8425 www.fife.com / E-mail: fife@fife.com SBPC-21-PB FifeNet to Profibus Gateway Profibus Operation Manual

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. 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. This manual

More information

Fieldbus slave modules w/o I/Os

Fieldbus slave modules w/o I/Os tem SLIO Fieldbus slave modules w/o I/Os tem 500S tem 300S tem 100V Order number Figure Type IM 053CAN, CANopen slave IM 053DN, DeviceNet slave IM 053DP, PROFIBUS-DP slave IM 053EC, EtherCAT slave General

More information

CVIC II - CVIL II - CVIR II - MULTICVIL II - Memory Mapping - Manual

CVIC II - CVIL II - CVIR II - MULTICVIL II - Memory Mapping - Manual 1/36 CVIC II - CVIL II - CVIR II - MULTICVIL II - Memory Mapping - Manual N - Copyright 2011, St Herblain France All rights reserved. Any unauthorized use or copying of the contents or part thereof is

More information

RAD-DO8-IFS. I/O extension module, eight digital transistor outputs. Data sheet. 1 Description

RAD-DO8-IFS. I/O extension module, eight digital transistor outputs. Data sheet. 1 Description I/O extension module, eight digital transistor outputs Data sheet 105364_en_00 PHOENIX CONTACT 2013-03-26 1 Description The I/O extension module can be used in conjunction with Radioline wireless modules

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

PAC BI-DP BIM and 8701-CA-BI Carrier

PAC BI-DP BIM and 8701-CA-BI Carrier June 2013 PAC8000 8507-BI-DP BIM and 8701-CA-BI Carrier PROFIBUS DP Bus Interface Module and Carrier The 8507-BI-DP Bus Interface Module (BIM) provides the communications link between the PAC8000 series

More information

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 480 a at 40 C Mission Time (T M ) L 10

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 480 a at 40 C Mission Time (T M ) L 10 Model Number Features Very small housing Up to 31 bit overall resolution CANopen interface Free of wear magnetic sampling High resolution and accuracy Description This absolute rotary encoder provides

More information

Modbus/ PROFIBUS DP Gateway PM-160

Modbus/ PROFIBUS DP Gateway PM-160 Modbus/ PROFIBUS DP Gateway PM-160 REV 3.2 SiboTech Automation Co., Ltd. Technical Support: +86-21-5102 8348 E-mail: support@sibotech.net Table of Contents 1 About This Document... 3 1.1 General... 3 1.2

More information

GS Dupline Profinet Gateway. Benefits. Description

GS Dupline Profinet Gateway. Benefits. Description Dupline Profinet Gateway Benefits Profinet gateway with the function as a slave Up to 7 master generators can be connected via the HS RS485 bus (side connector) All Dupline signals from the master generators

More information

Universal Serial/PROFIBUS DP Gateway GT200-DP-RS User Manual V6.1 SST Automation

Universal Serial/PROFIBUS DP Gateway GT200-DP-RS User Manual V6.1 SST Automation GT200-DP-RS V6.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Gateway...4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical Specifications... 4 1.4 Related

More information

LVX Control Unit. Features:

LVX Control Unit. Features: Date 2013-02-28 Control Unit Features: Most parameters can be defined as required for your interfaces. You decide which information is output and how. Fast cycle times, just a few µs/beam. Maximum beam-count

More information

GE Grid Solutions. P485 Modbus to Profibus Converter. Instruction Manual. GE publication code: A2 (GEK A) LISTED * A2*

GE Grid Solutions. P485 Modbus to Profibus Converter. Instruction Manual. GE publication code: A2 (GEK A) LISTED * A2* GE Grid Solutions P485 Modbus to Profibus Converter Instruction Manual GE publication code: 1601-0237-A2 (GEK-113190A) LISTED *1601-0237-A2* Copyright 2017 GE Multilin Inc. All rights reserved. P485 Modbus

More information

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

D485 Modbus to DeviceNet Converter Instruction Manual

D485 Modbus to DeviceNet Converter Instruction Manual GE Consumer & Industrial D485 Modbus to DeviceNet Converter Instruction Manual Manual P/N: 1601-0235-A1 Manual Order Code: GEK-113195 Copyright 2005 GE Multilin GE Multilin 215 Anderson Avenue, Markham,

More information

Technical Description

Technical Description B Content 1. Allgemeines...1 2. Blockdiagramm...2 3. Inbetriebnahme...2 4. Technische Daten...3 4.1 AS-Interface...3 4.2 Anschlussbelegung...3 4.3 LED Anzeige...4 4.4 Mechanische und Umgebungsdaten...4

More information

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 480 a at 40 C Mission Time (T M ) L 10

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 480 a at 40 C Mission Time (T M ) L 10 Model Number Features Solid shaft Up to 31 bit overall resolution CANopen interface Free of wear magnetic sampling High resolution and accuracy Highly shock / vibration and soiling resistant Sturdy construction

More information

GW-7553-CPM PROFIBUS/CANopen GATEWAY. User's Manual

GW-7553-CPM PROFIBUS/CANopen GATEWAY. User's Manual GW-7553-CPM PROFIBUS/CANopen GATEWAY User's Manual High Quality, Industrial Data Acquisition, and Control Products GW-7553-CPM PROFIBUS/CANopen GATEWAY User Manual (Version 1.00, Apr/2016) PAGE: 1 Warranty

More information

ILBPB24DO32. Inline Block IO Module for PROFIBUS With 32 Digital Outputs. AUTOMATIONWORX Data Sheet 6889_en_04. Description

ILBPB24DO32. Inline Block IO Module for PROFIBUS With 32 Digital Outputs. AUTOMATIONWORX Data Sheet 6889_en_04. Description Inline Block IO Module for PROFIBUS With 32 Digital Outputs AUTOMATIONWORX Data Sheet 6889_en_04 Description PHOENIX CONTACT - 03/2007 & & ' ) The ILB PB 24 DO32 module is designed for use within a PROFIBUS

More information

i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products

i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual (Version 1.01) PAGE:1

More information

MODBUS PLUS TO SIEMENS G110/G120/MM440 APPLICATION

MODBUS PLUS TO SIEMENS G110/G120/MM440 APPLICATION ICP PANEL-TEC MICROBRIDGE INSTALLATION AND OPERATION GUIDE MODBUS PLUS TO SIEMENS G110/G120/MM440 APPLICATION Revision History Revision Date Author Comments 000 3 May 2010 David Walker Initial release.

More information

Gateway 1400 Reference Manual

Gateway 1400 Reference Manual Profibus-DP Gateway 1400 Reference Manual Copyright All Rights Reserved. No part of this document may be copied, reproduced, republished, uploaded, posted, transmitted, distributed, stored in or introduced

More information

Quick Start Guide PN/CAN Gateway Layer 2. Version. 2 en. ab FW

Quick Start Guide PN/CAN Gateway Layer 2. Version. 2 en. ab FW Version 2 en ab FW 1.02 Quick Start Guide PN/CAN Gateway Layer 2 www.helmholz.de Content 1. Introduction 3 2. Preparation of the PN/CAN Gateway 3 3. Configure PN/CAN Gateway 4 4. PN/CAN Gateway settings

More information

User Manual AnyBus Communicator for Profibus

User Manual AnyBus Communicator for Profibus User Manual AnyBus Communicator for Profibus Rev. 2.02 HMS Industrial Networks AB Germany Japan Sweden U.S.A +49-721 - 96472-0 +81-45 - 478-5340 +46-35 - 17 29 20 +1-773 - 404-3486 sales-ge@hms-networks.com

More information

RAD-DI8-IFS. I/O extension module with 8 digital inputs or 2 pulse inputs. INTERFACE Data sheet. 1 Description

RAD-DI8-IFS. I/O extension module with 8 digital inputs or 2 pulse inputs. INTERFACE Data sheet. 1 Description I/O extension module with 8 digital inputs or 2 pulse inputs INTERFACE Data sheet 0483_en_00 PHOENIX CONTACT 203-04-05 Description The I/O extension module can be used in conjunction with Radioline wireless

More information

Supplementary device manual EtherCAT interface in the AS-i controllere A AC1391 AC1392

Supplementary device manual EtherCAT interface in the AS-i controllere A AC1391 AC1392 Supplementary device manual EtherCAT interface in the AS-i controllere A AC1391 AC139 firmware version RTS.x target from 15 for CoDeSys from version.3 English 739071_00_UK 01-0- Contents Revision: 16 December

More information

Structure and Function

Structure and Function Communication processors Communication processors Structure and Function Communication processors for the connection of different target and source systems, such as via Ethernet to higher-level MES and

More information

PLC PFC200 Controller PFC200 CS 2ETH RS

PLC PFC200 Controller PFC200 CS 2ETH RS 0-202 PLC PFC200 Controller PFC200 CS 2ETH RS Marking area Serial interface RJ-4 RJ-4 ACT X2 LNK ETH ACT X LNK X3 RS232/4 U U U4 U3 U2 U STOP RESET 0-202 SYS I/O MS NS U RST SD 0 02 A B 24V 0V + + Status

More information

STATUS COM FAIL CONFIGURATION ERROR READY RUN BUS HMS FIELDBUS SYSTEMS AB PILEFELTSGATAN SE HALMSTAD, SWEDEN

STATUS COM FAIL CONFIGURATION ERROR READY RUN BUS HMS FIELDBUS SYSTEMS AB PILEFELTSGATAN SE HALMSTAD, SWEDEN User Manual Profibus Master Module Doc. No. H252-PDPM PDPM-1.31 PROCESS FIELD BUS BUS ON ERROR READY RUN CONFIGURATION STATUS COM FAIL HMS FIELDBUS SYSTEMS AB PILEFELTSGATAN 93-95 SE-302 50 HALMSTAD, SWEDEN

More information

FLM DI 8 M12. Function. Fieldline Modular Device With Eight Digital Inputs. Data Sheet

FLM DI 8 M12. Function. Fieldline Modular Device With Eight Digital Inputs. Data Sheet Fieldline Modular Device With Eight Digital Inputs Data Sheet 697000 02/2004 This data sheet is only valid in association with the FLS FLM SYS INST UM E user manual or the user manual for your bus system

More information

FIP IO Slave. X-gateway Interface Addendum. Doc: HMSI Rev: Connecting DevicesTM

FIP IO Slave. X-gateway Interface Addendum. Doc: HMSI Rev: Connecting DevicesTM X-gateway Interface Addendum FIP IO Slave Doc: HMSI-27-258 Rev: 2.00 Connecting DevicesTM HALMSTAD CHICAGO KARLSRUHE TOKYO BEIJING MILANO MULHOUSE COVENTRY PUNE COPENHAGEN HMS Industrial Networks Mailing

More information

C-DIAS EtherNet/IP Slave CIP 022

C-DIAS EtherNet/IP Slave CIP 022 C-DIAS-ETHERNET/IP SLAVEMODUL CIP 022 C-DIAS EtherNet/IP Slave CIP 022 The C-DIAS EtherNet/IP CIP 022 slave module is an interface module between the C-DIAS control system and EtherNet/IP bus. Technical

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

Operating Instructions. Modules Fieldbus

Operating Instructions. Modules Fieldbus Operating Instructions Modules Fieldbus Leer Table of Content 1 Introduction... 5 1.1 General... 5 1.2 Compatibility... 6 1.3 Related Documentation... 6 1.4 Internet addresses... 6 2 Functional Overview...

More information

BridgeWay. PROFIBUS to DeviceNet Gateway User Manual. Part No. AB7605. Publication PUB-AB

BridgeWay. PROFIBUS to DeviceNet Gateway User Manual. Part No. AB7605. Publication PUB-AB BridgeWay PROFIBUS to DeviceNet Gateway User Manual Part No. AB7605 Pyramid Solutions 1850 Research Drive, Suite 300 Troy, Michigan 48083 Phone 248-524-3890 Web www.pyramid-solutions.com Publication PUB-AB7605-005

More information

Fieldbus Appendix AnyBus-S FIPIO

Fieldbus Appendix AnyBus-S FIPIO Fieldbus Appendix AnyBus-S FIPIO DOC.ID: ABS-FIP-1 Rev. 1.00 HMS Industrial Networks Germany Japan Sweden U.S.A + 49-721 - 96472-0 + 81-45 - 478-5340 + 46-35 - 17 29 20 + 1-773 - 404-2271 sales-ge@hms-networks.com

More information

Data sheet VIPA CPU 115DP (115-6BL22)

Data sheet VIPA CPU 115DP (115-6BL22) Data sheet VIPA CPU 115DP (115-6BL22) Technical data Order no. Type 115-6BL22 VIPA CPU 115DP General information Note - Features Work memory [KB]: 16 Load memory [KB]: 24 Onboard 16x DI / 12x DO / 4x DIO

More information

User Manual Anybus Serial Server

User Manual Anybus Serial Server User Manual Anybus Serial Server Rev. 1.20:1 HMS Industrial Networks AB Germany Japan Sweden U.S.A UK + 49-721 - 96472-0 + 81-45 - 478-5340 + 46-35 - 17 29 20 + 1-773 - 404-3486 + 44 (0) 1908-359301 ge-sales@hms-networks.com

More information

User Manual. Profibus DP Master to Crowcon Vortex 12 Ch. Generic. Formac Electronics Ltd. T:+44 (0) Oxford House F:+44 (0)

User Manual. Profibus DP Master to Crowcon Vortex 12 Ch. Generic. Formac Electronics Ltd. T:+44 (0) Oxford House F:+44 (0) User Manual Profibus DP Master to Crowcon Vortex 12 Ch. Generic Formac Electronics Ltd. T:+44 (0) 1225 837333 Oxford House F:+44 (0) 1225 430995 Combe Down e: info@formac.net Bath W:www.formac.net BA2

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

Anybus-CC CFW-11. User s Manual. Phone: Fax: Web: -

Anybus-CC CFW-11. User s Manual. Phone: Fax: Web:  - Anybus-CC CFW-11 User s Manual Anybus-CC User s Manual Series: CFW-11 Language: English Document Number: 0899.5750 / 06 Publication Date: 09/2013 CONTENTS CONTENTS... 3 ABOUT THE MANUAL... 6 ABBREVIATIONS

More information

I-7550E PROFIBUS/Ethernet Converter. User's Manual

I-7550E PROFIBUS/Ethernet Converter. User's Manual I-7550E PROFIBUS/Ethernet Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products I-7550E PROFIBUS/Ethernet Converter User Manual (Version 100, June/2014) PAGE: 1 Warranty

More information

PAS 300, PROFIBUS Slave Interface Module

PAS 300, PROFIBUS Slave Interface Module Catalog 08 PROFIBUS-Components 27 PAS 300, PROFIBUS Slave Interface Module PROFIBUS PROFIBUS slave interfaces PROFIBUS slave module The PROFIBUS slave interface module PAS 300 from the Systeme Helmholz

More information

PCAN-LIN Interface for LIN, CAN, and RS-232. User Manual. Document version ( )

PCAN-LIN Interface for LIN, CAN, and RS-232. User Manual. Document version ( ) PCAN-LIN Interface for LIN, CAN, and RS-232 User Manual Document version 2.2.1 (2017-02-03) Relevant products Product Name Model Part number PCAN-LIN High-speed CAN (HS-CAN) IPEH-002025 PCAN-LIN Low-speed

More information

INpact Slave PCIe. Profibus/PROFINET IRT Fiber Optic/CC-Link/DeviceNet USER MANUAL EN 1.5

INpact Slave PCIe. Profibus/PROFINET IRT Fiber Optic/CC-Link/DeviceNet USER MANUAL EN 1.5 INpact Slave PCIe Profibus/PROFINET IRT Fiber Optic/CC-Link/DeviceNet USER MANUAL 4.01.0321.20000-EN 1.5 ENGLISH Important User Information Liability Every care has been taken in the preparation of this

More information

CAN 300 PRO, Communication Module

CAN 300 PRO, Communication Module 90 Communication Modules CAN 300 PRO, Communication Module Layer 2, 11 Bit and 29 Bit (CAN 2.0 A/B) on the module DIP switch for adress + baud rate Micro Memory Card for saving a project (optional) USB

More information

Anybus.NET Bridge PROFIBUS

Anybus.NET Bridge PROFIBUS Anybus.NET Bridge PROFIBUS STARTUP GUIDE SCM-1203-046/SP2063 1.1 ENGLISH Important User Information Liability Every care has been taken in the preparation of this document. Please inform HMS Industrial

More information

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4 TRP-C08 USB to RS232/422/485 Isolated Converter User s Manual Printed Sep.2014 Rev 1.4 Trycom Technology Co.,Ltd No.35, Zhongxing Rd., Guishan Township, Taoyuan County 333, Taiwan. Tel : 886-3-350-3351

More information

Operating Instructions. Modules Fieldbus

Operating Instructions. Modules Fieldbus Operating Instructions Modules Fieldbus Leer Table of Content 1 Introduction... 6 1.1 General... 6 1.2 Compatibility... 7 1.3 Related documentation... 7 1.4 Internet addresses... 7 2 Functional Overview...

More information

G5 Weighing Instrument

G5 Weighing Instrument G5 Weighing Instrument Program version 1.4.X Fieldbus Option Manual PM and RM types CONTENTS 1. Introduction... 1-1 General... 1-1 Module installation... 1-2 Ordering information... 1-3 2. Modules...

More information

XPSMF35. Product data sheet Characteristics. Preventa safety PLC compact - Profibus DP protocol. Main. Complementary. Safety module name

XPSMF35. Product data sheet Characteristics. Preventa safety PLC compact - Profibus DP protocol. Main. Complementary. Safety module name Product data sheet Characteristics XPSMF3542 Preventa safety PLC compact - Profibus DP protocol Main Range of product Product or component type Safety module name Safety module application Nov 13, 2018

More information

Multiturn absolute encoder

Multiturn absolute encoder Release date: 207-0-2 :0 Date of issue: 207-0-2 t79_eng.xml Model Number Features Industrial standard housing Ø58 mm PROFINET IRT 0 Bit multiturn Servo or clamping flange Network loop through by means

More information

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision 1.03.00 Motortronics / Phasetronics 1600 Sunshine Drive Clearwater, Florida 33765 Tel: 727-573-1819 Fax: 727-573-1803

More information

User Manual Anybus Modbus TCP/RTU Gateway

User Manual Anybus Modbus TCP/RTU Gateway User Manual AB7702 Rev. 2.01 Connecting Devices TM HMS Industrial Networks Mailing address: Box 4126, 300 04 Halmstad, Sweden Visiting address: Stationsgatan 37, Halmstad, Sweden E-mail: info@hms-networks.com

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

Data sheet CPU 315SB/DPM (315-2AG12)

Data sheet CPU 315SB/DPM (315-2AG12) Data sheet CPU 315SB/DPM (315-2AG12) Technical data Order no. 315-2AG12 CPU 315SB/DPM General information Note - Features SPEED-Bus - SPEED7 technology 1 MB work memory Memory extension (max. 2 MB) PROFIBUS-DP

More information

Technical data. General specifications. Functional safety related parameters B 10d Electrical specifications Operating voltage U B

Technical data. General specifications. Functional safety related parameters B 10d Electrical specifications Operating voltage U B Model Number Cable pull rotary encoder with PROFI- NET interface Features Robust aluminum drum housing Drum travel when cable retracted using threaded spindle Bellows with steel tip Comprehensive accessories

More information

ANTAL ELECTRONIC Field Bus and Communication Technology. Manual PDP2CL2. Version 3.08

ANTAL ELECTRONIC Field Bus and Communication Technology. Manual PDP2CL2. Version 3.08 ANTAL ELECTRONIC Field Bus and Communication Technology Manual PDP2CL2 Version 3.08 ANTAL ELECTRONIC Höfles 4 91322 Gräfenberg Telephone (+49) 09192/9256-0 Fax (+49) 09192/9256-78 Important Notice Antal

More information

PACSystems* RX3i IC695PBM300

PACSystems* RX3i IC695PBM300 June 2010 PACSystems* RX3i IC695PBM300 PROFIBUS Master Module The PACSystems * RX3i PROFIBUS Master Module, IC695PBM300, allows the RX3i CPU to send and receive data on a PROFIBUS-DP network. The IC695PBM300

More information

MGate 4101-MB-PBS Series

MGate 4101-MB-PBS Series MGate 4101-MB-PBS Series 1-port Modbus RTU/ASCII-to-PROFIBUS slave gateways Features and Benefits Protocol conversion between Modbus and PROFIBUS Supports PROFIBUS DP V0 slave Supports Modbus RTU/ASCII

More information

VersaMax IP Input Module

VersaMax IP Input Module Module is used to accept digital input signals. Module Specifications Housing dimensions (width x height x depth) Connection style Operating temperature Storage temperature Operating/storage humidity 60mm

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

Commander compact. Commander compact Lines displays. System SLIO. System 100V. Lines displays Commander compact 603-1CC CC21.

Commander compact. Commander compact Lines displays. System SLIO. System 100V. Lines displays Commander compact 603-1CC CC21. 0-CC 0-CC Order number 0-CC 0-CC Figure Type CC 0, Commander Compact CC 0DP, Commander Compact, PROFIBUS-DP slave General information Note - - Features x 0 characters, x 0 characters, Integrated PLC-CPU,

More information

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 130 a at 40 C Mission Time (T M ) L 10

Technical data. General specifications. Linearity error ± 0.1 Functional safety related parameters MTTF d 130 a at 40 C Mission Time (T M ) L 10 Model Number Features Solid shaft 0 Bit multiturn Free of wear magnetic sampling High resolution and accuracy Mechanical compatibility with all major encoders with fieldbus interface Status LEDs Description

More information

Overview. 08/06/2012 Page 2/47

Overview. 08/06/2012 Page 2/47 The information contained in this document has been developed solely for the purpose of providing general guidance to Cognex customers who need to configure communications between an DataMan reader and

More information

Device/PLC Connection Manuals

Device/PLC Connection Manuals Device/PLC Connection Manuals About the Device/PLC Connection Manuals Prior to reading these manuals and setting up your device, be sure to read the "Important: Prior to reading the Device/PLC Connection

More information

MGate 5102-PBM-PN Series

MGate 5102-PBM-PN Series MGate 5102-PBM-PN Series 1-port PROFIBUS-to-PROFINET gateways Features and Benefits Protocol conversion between PROFIBUS and PROFINET Supports PROFINET IO device Supports PROFIBUS DP V1 master Automatic

More information

Manual. Profi-S-Link. Document 26/834; Edition EN

Manual. Profi-S-Link. Document 26/834; Edition EN Manual Profi-S-Link Document 26/834; Edition EN03 2013-10-17 Content 0 Content 0 Content 0.1 Document History... 0-2 0.2 About this manual... 0-2 0.3 Brands and trademarks... 0-2 0 1 Quickstart 1.1 Summary...

More information

MGate 5111 Quick Installation Guide

MGate 5111 Quick Installation Guide MGate 5111 Quick Installation Guide Edition 1.0, December 2017 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778

More information

AnyBus -X Modbus Plus Slave

AnyBus -X Modbus Plus Slave Network Interface Addendum AnyBus -X Modbus Plus Slave Doc.Id. SCM-1200-069 Rev. 1.02 HMS Industrial Networks AB Germany Japan Sweden U.S.A. France Italy China + 49-721 - 96472-0 + 81-45 - 478-5340 + 46-35

More information

Manual Fiber Optic Interfaces

Manual Fiber Optic Interfaces Manual Fiber Optic Interfaces Type 81210, 81211 61210, 61211 65210, 65211 41210 Release 1.4 Subject to error and alteration 31 06/2007 by Wiesemann & Theis GmbH Subject to error and alteration: Since it

More information

Quick Start Guide PN/CAN-Gateway. Version. 1 en. from FW

Quick Start Guide PN/CAN-Gateway. Version. 1 en. from FW Quick Start Guide PN/CAN-Gateway Version 1 en from FW 1.00 www.helmholz.com Content 1. Introduction 3 2. Preparation of the PN/CAN-Gateway 3 3. Plan PN/CAN-Gateway 4 4. Configure PN/CAN-Gateway 5 5. Add

More information

BB2 Profibus DP option

BB2 Profibus DP option BB2 Profibus DP option 2017-09-06 MANUS09/17 VER 1.03 Table of contents 1. Introduction... 3 2. A few words about this manual... 3 3. Fieldbus introduction... 3 Network Overview... 3 4. Unpacking... 4

More information

CVI Controllers - Profinet IO - Manual

CVI Controllers - Profinet IO - Manual 07/20 1/18 CVI Controllers - Profinet IO - Manual Copyright 20, St Herblain France All rights reserved. Any unauthorized use or copying of the contents or part thereof is prohibited. This applies in particular

More information

Programmable Set for Simple I/O Communication via PROFIBUS-DP in IP67 TI-BL67-PG-DP-S-8

Programmable Set for Simple I/O Communication via PROFIBUS-DP in IP67 TI-BL67-PG-DP-S-8 Type designation Ident no. 1545097 Number of channels 8 Dimensions (W x L x H) 204 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 12 Mbps

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

TECHNICAL DATASHEET Absolute Encoder AC 58 - Profibus

TECHNICAL DATASHEET Absolute Encoder AC 58 - Profibus Diagnostic LED Cable or M12 connector Output of speed, acceleration Programmable: Resolution, Preset, Direction, Operation time Option: Display "tico" Address via interface parameterizable (optional) hubshaft

More information

PCAN-Repeater DR CAN Repeater for the Decoupling of Bus Segments. User Manual. Document version ( )

PCAN-Repeater DR CAN Repeater for the Decoupling of Bus Segments. User Manual. Document version ( ) PCAN-Repeater DR CAN Repeater for the Decoupling of Bus Segments User Manual Document version 2.0.0 (2018-02-20) Relevant products Product Name Model Part number PCAN-Repeater DR Industry IPEH-004038 PCAN

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

ADAM-4510 RS-422/RS-485 Repeater ADAM-4510S Isolated RS-422/485 Repeater ADAM-4520 Isolated RS-422/485 Converter Startup Manual

ADAM-4510 RS-422/RS-485 Repeater ADAM-4510S Isolated RS-422/485 Repeater ADAM-4520 Isolated RS-422/485 Converter Startup Manual ADAM-510 RS-/RS-85 Repeater ADAM-510S Isolated RS-/85 Repeater ADAM-50 Isolated RS-/85 Converter Startup Manual Packing List Before you begin installing your module, please make sure that the following

More information

FACTORY AUTOMATION MANUAL CBX500 HOST INTERFACE MODULES

FACTORY AUTOMATION MANUAL CBX500 HOST INTERFACE MODULES FACTORY AUTOMATION MANUAL CBX500 HOST INTERFACE MODULES HOST INTERFACE MODULES With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery

More information

FACTORY AUTOMATION. MANUAL OHV-F230-B17 PROFINET Gateway for OHV Handheld

FACTORY AUTOMATION. MANUAL OHV-F230-B17 PROFINET Gateway for OHV Handheld FACTORY AUTOMATION MANUAL OHV-F230-B17 PROFINET Gateway for OHV Handheld R With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery

More information

PROFINET IO and Modbus/TCP. User Guide

PROFINET IO and Modbus/TCP. User Guide PROFINET IO and Modbus/TCP User Guide Trademark Notices Microsoft and Windows are registered trademarks of Microsoft Corporation. Other product names mentioned herein may be trademarks and/or registered

More information

JUMO mtron T Measuring, Control, and Automation System

JUMO mtron T Measuring, Control, and Automation System Data Sheet 705001 Page 1/10 JUMO mtron T Measuring, Control, and Automation System Central processing unit Brief description The central processing unit is the heart of the system. It contains the process

More information

Absolute encoders - bus interfaces

Absolute encoders - bus interfaces Features Absolute encoder multiturn Optical sensing method Max. resolution: singleturn 18 bit, multiturn 16 bit LED status indicator PROFINET IO Maximum resistant against magnetic fields Optional EAL580

More information

Fieldbus Appendix Anybus-S Interbus 2Mbit/s Fibre Optic

Fieldbus Appendix Anybus-S Interbus 2Mbit/s Fibre Optic Fieldbus Appendix Anybus-S Interbus 2Mbit/s Fibre Optic SCM-1200-144 Rev. 1.03 Connecting Devices TM HMS Industrial Networks Mailing address: Box 4126, 300 04 Halmstad, Sweden Visiting address: Stationsgatan

More information

Rotary Measuring Technology

Rotary Measuring Technology Multiturn Type 8 Profibus-DP Very compact (only 87.8 mm installation depth); Ideal for dynamic applications thanks to its non-contact multiturn stage Solid shaft or blind hollow shaft Long service life

More information

The modems are made in industrial 108mm wide aluminium housing for DIN rail mounting. UCM RS232 interface

The modems are made in industrial 108mm wide aluminium housing for DIN rail mounting. UCM RS232 interface DESCRIPTION The modems are a series of general-purpose industrial modems, which can be used for data communication through Public Switched Telephone Networks (PSTN). The modems can operate in 2-wire, full-duplex,

More information

Temposonics. R-Series Profibus. Absolute, Non-Contact Position Sensors. Temposonics RP and RH Stroke length mm

Temposonics. R-Series Profibus. Absolute, Non-Contact Position Sensors. Temposonics RP and RH Stroke length mm Temposonics Absolute, Non-Contact Position Sensors R-Series Temposonics RP and RH Stroke length 25 7600 mm Advanced Communication offers Multi-Position Measurement Rugged industrial sensor Linear and absolute

More information

Multiturn absolute encoder

Multiturn absolute encoder Model Number Features Industrial standard housing Ø58 mm 30 Bit multiturn Galvanically isolated CAN interface DSP 406, CLASS 1 and 2 Servo or clamping flange 2 limit switches Description In addition to

More information

EL731 PROFIBUS INTERFACE

EL731 PROFIBUS INTERFACE Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com/el731 EL731 PROFIBUS INTERFACE Revision 0-A-032816 Copyright 2016 Littelfuse Startco All rights reserved. Document Number: PM-1011-EN

More information

PROFIBUS Gateway for MCD 3000 Series Soft Starters. User Manual

PROFIBUS Gateway for MCD 3000 Series Soft Starters. User Manual PROFIBUS Gateway for MCD 3000 Series Soft Starters P/N FS-1135 User Manual Ver. 1.9 10 October 2003 Copyright 2002 Fieldbus Specialists MCD 3000 SERIES 1 USER MANUAL REVISION NOTES Index Date Chapte r

More information

MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE

MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE INSTALLATION INSTRUCTIONS Revision B1 Rapid City, SD, USA, 05/2009 MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE BE SURE POWER IS DISCONNECTED PRIOR TO INSTALLATION! FOLLOW NATIONAL, STATE AND LOCAL CODES.

More information