Control Units for the Vibratory Feeder Industry

Size: px
Start display at page:

Download "Control Units for the Vibratory Feeder Industry"

Transcription

1 REOVIB MFS 268-RS232 Appendix Interface Programming REO-USA, Inc 845 E 47th Street Indianapolis, IN USA Phone +1 (317) Fax +1 (317) info@reo-usa.com 46/214REOVIB 268_RS232_ANL_EN.doc Control Units for the Vibratory Feeder Industry

2 Contents 1. General Serial Interface Data Serial Interface Modes Normal operation Transmission to the controller Response from controller Parameter operation Parameter address and value formatting Send Write enable Receive, confirm write enable Send Parameter Remove Write Enable Read Parameter (send) Bit Configured Parameter Parameter Table Example of serial interface communication with frequency controller REOVIB MFS Normal Operation Parameter Operation RESET of Controller Dimension Dimension 6 A unit Dimension 16 A unit

3 Operating Instructions 1. General The REOVIB MFS 268 range of controllers for vibratory feeders can be operated from an RS 232 interface. To do this the frequency controller must be set up to receive serial data, using Menu C 17 (S.I.F. = I ). The set point for feeder throughput is adjusted in Running Mode and the controller status (ready/fault) is transmitted back. The controller can be configured, using the serial interface, in a further Parameter Mode. Units are available in two versions, panel mounting or enclosed P P P MFS F P The interface allows communication with the frequency controller by using 3 data words (each having 16 bits). Controllers are always factory configured for interface operation. Should the unit be required for manual set-up then the Parameter S.I.F. must be set = in Menu C 17. To return to serial interface operation S.I.F. must be reset = 1. The communication on the interface must be maintained continuously (repeat data string constant), otherwise the controller gets turned off by an internal watch dog after about 2 seconds. 2. Serial Interface Data The Parameters for serial interface are set as follows:- Baud rate: 96, 8 Data bits, 1 Stop bit, No Parity, No Handshaking (DTR = +12V, RTS = - 12 V) Pin layout PIN Nr. Signal 1-2 RXD 3 TXD 4-5 GND

4 The serial interface information is sent as a character string that is closed with a RETURN (CR) for synchronization. Within the string there are three used data words each having four characters (Bytes). The complete data string therefore comprises 3 x characters. Each part character string of the data word is the hexadecimal code equivalent of the 16 bit integer expression of the used data. Only upper case characters "" to "9" and "A" to "F" are permitted. Each character is transmitted with 8 bits represented by ASCII code. Each part of the string contains four characters and if necessary a leading zero is used. The value range of the used information is depicted in a different manner to the value range of the internal data format (16 bit integer). To differentiate, the values and the bit coded status information are relative or absolute, signed or unsigned and limited or unlimited. Type Signed Limiting Example Value range Form Relative Not signed Limited Set point, (..1)% (..FFFF) Setting range Relative Not signed Unlimited Effective value (..2)% (..FFFF) Relative Signed Limited Regulation range, phase position (-1..1)% (8..7FFF) Absolute Not signed Limited Time, frequency Individual Individually scaled bit Status True, false (..FFFF) The character string is controlled by the RETURN s for the correct length and existence and so invalid information is disregarded. The watchdog switches the set point to zero if non valid information is received.! The string to be sent must be repeated continuously! Example: Adjust set point to 7 % and enable ON. RS 232 Character String: "B3324"+CR 3. Serial Interface Modes When serial inteface communication is used there are two basic operating modes:- Normal operation: Control of the frequency controller in a production process. In this mode the set point and control signals (On/Off) are transmitted.. Parameter operation: Setting of the frequency controller to the required operating mode and limits. In a special mode the parameters and their addresses are sent to the frequency controller and are received back as confirmation In parameter mode, specific controller values such as frequency, soft start, time delays, contactor etc. are adjusted. 4

5 3.1 Normal operation In normal operation the serial interface is used to adjust the set point for the feeder throughput and the digital control signals e.g. the enable. The unit status (ready or fault) is reported. All data words are in the range..ffff H. The communications words are shown in bit form as follows Transmission to the controller H-Byte L-Byte Wort Set point 1, 16-Bit 1 % = FFFF H H-Byte L-Byte Wort Reserved H-Byte L-Byte Wort Control word Mode bit Enable Bit = 1 = Function ON All non used bits must be Control information (unit specific) = Normal operation 1 = Parameter operation Enable bit Response from controller H-Byte L-Byte Word Vibration acceleration feedback 16 Bit 1% = 8H Feedback output current 16 Bit 1% = 8H (% of rated current) H-Byte L-Byte Word Status word Fault code A5 (H) 57 (H) 58 (H) 2 (H) C (H) 5 (H) 7 (H) C (H) Unit not responding Ready ERROR Peak ERROR OC ERROR OL ERROR ACC ERROR OU Over temperature Feedback Parameter mode X X X OFF X Status information Unit specific X X X OFF bit Report X = not defined Bit = 1 = Function ON The unit status and the output current is reported. 5

6 3.2 Parameter operation The unit specific parameters can be read and changed in Parameter Operation. Before writing parameters a write enable must be sent. Then it is possible to change a single or several parameters. On closing the write enable must be removed. A read request only is required for reading The response value of Word 3 is always CDE H. This is used by the controller to indicate that it is running in parameter mode Parameter address and value formatting In parameter operation the most significant bit in Word 1 defines the read/write (R/W) bit (1 = Write, = Read) and must be given with parameter address of the corresponding parameter. Normal or parameter operation are selected by using the mode bit (most significant bit in word 3 ( = Normal-, 1 = Parameter operation). Word 1: R / W Bit + Address e.g. 8 H + 19 H => 99 H Word 2: Parameter value. e.g. 7FFF H Wort 3: Mode bit = 1 + control bits e.g. 8 H + 4 H => 94 H For bit configured parameters only those bits that correspond to the required characteristic may be altered. All other bits must not be changed; otherwise the basic settings for the load could be altered. The procedure for adjustment using bit parameters is as follows:- 1. Read parameter value. 2. Only alter the required bit value(s) for the parameter which is chosen. 3. Switch on the write enable. 4. Write the changed parameter value back to the same address. 5. Remove the write enable. 6

7 3.2.2 Send Write enable H-Byte L-Byte Wort C DE Address Write Key =CDE H B5 E7 Write Key =B5E7 H H-Byte L-Byte Word Control Word + 8 H 1 Mode bit Mode bit must be set to 1!! All bits not used must be. Bit = 1 = Function ON Control Information (unit specific) Receive, confirm write enable H-Byte L-Byte Word 1 C DE CDE H B5 E7 B5E7 H H-Byte L-Byte Word 3 C DE CDE H New parameter can be sent after confirmation has been received Send Parameter H-Byte L-Byte Word R / W Parameter address Parameter address + R / W Bit (16-Bit) =..FFFF H Parameter value XX XX (16-Bit) =..FFFF H H-Byte L-Byte Word Control Word + 8H 1 Mode bit Control information (unit specific) Mode bit must be set to 1!! All bits not used must be. Bit = 1 = Function ON 7

8 Receive Confirmation H-Byte L-Byte Word Parameter address Confirmation of the sent address + R / W - Bit Confirmation parameter value XX XX R / W H-Byte L-Byte Word 3 C DE Confirmation parameter mode (always CDE H) Remove Write Enable H-Byte L-Byte Word 1 C DE Address Write Key =CDE H Key value H-Byte L-Byte Word Control Word + 8H 1 Mode bit Control information (unit specific) Mode bit must be set to 1!! All bits not used must be. Bit = 1 = Function ON Read Parameter (send) H-Byte L-Byte Word R / W Parameter address Parameter address + R / W - Bit Read key value H-Byte L-Byte Word 3 8 Mode bit = 1 + Control Bits Receive Parameter H-Byte L-Byte Word Confirmation Parameter address Parameter address + R / W - Bit R / W XX XX Parameter value H-Byte L-Byte Word 3 C DE Confirmation parameter mode 8

9 3.2.7 Bit Configured Parameter Bit information. Change individual Bits in a control word. Each bit sets a switch which enables or inhibits a function. In the user program this bit manipulation must be isolated in a table. If required more than one bit may be altered simultaneously. Parameter address Control word S.P Setpoint E. Time out -SE. Invert Sensor A.F.C. Automatic Frequency Control ACC Regulation operation External set point potentiometer En.C. Hide menus 4.2 External set point 4...2mA E.S.P. External set point Bit = 1 = Function ON Bits that are not shown should not be altered. Parameter address Bit = 1 = Function ON -En. Invert enable Bits that are not shown should not be altered. Parameter address Stop Flag Bit = 1 = Function ON Bits that are not shown should not be altered 9

10 4. Parameter Table Non listed addresses should not be changed. Settings Setting range Display- Code Factory settings Entry code Parameter address HEX (.bit) Value range HEX Förderer Ampltude (throughput)..1 % A. %, 2, 8, 96 1C...FFFF H Maximum control range (U max) 5..1 % P. 1 % 96, 8 19 CCC...FFFF H Vibrating frequency (depending on limits) 5..3 Hz F. 1 Hz 96, F H 5..3 dec. (FL.)..(FH.) Soft start ramp..6 Sec. /.,1 Sec FFFF H Soft stop ramp..6 Sek. \.,1 Sek FFFF H Connect to external set point / I E.S.P / 1 Set point (4)...2 ma / I / 1 Potentiometer set point / I POT / 1 (for 3 / 6 / 8 A units) Coarse/fine control / I S.P / 1 Invert enable / I -En / 1 Regulation (with sensor) Switch to regulation mode / I ACC / 1 Proportional characteristic..1 P.A F..FFFF H Integral charcteristic..1 I.A FFFF H Automatic frequency control / I A.F.C / 1 Automatic frequency search start A.F.S. 8 Track control Switch-on delay..6 Sec. I. 5 Sec. 7, FFFF H Switch-off delay..6 Sec. O. 5 Sec. 7, FFFF H Invert sensor PNP / PNP -SE. PNP 7, / 1 inverse Sensor Monitoring Activate Sensor Time-out / I E / 1 Time (Sensor Time-out) Sec. E.E. Not active FFFF H Serial Interface (only when option is fitted) Serial Interface On/Off / I S.I.F. I / 1 Service ERROR Reset Reset CLr.Er C9 H Hide programming menus / I Hd.C / 1 User parameter menus # U.S.I. 143 Save user settings PUSH. 143 Return to factory settings FAC. 21 Select user parameter menu # U.S.I. 21 Return to user settings US.PA. 21 Service Basic Settings Service Menu Enable / I En.S / 1 Display current value i. 4 2A..8 H Current limit..1 % I FFFF H Lower frequency limit 5..3 Hz F.L F H 5..3 dec. Upper frequency limit 5..3 Hz F.H F H 5..3 dec. 1

11 5. Example of serial interface communication with frequency controller REOVIB MFS 268 Variable values are written in italics. 5.1 Normal Operation (set point set at 7 %) Send set point 1 B332 H Set point = 7 % H Enable ON A5xx H Ready "B3324"+CR "A5xx"+CR (Control STOP) Send Set point 1 B332 H Set point = 7 % H Enable AUS A5xx H Ready "B332"+CR "A5xx"+CR 11

12 5.2 Parameter Operation (e.g. Set frequency to 5Hz and soft start to 2 seconds) 1 CDE H Address write key CDE H Confirmation 2 B5E7 H Value write key B5E7 H Confirmation 3 8 H + Set Mode bit = 1 CDE H Confirmation Write enable "CODEB5E78"+CR "CODEB5E7COD"+CR Write parameter 1 95 H Parameter address 95 H Confirmation Frequency + R / W - Bit H Frequency 5 Hz 1388 H Confirmation 5 Hz 3 8 H + Set Mode bit = 1 CDE H Confirmation " "+CR "951388CODE"+CR Write parameter H Parameter address 913 H Confirmation Soft start + R / W - Bit H Soft start 2 secs H Confirmation 2 secs. 3 8 H + Set Mode bit = 1 CDE H Confirmation " "+CR " CODE"+CR Close write enable 1 CDE H Adresss write key CDE H Confirmation 2 H Value write key H Confirmation 3 8 H + Control Bits Set Mode bit = 1 CDE H Confirmation "CODE8"+CR "CODECODE"+CR (Parameter read only) Read H Parameter address 113 H Confirmation Soft start 2 H Read Parameter 8 H Parameter value ( => 5 Secs) 3 8 H + Set Mode bit = 1 CDE H Confirmation Parameter Mode "1138"+CR "1138CODE"+CR 12

13 Example for changing bit parameter Read Parameter H Parameter address 181 H Confirmation 2 H Parameter read H Parameter value 3 8 H + Set Mode bit = 1 CDE H Confirmation parameter mode "1818"+CR "181CODE"+CR Alter bit in chosen parameter (e.g. Change bit 2 at address 181 H auf 1 = Invert Enable). Write enable 1 CDE H Adress write key CDE H Confirmation 2 B5E7 H Value write key B5E7 H Confirmation 3 8 H + Set Mode bit = 1 CDE H Confirmation "CODEB5E78"+CR "CODEB5E7CODE"+CR H Parameter address 981 H Confirmation Write parameter 2 2 H new Parameter 2 H Confirmation 3 8 H + Set Mode bit = 1 CDE H Confirmation "98128"+CR "9812CODE"+CR Close write enable 1 CDE H Adress write key CDE H Confirmation 2 H Value write key H Confirmation 3 8 H + Set Mode bit = 1 CDE H Confirmation "CODE8"+CR "CODECODE"+CR 13

14 5.3 RESET of Controller Write enable 1 CDE H Adress write key CDE H Confirmation 2 B5C9 H Value write key B5C9 H Confirmation 3 8 H + Set Mode bit = 1 CDE H Confirmation "CODEB5C98"+CR "CODEB5C9CODE"+CR Write parameter 1 94 H Parameter address + R / W - Bit 2 C9 H RESET. H 3 8 H + Set Mode bit = 1 CDE H H Confirmation "94C98"+CR "94CODE"+CR RESET Allow approximately.5 seconds! 14

15 Operating Instructions 6 Dimension 6.1 Dimension 6 A unit Ø5, MFS F I P P P P Ø5, 7 6,5 15

16 Operating Instructions 6.2 Dimension 16 A unit Ø5, L N PE PE +24V +24V +1V +24V MFS F P SPEED I P P P 27 A1 A2 PE Ø5, 14 6,5 16

Controllers for vibratory feeders REOVIB MFS 268 CAN. Appendix for CAN-Bus Programming. REO-USA, Inc. Operating Instructions

Controllers for vibratory feeders REOVIB MFS 268 CAN. Appendix for CAN-Bus Programming. REO-USA, Inc. Operating Instructions REOVIB MFS 268 CAN Appendix for CAN-Bus Programming REO-USA, Inc 845 E 47th Street Indianapolis, IN 46226 USA Phone +1 (317) 899-1395 Fax +1 (317) 899-1396 http://www.reo-usa.com email: info@reo-usa.com

More information

Steuergeräte für die Vibrationszuführtechnik

Steuergeräte für die Vibrationszuführtechnik Technical Description REOVIB MFS 268 DN DeviceNet Programming REO-USA, Inc 845 E 47th Street Indianapolis, IN 46226 USA Phone +1 (317) 899-1395 Fax +1 (317) 899-1396 http://www.reo-usa.com email: info@reo-usa.com

More information

REOTRON. Electronic Power Controller. REOTRON MEW 700 RS Phase-Thyristor Power Controller. Annex RS-232 programming.

REOTRON. Electronic Power Controller. REOTRON MEW 700 RS Phase-Thyristor Power Controller. Annex RS-232 programming. Operating Instructions REOTRON MEW 7 RS-232 1-Phase-Thyristor Power Controller Annex REO-USA, Inc 845 E 47th Street Indianapolis, IN 46226 USA Phone +1 (317) 899-1395 Fax +1 (317) 899-1396 http://www.reo-usa.com

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

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

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

Controller Smart Box Translation of operating and installation instructions

Controller Smart Box Translation of operating and installation instructions Controller Smart Box Translation of operating and installation instructions Copyright by Afag GmbH This operation instruction applies to: Type Order number Controller Smart Box 230 V / 115 V 50371863 Version

More information

Installation, Operation and Maintenance Instructions

Installation, Operation and Maintenance Instructions VM-11 Installation, Operation and Maintenance Instructions Unicon UNHC 5 25 UNHC 30 40 Feeder Control Unit ERIEZ MAGNETICS HEADQUARTERS: 2200 ASBURY ROAD, ERIE, PA 16506 1402 U.S.A. WORLD AUTHORITY IN

More information

Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340

Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340 Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340 Previous Configuration: BY240 Synchronous Controller Option: Parallel interface PS240 and BCD thumbwheel switch set BY106-5

More information

Chapter. Modbus. In This Chapter...

Chapter. Modbus. In This Chapter... Modbus Communication Chapter 7 In This Chapter... Modbus Protocol....7 2 Registers....7 2 Connection with the DirectLOGIC PLC....7 8 Connection with the C-more and C-more Micro HMI panels....7 10 Modbus

More information

Optidrive Applications Support Library

Optidrive Applications Support Library Optidrive Applications Support Library Application Note Title AN-ODV-3-038 Related Products Optidrive Eco Overview Level 3 Modbus RTU Control and Register Mapping 1 Fundamental - No previous experience

More information

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! Laser diode driver Datasheet & User Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! LLC, st. Sedova, 37, lit.

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

SIOX-RS232C Converter

SIOX-RS232C Converter L40 SIOX-RS232C Converter p 2 TELEFRANG AB TABLE OF CONTENTS SIOX-RS232C Converter General Description This module connects a CRT terminal or other RS232C serially communicating I/O device as a station

More information

RTD-W Installation Instructions

RTD-W Installation Instructions RTD-W Installation Instructions 0V +V POWER 15-24VDC 0V S1 S2 S3 0V S4 S5 S6 English RTD-W Installation Instructions 100.00 RTD-W Control Interface realtime Control Systems 24VAC/30VDC, 1A REMC P1 P2 RS485

More information

Using USS Protocol with SED2

Using USS Protocol with SED2 Using USS Protocol with SED2 The USS protocol (Universal Serial Interface Protocol) defines an access technique according to the master-slave principle for communications via a serial bus. One master and

More information

GFK-2415A March Type of sensor connection

GFK-2415A March Type of sensor connection VersaMax IP Expansion Module has four analog differential inputs that can be configured as current or voltage inputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by

More information

SCB-C08 USB to RS232/422/485 Converter

SCB-C08 USB to RS232/422/485 Converter SCB-C08 USB to RS232/422/485 Converter USB Interface RS-232 signal RS-422 signal: RS-485 signal: Cable Type Transmission distance Signal LED Direct power from USB port Power consumption: Compliant with

More information

LD6015. Datasheet & Manual. 1. Features. 3. Description. 2. Applications. 4. Absolute maximum ratings* 5. Recommended operating conditions

LD6015. Datasheet & Manual. 1. Features. 3. Description. 2. Applications. 4. Absolute maximum ratings* 5. Recommended operating conditions LD6015 Datasheet & Manual 1. Features Low current ripple No need to adjust voltage Soft-start Adjustable overcurrent limit Thermal warning and shutdown Reverse current protection Crowbar circuit protection

More information

Lighting Controls and Connectivity DALI interface. DALI Interface RS232 PS/S PC interface module for DALI systems

Lighting Controls and Connectivity DALI interface. DALI Interface RS232 PS/S PC interface module for DALI systems Interface RS232 PS/S PC interface module for systems Product description Combines interface module and power supply Integrated power supply with 240 ma for devices or control modules without power supply

More information

MODBUS/TCP TO SIEMENS G110/G120/MM440 APPLICATION

MODBUS/TCP TO SIEMENS G110/G120/MM440 APPLICATION ICP PANEL-TEC MICROBRIDGE INSTALLATION AND OPERATION GUIDE MODBUS/TCP TO SIEMENS G110/G120/MM440 APPLICATION Revision History Revision Date Author Comments 000 02 June 2009 David Walker Initial release.

More information

EHAG 125 khz Multitag Reader Module ME-H10101xx

EHAG 125 khz Multitag Reader Module ME-H10101xx EHAG 125 khz Multitag Reader Module ME-H10101xx Firmware: 0.12b 4/9/2004 Table of Content 1 Scope...2 2 Definitions and abbreviations...3 2.1 Definitions... 3 2.1.1 Hex notation... 3 2.1.2 ASCII notation...

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

A Issue A Original. Instruction Manual. nxds Serial Comms Interface

A Issue A Original. Instruction Manual. nxds Serial Comms Interface Instruction Manual A735-01-860 Issue A Original nxds Serial Comms Interface Description nxds6i nxds10i nxds15i nxds20i Item Number A735-01-983 A736-01-983 A737-01-983 A738-01-983 nxds6ic nxds10ic nxds15ic

More information

DAC 8. RS 232 Control

DAC 8. RS 232 Control DAC 8 RS 232 Control (c) T+A elektroakustik GmbH&Co KG Herford Germany Version 1.00 27.04.2012 CONTENTS 0 GENERAL 1 HARDWARE 2 PROTOCOL 2.1 Physical layer 2.2 Data Link Layer 2.3 Application Layer 3 COMMANDS

More information

Toshiba TOSVERT Protocol

Toshiba TOSVERT Protocol Connector Configuration Parameters RTS ON DelayX10ms Enter a number from 0 to 255 (0 to 2.55 seconds) to delay sending a message after turning on Request To Send (RTS). Commonly used with modem communication

More information

One station Impact Printer. Model: WP-300 Version : 1.03

One station Impact Printer. Model: WP-300 Version : 1.03 One station Impact Printer Model: WP-300 Version : 1.03 INDEX 1. GENERAL SPECIFICATION... 2 1.1 DESCRIPTION... 2 1.2 CHARACTERISTICS... 2 1.3 ACCESSORIES... 2 2. MAIN SPECIFICATION... 3 3. ILLUSTRATION...

More information

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00 BRODERSEN Message Displays/Operator Panels Message Display Operator Panel UCT-33/36 Industrial Terminal Manual 32.00 Brodersen Controls A/S. Betonvej 0. DK-4000 Roskilde. Denmark. Tel (+45) 46 74 00 00.

More information

The I-7530A RS-232/485/422 to CAN Converter

The I-7530A RS-232/485/422 to CAN Converter The I-7530A RS-232/485/422 to CAN Converter User s Manual Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year from the date of delivery

More information

JUMO di 308. Digital Indicator. B Interface Description Modbus 12.07/

JUMO di 308. Digital Indicator. B Interface Description Modbus 12.07/ JUMO di 308 Digital Indicator B 70.1550.2.0 Interface Description Modbus 12.07/00485372 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note

More information

OPTRIS CT communication interface

OPTRIS CT communication interface OPTRIS CT communication interface 1. Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 9600) Data bits: 8 Parity: none Stop bits: 1 Flow control: off The protocol

More information

Absolute Encoders Multiturn

Absolute Encoders Multiturn The multiturn encoders 6 and 8, with interface and combined optical and magnetic sensor technology, offer a maximum resolution of 5 bits. These encoders are programmable via the Ezturn software. The hollow

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

Optidrive Applications Support Library

Optidrive Applications Support Library Optidrive Applications Support Library Application Note Title AN-ODE-3-038 Related Products Optidrive E3 Overview Level 3 Modbus RTU Control and Register Mapping 1 Fundamental - No previous experience

More information

Powered Roller Controller for DeviceNet

Powered Roller Controller for DeviceNet PRC-620-090 TECHNICAL DATA Description The Holjeron Powered Roller Controller for use with DeviceNet has the features needed to handle up to four zones in a material handling system. A Brushless DC Powered

More information

SENTRY HPS / HTS COMMUNICATION PROTOCOL

SENTRY HPS / HTS COMMUNICATION PROTOCOL SENTRY HPS / HTS COMMUNICATION PROTOCOL Rev. 1.00 - October 1996-1 - The communication with Sentry.RPS uses RS232 serial line connection with: - only 3 wires TX, RX and GND; - 8 bits; - no parity; - 1

More information

7-Series Serial Communications User Manual

7-Series Serial Communications User Manual 7-Series Serial Communications User Manual Document Number: 53840-001 Date: August, 2003 About This Manual This manual was written by the TOSHIBA Technical Publications Group. This group is tasked with

More information

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! Laser diode driver Datasheet & User Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!, 37 Sedova St, Off 209,

More information

HEAVY DUTY INCLINOMETER ANALOG & RS232 INTERFACE

HEAVY DUTY INCLINOMETER ANALOG & RS232 INTERFACE The Heavy Duty inclinometers are robust inclination sensors specially designed for applications involving rough handling and exposure to rigorous conditions. The die cast aluminium housing and the metal

More information

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012 C1182 Video Compression Module User Manual Release Note 1 st Release Aug 01, 2012 General Description This is a series of camera modules which perform video compression and output video stream through

More information

BNI IOL A027 BNI IOL A027

BNI IOL A027 BNI IOL A027 BNI IOL-771-000-A027 BNI IOL-772-000-A027 IO-Link Version 1.1 Universel IO-Link Interface With undervoltage / broken coil detection User s Guide Inhalt 1 Notes to the user 2 1.1. About this guide 2 1.2.

More information

JUMO Quantrol LC100/LC200/LC300

JUMO Quantrol LC100/LC200/LC300 JUMO Quantrol LC100/LC200/LC300 Universal PID Controller Series B 702030.2.0 Interface Description Modbus 2013-05-27/00600589 Content 1 Introduction................................................ 5 1.1

More information

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2.

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2. FEATURES: Major features of the Swipe Reader are as follows: Powered through the USB port no external power supply required Hardware Compatible with PC or any computer or terminal with an RS-232 interface

More information

DAC 8 DSD. RS 232 Control

DAC 8 DSD. RS 232 Control DAC 8 DSD RS 232 Control (c) T+A elektroakustik GmbH&Co KG Herford Germany Version 1.12 02.06.2016 Document History 22.12.2015 V 1.00 Document released 23.12.2015 V 1.01 Minor corrections 26.01.2016 V

More information

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited.

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited. D-ILA TM PROJECTOR DLA-G3010series DLA-M2000series RS-232C CONTROL SPECIFICATIONS Victor Company of Japan, Limited * D-ILA is a trademark of Victor Company of Japan, Limited. Document Number CTGKE-0013

More information

Batching Master xx0 (i)

Batching Master xx0 (i) Modbus Communication Batching Master xx0 (i) Revision 9.0 From software version 2.30 and 3.30 IBS BatchControl GmbH Im Sträßchen 2-4 Phone: +49 2441 9199 801 53925 Kall Fax.: +49 2441 9199 871 Germany

More information

TOSVERT VF-S9 Communications Function Instruction Manual

TOSVERT VF-S9 Communications Function Instruction Manual TOSVERT VF-S9 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

TOSVERT VF-nC1 Communications Function Instruction Manual

TOSVERT VF-nC1 Communications Function Instruction Manual TOSVERT VF-nC1 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

More information

QSB Command List. Document Version /15/2017

QSB Command List. Document Version /15/2017 QSB Command List Document Version 1.25 8/15/2017 1 of 17 Terms and Conditions of License for use of gratuitous software Thank you for purchasing US Digital products. By downloading or using US Digital

More information

LM24A-MOD. Cable 1 m, 6 x 0.75 mm 2 RJ12 socket

LM24A-MOD. Cable 1 m, 6 x 0.75 mm 2 RJ12 socket echnical data sheet Damper actuator for Modbus for adjusting air dampers in ventilation and air conditioning systems in buildings orque 5 Nm Nominal voltage AC/DC 4V Communication via Modbus RU (RS-485)

More information

PRODIS -SSI Digital Process Meter for SSI position sensors. Instruction Manual. Please read carefully before installation and operation!

PRODIS -SSI Digital Process Meter for SSI position sensors. Instruction Manual. Please read carefully before installation and operation! Digital Process Meter for SSI position sensors Please read carefully before installation and operation! Contents Contents Specifications 2 Safety instructions 3 Description 4 Mechanical mounting 4 Operation

More information

C Heat Trace Controller

C Heat Trace Controller C910-85 Heat Trace Controller MODBUS PROTOCOL INTERFACE MAPPING For Firmware version V.0.3 THERMAL MANAGEMENT SOLUTIONS EN-DigiTraceC910Modbus-AR-H585 02/13 CONTENTS Section 1 Introduction... 3 Section

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

JDICON 1000 JDICON B Interface Description 3.99/ Universal Process Controller. Universal Profile Controller

JDICON 1000 JDICON B Interface Description 3.99/ Universal Process Controller. Universal Profile Controller JDICON 1000 Universal Process Controller JDICON 1001 Universal Profile Controller B 70.3560.2 Interface Description 3.99/00316584 Contents 1 Introduction 1.1 Preliminary remarks... 3 1.2 Typographical

More information

F3EM Measuring lightcurtain in robust aluminium housing

F3EM Measuring lightcurtain in robust aluminium housing Measuring lightcurtain in robust aluminium housing F3EM Measuring lightcurtain in robust aluminium housing The F3EM provides easy to install and set up height and profile measurement. The analog output

More information

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

Stepper Motor. Vcc 3.3~5V User MCU Direc on Pulse Enable. Vcc DIR STP

Stepper Motor. Vcc 3.3~5V User MCU Direc on Pulse Enable. Vcc DIR STP Miniature size 2.mm x 2.mm x 1.5mm Integral design to fit motors, work standalone as well Wide range input voltage 10-0 0-2A / 1.5 - A / - 8A adjustable phase current 1 to 16th micro stepping Automatic

More information

Fics-RT1. User s Manual

Fics-RT1. User s Manual Fics-RT1 User s Manual Contents 1: Overview... 1 2: Terminal Specifications... 1 2-1: Standard Specifications... 1 2-2: Customer Defined Features:... 1 3: Terminal RS232C Communication Link Details...

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

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / ,

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / , TECHNICAL INFORMATION WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-680 Götzis/Austria, Tel.: ++3 / (0) 5523 / 52250-0, E-mail: wolfvision@wolfvision.com Serial Protocol of VZ-7D(G) Revised 31 st May

More information

KL-6011 Technical Documentation Serial Interface TTY 20mA Current Loop Please keep for further use!

KL-6011 Technical Documentation Serial Interface TTY 20mA Current Loop Please keep for further use! KL-6011 Technical Documentation Serial Interface TTY 20mA Current Loop Please keep for further use! Edition date/rev. date: 13.05.1998 Document no./rev. no.: TRS - V - BA - GB - 0116-00 Software version:

More information

INSTRUCTION MANUAL SERIES

INSTRUCTION MANUAL SERIES INSTRUCTION MANUAL SERIES 1300 ( single board ) Appendix E complement for interactive software Rue du Puits-Godet 16 CH-2005 NEUCHATEL SA Phone:++41 (0)32 729 93 60 Fax: ++41 (0)32 724 10 23 Mail : info@irtsa.com

More information

Technical Description

Technical Description Technical Description Network Interface Card for NTP- and udp/time protocol version 01.00 22.02.99 Company Info hopf_elektronik Nottebohmstr. 41 Post box 1847 58511 Lüdenscheid 58468 Lüdenscheid tel.:

More information

INDUSTRIAL INCLINOMETER ANALOG & RS232 INTERFACE

INDUSTRIAL INCLINOMETER ANALOG & RS232 INTERFACE The industrial inclinometers are compact solutions for determining the inclination in both single and dual axes with remarkable precision and at a lower expense. The molded housing provides the mechanical

More information

IOS MANUAL I-CONVERT REG

IOS MANUAL I-CONVERT REG IOS MANUAL I-CONVERT REG Media-Control IOS I-Convert REG Programmers manual Revision State: released Date of Creation: 25.01.2007 Last Update 24.06.2008 Author: Bernhard Efinger IOS I-Convert REG Project

More information

Serial Communications Guide

Serial Communications Guide M-5000 Smart Ultrasonic Sensor Serial Communications Guide Page 1 of 14 Serial Communications Guide MassaSonic TM M-5000 Smart Ultrasonic Sensors MASSA PRODUCTS CORPORATION 280 Lincoln Street Hingham,

More information

SIOX Four I/O Mini Module

SIOX Four I/O Mini Module TELEFRANG AB SIOX Four I/O Mini Module SD1 General Description. SD1 is a general purpose four digital I/O module, isolated from the communication bus. Watchdog, input functions and count modes are saved

More information

IB IL RS 232 IB IL RS 232-PAC

IB IL RS 232 IB IL RS 232-PAC IB IL RS 232 IB IL RS 232-PAC Inline Terminal for Serial Data Transmission Data Sheet 01/2005 # '! # ) The item versions only differ in the scope of supply (see "Ordering Data" on page 36). Their function

More information

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017 DL-10 User Manual RS-485 Remote Temperature and Humidity English Ver. 1.0, Jul. 2017 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of one year from

More information

Inclinometer. 4-20mA and RS232

Inclinometer. 4-20mA and RS232 Inclinometer 4-20mA and RS232 Real size Main Features - Two axis digital inclinometer n - Angle measurement range of +/-5, +/-15 and +/-30, Resolution up to 0.001 - Active linearization and temperaturecompensation

More information

LD-RTD / LD-TC Temperature Controller

LD-RTD / LD-TC Temperature Controller 1 LD-RTD / LD-TC Temperature Controller Available in either an RTD model or a thermocouple model, these units accept all common temperature probe types, and offer a technically advanced, but cost effective

More information

Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders

Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders connectable to incremental- or absolute encoders (FMAX, FEMAX, EMAX) approved standard functions (e.g. pulse scaling,

More information

BNI DNT Z004 BNI DNT Z005 BNI DNT Z005 BNI DNT Z005 Short Guide

BNI DNT Z004 BNI DNT Z005 BNI DNT Z005 BNI DNT Z005 Short Guide BNI DNT-104-000-Z004 BNI DNT-202-000-Z005 BNI DNT-302-000-Z005 BNI DNT-305-000-Z005 Short Guide English 1 2 3 4 Notes to the User 3 1.1 About this guide 3 1.2 Structure of the guide 3 1.3 Typographical

More information

Data Sheet T 6493 EN. TROVIS 6400 Automation System TROVIS 6493 Compact Controller. For panel mounting (front frame 48 x 96 mm/1.89 x 3.

Data Sheet T 6493 EN. TROVIS 6400 Automation System TROVIS 6493 Compact Controller. For panel mounting (front frame 48 x 96 mm/1.89 x 3. Data Sheet T 6493 EN TROVIS 6400 Automation System TROVIS 6493 Compact Controller For panel mounting (front frame 48 x 96 mm/1.89 x 3.78 inch) Application Digital controller to automate industrial and

More information

Single-Axis Counter BDD 611

Single-Axis Counter BDD 611 Single-Axis Counter BDD 611 Technical Description, User's Guide english No. 611-150 D/E. Edition 0705; Subject to modification. Replaces edition 0701. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765

More information

Line Mode: Digitizer outputs coordinate data points when a button is down; plus one when the button is released.

Line Mode: Digitizer outputs coordinate data points when a button is down; plus one when the button is released. Power Up Default Format # Run mode 9 8 none lines per inch and point per second Operating Modes Run Mode: Digitizer outputs coordinate data continuously. Track Mode: Digitizer outputs coordinate data when

More information

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications Real Time Clock with Temperature Sensor and RS485/Modbus Comunications April 29, 2014 Power 8 20 VDC @ less than 100 MA. Battery connect jumper RS485 Bus Load Jumpers Model: RTC-TI2C Page 1 of 6 Features:

More information

RTD Temperature acquisition converter WJ25

RTD Temperature acquisition converter WJ25 8-CH Thermocouple Signal to RS485/232 Acquisition Converter (WJ27 series 24Bits A/D Converter, data acquisition) Features: >> Eight channels thermocouple signal acquisition, isolated converter RS-485/232

More information

CURRENT PROTECTION RELAY SMPR-1

CURRENT PROTECTION RELAY SMPR-1 CURRENT PROTECTION RELAY SMPR-1 1.- ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol

More information

Motors I Automation I Energy I Transmission & Distribution I Coatings N2 CFW501. User s Manual

Motors I Automation I Energy I Transmission & Distribution I Coatings N2 CFW501. User s Manual Motors I Automation I Energy I Transmission & Distribution I Coatings N2 CFW501 User s Manual N2 User s Manual Series: CFW501 Language: English Document Number: 10002041262 / 00 Publication Date: 09/2013

More information

MS Protocol Converter. User Manual. Firmware version 2.0 ISI. Instrumental Solutions, Inc.

MS Protocol Converter. User Manual. Firmware version 2.0 ISI. Instrumental Solutions, Inc. MS1-2150 Protocol Converter User Manual Firmware version 2.0 ISI Instrumental Solutions, Inc. WWW.ISIDEV.NET Introduction The MS1-2150 protocol converter can take readings from 1 or more ModBus registers

More information

ISDA/ISDA4 Protocol Driver Manual. Table of Contents

ISDA/ISDA4 Protocol Driver Manual. Table of Contents ISDA/ISDA4 Protocol Driver Manual Table of Contents ISDA 1 Functional Overview... 3 1.1 Master Serial Port(s)... 3 1.2 Module Internal Database... 4 1.2.1 ISDA Serial Port Driver Access to Database...

More information

TrackPoint Engineering Specification Version 4.0 Serial Supplement

TrackPoint Engineering Specification Version 4.0 Serial Supplement TrackPoint Engineering Specification Version 4.0 Serial Supplement B. Olyha CSS Electronic Engineering J. Rutledge Mathematical Sciences Originator Contacts Bob Olyha IBM T. J. Watson Research Center Route

More information

Signal Isolators & Conditioners

Signal Isolators & Conditioners RS485/232 to Analog Signal Converter Signal Isolators & Conditioners (D/A Converter,WJ31 series) Features: >> RS-485/232 interface, isolation convert standard analog signal output >> Analog signal output

More information

Saturn Reader User Manual

Saturn Reader User Manual FCC Compliance Saturn Reader User Manual Version 1.00 On Track Innovations Ltd. (O T I) P/N 1100054F P/N 1100054F page 0 FCC Compliance FCC Compliance This device (Reader Saturn 3000) complies with Part

More information

RTD-NET Installation Instructions

RTD-NET Installation Instructions LED3 SW1 LED4 RTD-NET Installation Instructions 0V +V POWER 15-24VDC English RTD-NET Installation Instructions 100.00 RTD-NET Control Interface realtime Control Systems REMC P1 P2 RS485 D-BUS DB DA GND

More information

QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0.

QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0. QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0. QTS-8000 RS-485 Data Communication Protocols 82050-005-000 Name Signature Date Prepared: Gang Li 00-05-15 Reviewed: Checked: Approved:

More information

BNI EIP Z016. IP67 Modules, 8 Outputs BNI EIP Z016 BNI EIP Z016 IP67 Modules, 16 Outputs User s Guide

BNI EIP Z016. IP67 Modules, 8 Outputs BNI EIP Z016 BNI EIP Z016 IP67 Modules, 16 Outputs User s Guide BNI EIP-202-000-Z016 BNI EIP-202-100-Z016 IP67 Modules, 8 Outputs BNI EIP-206-000-Z016 BNI EIP-206-100-Z016 IP67 Modules, 16 Outputs User s Guide 1 Notes for the user 1.1 About this guide 2 1.2 Structure

More information

Features. IDS : Inclinometer Display System with RS232 Output

Features. IDS : Inclinometer Display System with RS232 Output Graphic Dual Axis Mode Dual Axis Mode Features Single Axis Mode Description Features The IDS is a high quality display system for use with many of our inclinometer sensors. It has a sturdy Aluminium housing

More information

Multizones Temperature Controller Series: R2400, R2500, R4000

Multizones Temperature Controller Series: R2400, R2500, R4000 Manual: Data Transfer Profibus DP, EN 50170 Multizones Temperature Series: R2400, R2500, R4000 Content: 1. Disclaimer of liability...2 2. Interface, general...2 2.1 Line routing, screening and measures

More information

OMR-6021 Analog Output OMR Channel Analog Output

OMR-6021 Analog Output OMR Channel Analog Output OMR-6021 Analog Output OMR-6024 4-Channel Analog Output Contents 1. INTRODUCTION...1-1 1. 1. ABOUT THE OMR ANALOG OUTPUT MODULES 1-1 1. 2. OVERVIEW OF OMR-6021 1-1 1. 3. OVERVIEW OF OMR-6024 1-4 2. INITIALIZATION

More information

KL4001, KL4002 and KL4004

KL4001, KL4002 and KL4004 Operating instructions for KL4001, KL4002 and KL4004 Single-, Two- and Four-Channel Analog Output Terminals Signal range: 0 V to 10 V Version: 3.0 Date: 07.11.2003 Table of contents Table of contents 1.

More information

K -B U S R. R S232/ K N X C ontroller. U ser m anual-v er.1 BTCC-02/ KNX/EIB Intelligent Installation Systems

K -B U S R. R S232/ K N X C ontroller. U ser m anual-v er.1 BTCC-02/ KNX/EIB Intelligent Installation Systems Guangzhou Video-star Electronics Industrial Co., Ltd K -B U S R R S232/ K N X C ontroller U ser m anual-v er.1 BTCC-02/232.1 Intelligent Installation Systems Contents 1. Summary ---------------------------------------------------------------------------------------------------------------------

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

Installation Instructions. Procon IP-32M wir-1_ MITSUBISHI ELECTRIC

Installation Instructions. Procon IP-32M wir-1_ MITSUBISHI ELECTRIC Installation Instructions Procon IP-32M 2371-wir-1_2-0204 MITSUBISHI ELECTRIC Procon IP-32M Overview The Procon IP-32M unit provides an interface between a Mitsubishi City-Multi G50A controller with up

More information

Industriefunkuhren. Technical Manual. Signal Converter. for DIN Rail Mounting Series 4800xx-yy ENGLISH

Industriefunkuhren. Technical Manual. Signal Converter. for DIN Rail Mounting Series 4800xx-yy ENGLISH Industriefunkuhren Technical Manual Signal Converter for DIN Rail Mounting Series 4800xx-yy ENGLISH Version: 01.01-19.07.2007 2 / 23 Signal Converter 4800 - V01.01 INPORTANT NOTES Downloading Technical

More information

SI3300. user and installation manual. 4-20mA/DC-Digital Display

SI3300. user and installation manual. 4-20mA/DC-Digital Display SI3300 4-20mA/DC-Digital Display The SI3300 is a member of the SI3000 Readout Family. All members of the family are marked SI3000 on the front panel. This manual is specifically for the SI3300 Model with

More information