Technical Manual. Standard Communication Protocol TA3840C

Size: px
Start display at page:

Download "Technical Manual. Standard Communication Protocol TA3840C"

Transcription

1 TA3840C Technical Manual SAS au Capital de R.C.S. Bourges - APE : 2651B Headquarter : 9, rue Isaac Newton Bourges - France

2 Technical Manual TA3840C 1 st Edition Released February 2013

3 Revision Page Rev. Date Paragraphs Modifications 00 26/07/ First issue 01 13/12/ , Clarifications regarding partially signed words Moving of enable bits in #2777; clarifications on intermediates 1 values for scaling Moving of enable bit in #15683; clarifications on intermediates 1 values for scaling 02 09/08/ Addition of 3 rd alarm limit on IG pressure; addition of Monitoring communication control 3.5 Addition of On/Off input and relay status 03 27/04/ Addition of HC gas transmitter zero line, alarm limits, enabling, measurement 04 29/02/ Correction for words 2678 / /10/ Addition of fault flags in #2866, /03/2013 all Change company name

4 TABLE OF CONTENTS 1. GENERAL PRESENTATION HARDWARE CONFIGURATION COMMUNICATION PROTOCOL General structure of frames Frames definition Description of the general system datas Description of datas related to the Radar transmitters Description of the datas related to the 4-20 ma analog transmitters... 15

5 1. GENERAL PRESENTATION The TA3840C Communication Unit is described in the document MT5008 (Technical Manual). This document describes the addresses table used by the communication protocol Modbus RTU between this Communication Unit TA3840C, and a main supervision system. Supervision System TA3840C Communication Unit RS232 or RS485 or RS422 The communication is performed by the way of a serial link according to the MODBUS RTU master / slave protocol. 2. HARDWARE CONFIGURATION The serial link uses one of the four isolated ports available on the rear face of the TA3840C rack : - Monitoring 1 or 2 ports, or TA3840R, RS232 type on Sub-D 9 pins connector for a cable length 10 m or RS485 (2 wires) or RS422 (4 wires) type for a cable length up to 1200 m; - Auxiliary port with Modbus RTU protocol, RS232 type on Sub-D 9 pins connector for a cable length 10 m or RS485 (2 wires) type for a cable length up to 1200 m. The serial link type RS232, RS485 or RS422 is selected by jumpers located on the supply electronic board of the TA3840C. See next page for details. The dialog frames are composed of words of 10 bits each : - 1 start bit - 8 data bits (no parity) - 1 stop bit The TA3840C Unit address is settable from 1 to 8; the baudrate is settable from 1200 to bauds for the Monitoring 1 or 2 ports, 1200 to bauds for the TA3840R and Auxiliary ports (default 9600 bauds). TA3840C Technical Manual 3

6 Monitoring 2 port Monitoring 1 port TA3840R port JP2/3 jumpers for read / write reverse in RS232 mode JP4 jumper for communication type selection Left=RS232 JP5 for RS485 / RS422 selection, Left=RS485 JP8 jumper for communication type selection Left=RS232 JP9 for RS485 / RS422 selection, Right=RS485 JP6/7 jumpers for read / write reverse in RS232 mode JP10/11 jumpers for read / write reverse in RS232 mode JP12 jumper for communication type selection Left=RS232 JP13 for RS485 / RS422 selection, Left=RS485 Auxiliary port JP14/15 jumpers for read / write reverse in RS232 mode JP16 jumper for communication type selection Left=RS232 TA3840C Technical Manual 4

7 3. COMMUNICATION PROTOCOL 3.1. General structure of frames The dialogues are initiated by the supervisor operating as master, while the TA3840C Communication Unit operates as slave : the supervisor asks a question to the TA3840C, which answers with required data. The "question" frame general structure is as follow : Question : Slave n Function code Data Control word CRC 16 (n bytes) This byte selects the command : - 3 or 4 : read n words - 6 : write 1 word - 16 : write n words These n bytes define : - The address of the 1 st word - The value of the word(s) - The number of words The "answer" frame general structure is as follow : Answer : Slave n Function code Data (n bytes) Control word CRC 16 These n bytes define : - The value of the read words - The value of the written words - The number of words TA3840C Technical Manual 5

8 Message control : The control word CRC 16 is calculated by the emitter of a message. Upon receipt of the last byte, the receiver calculates also the CRC 16 of the received frame, and doesn't answer to the question if the CRC16 word is found to be different. When the control word CRC 16 is correct, but if the receiver doesn't recognize the question (wrong address or data), it sends back the function code with the most significant bit (bit 7) to 1, followed by a byte defining the error type : Slave n Function Code (with bit 7 at 1) Error Code Control word CRC 16 Byte value : - 1 : Unknown function code - 2 : Wrong address - 3 : Wrong data CRC 16 control word calculation method : Initiate the CRC 16 at FFFF (hexadecimal) Do from the 1 st byte to the last one CRC Xor byte -> CRC Do 8 times Shift the CRC by one bit to the right If the output bit is equal to 1, do CRC Xor A001 -> CRC End do End do The least significant byte of CRC 16 is sent in first, followed by the most significant byte : Example of question with CRC 16 (HEX) = C8 55 : C8 TA3840C Technical Manual 6

9 3.2. Frames definition Read n words : function code = 3 or 4 Question: Slave n Function code = 3 or 4 Address of the 1st word msb, lsb Number of words 127 maximum Control word CRC 16 Answer: Slave n Function code = 3 or 4 Number of read bytes 1st word read.. Last word read Control word CRC Write one word : function code = 6 Question: Slave n Function code = 6 Address of the word msb, lsb Value of the word Control word CRC 16 Answer: The answer frame is identical to the question frame Write n words : function code = 16 Question: Slave n Function code = 16 Addr. of the 1st word msb, lsb Number of words Number of bytes Value of the 1st word. Control word CRC 16 Answer: Slave n Function code = 16 Address of the 1st word msb, lsb Number of words Control word CRC 16 TA3840C Technical Manual 7

10 3.3. Description of the general system data The hereunder table shows the content of the different available addresses related to the general parameters of the TA3840C : Address Type Description TA 3840C 1 Word TA3840C MODBUS slave number (1 to 8) 2 Word TA3840C Software release (3 digits) 3 Word Year of revision (2 digits) 4 Word Month + day of revision (2 + 2 digits) 5 Words Reserved Word Name of the vessel or hull number 1 (2 ASCII characters) 67 Word Name of the vessel or hull number 2 (2 ASCII characters) 68 Word Name of the vessel or hull number 3 (2 ASCII characters) 69 Words Reserved Word High/High alarm limit on cargo inert gas pressure 81 Words Reserved Word Current year + month (2 + 2 digits) 87 Word Current day + hour (2 + 2 digits) 88 Word Current minutes + seconds (2 + 2 digits) 89 Word Atmospheric pressure in 1/10 mbar (5 digits) 90 word Trim in cm (4 digits) 91 word Heel in 1/100 (4 digits) 92 word Trim angle in 1/100 (4 digits) 93 Word Reserved 94 Word Oldest fault record address 95 Word Number of fault records (from 0 to 100) 96 Word Year + month 97 Word Day + hour 98 Word Minute + second 99 Word Address + error code 100 Words Same (4 words per record) Word Bending rate in cm Words Reserved 499 Word Flag for communication fault with Monitoring 1, 2 (2 bits) 500 Words Reserved Words 50 volume tables of 10 points, n table, height in mm (5 digits) / 2055 volume in m3 then in l (8 digits) - 31 words in total 2056 Words Reserved 2675 TA3840C Technical Manual 8

11 Modbus slave number of the Communication Unit #1 : from 1 to 8; Release index and date of the TA3840C software #2, #3 et #4 : release (without dot) and year in the least significant byte, month in the most significant byte, day in the least significant byte; these data are engraved in the EPROM; so even modified, they are restored when power is set on; Name or hull number of the Vessel #66 to #68 : 6 ASCII characters, 2 per address with 1 st letter in the most significant byte of #66 and so on; Example : the name «VESSEL» is encoded : (#66) HEX = 5645, (#67) HEX = 5353 and (#68) HEX = 454C; High / High alarm limit on inert gas pressure measurement connected on Radar #80 : signed word; Current date #86 to #88 : year, day and minutes in the most significant byte, month, hours and seconds in the least significant byte; this date can be initiated, but later it is refreshed by the TA3840C; Environment data #89 to #92 : atmospheric pressure in 1/10 mbar, Trim in cm, Heel in 1/100, Trim angle in 1/100, used values for the measurements corrections; they can be initiated but later they are refreshed by the TA3840C; System faults Historical #94 to #495 : the chronological list of faults is sliding from the word 96; the year, the day the minute and the address are in the most significant byte; Vessel bending rate value #496 : it is calculated in cm from the measurements of the drafts; COM1 and COM2 communication status #499 : least to most significant bit in the indicated order; Volume tables from #506 to #2055 : 50 tables of 31 words each, each table includes an index from 1 to 50, then 10 x 3 words respectively for the height in mm, the relevant volume in m 3 then in liters for 10 points dispatched on the height of the table; TA3840C Technical Manual 9

12 3.4. Description of data related to the Radar transmitters The hereunder table shows the content of the different available addresses regarding the parameters of the Radar transmitters, from the transmitter n 1; the following transmitters are on the addresses modulo 203 : Address Type Description Transmitter Radar n Word Address of the Radar transmitter (2 digits) 2677 Word Reserved 2678 Word Name1 of the tank or HC gas transmitter (2 characters ASCII) 2679 Word Name2 of the tank or HC gas transmitter (2 characters ASCII) 2680 Words Reserved word Offset in mm (5 digits) 2722 word Zero line in mm (5 digits) 2723 Words Reserved Word Density for Radar in hg/m3 (5 digits) 2727 Words Reserved Word Name1 of the analog transmitter 1 (2 characters ASCII) 2736 Word Name2 of the analog transmitter 1 (2 characters ASCII) 2737 Word Name1 of the analog transmitter 2 (2 characters ASCII) 2738 Word Name2 of the analog transmitter 2 (2 characters ASCII) 2739 Word Name1 of the analog transmitter 3 (2 characters ASCII) 2740 Word Name2 of the analog transmitter 3 (2 characters ASCII) 2741 Words Reserved word Zero line of the analog transmitter 1 in mm or HC gas transmitter (5 digits) 2748 word Zero line of the analog transmitter 2 in mm (5 digits) 2749 word Zero line of the analog transmitter 3 in mm (5 digits) 2750 Words Reserved Word Density for the analog transmitter 1 in hg/m3 (5 digits) 2760 Word Density for the analog transmitter 2 in hg/m3 (5 digits) 2761 Word Density for the analog transmitter 3 in hg/m3 (5 digits) 2762 Word Level alarm 1 en mm (5 digits) 2763 Word Level alarm 2 en mm (5 digits) 2764 word Average temperature alarm 1 in tenth of C (4 digits) 2765 word Average temperature alarm 2 in tenth of C (3 digits) 2766 Word Level and average temperature alarm types (1 + 1 digits) TA3840C Technical Manual 10

13 Address Type Description Transmitter Radar n Word Analog transmitter 1 alarm 1 or HC gas transmitter (5 digits ) 2768 Word Analog transmitter 1 alarm 2 or HC gas transmitter (5 digits ) 2769 Word Analog transmitter 2 alarm 1 (5 digits ) 2770 Word Analog transmitter 2 alarm 2 (5 digits ) 2771 Word Analog transmitter 3 alarm 1 (5 digits ) 2772 Word Analog transmitter 3 alarm 2 (5 digits ) 2773 Word Analog transmitters 1, 2, 3 alarm types ( digits) 2774 Words Reserved Flags for Radar or HC gas transmitter, temperatures H, M, L, analog tr. 1, 2, 3 enable (7 bits) 2778 Words Reserved Word Distance in mm (5 digits) 2818 word Temperature High in tenth of C (4 digits) 2819 word Temperature Middle in tenth of C (4 digits) 2820 word Temperature Low in tenth of C (4 digits) 2821 word Temperature High user scale in tenth of C (4 digits) 2822 word Temperature Middle user scale in tenth of C (4 digits) 2823 word Temperature Low user scale in tenth of C (4 digits) 2824 Word Reserved 2825 Word "Ullage" in mm (5 digits) 2826 Word "Innage" in mm (5 digits) 2827 Word Corrected Ullage en mm (5 digits) 2828 Word Corrected Innage in mm (5 digits) 2829 Word Volume in m Word Volume in l 2831 Word Mass in T 2832 Word Mass in kg 2833 word Average temperature in tenth of C (4 digits) 2834 Word ADC code measurement from analog tr. 1 or HC gas transmitter (4 digits) Measurement from analog tr. 1 or HC gas transmitter in user scale ( Word digits) 2836 Word Corrected measurement (5 digits) 2837 Word Intermediate Value 1-1 TA3840C Technical Manual 11

14 Address Type Description Transmitter Radar n word Intermediate Value word Intermediate Value Word Volume in m Word Volume in l 2842 Word Mass in T 2843 Word Mass in kg 2844 Word ADC code measurement from analog tr. 2 (4 digits) 2845 Word Measurement from analog tr. 2 in user scale (5 digits) 2846 Word Corrected measurement (5 digits) 2847 Word Intermediate Value word Intermediate Value word Intermediate Value Word Volume in m Word Volume in l 2852 Word Mass in T 2853 Word Mass in kg 2854 Word ADC code measurement from analog tr. 3 (4 digits) 2855 Word Measurement from analog tr. 3 in user scale (5 digits) 2856 Word Corrected measurement (5 digits) 2857 Word Intermediate Value word Intermediate Value word Intermediate Value Word Volume in m Word Volume in l 2862 Word Mass in T 2863 Word Mass in kg 2864 Word Reserved 2865 Word Fault flags : location fault non acknowledged and acknowledged, internal diagnosis non acknowledged and acknowledged, distance measurement fault non acknowledged and acknowledged, communication fault non acknowledged and acknowledged (12 bits) TA3840C Technical Manual 12

15 Address Type Description Transmitter Radar n Word Fault flags : invalid distance measurement fault non acknowledged and acknowledged, invalid temperature measurements faults non acknowledged and acknowledged, invalid analog measurements faults non acknowledged and acknowledged, average temperature measurement fault (15 bits) 2867 Word Flags : alarms 1 et 2 level, temperature, non ack. and ack. (8 bits) 2868 Word Flags : alarms 1 et 2 analog inputs, alarm 3 analog input 1, non ack. and ack. (14 bits) 2869 Words Reserved End for Radar transmitter n 64 : word over : Not signed word for level measurement, signed for all other measurements Slave number of the Radar #2676 : address for communication with the TA3840C by special protocol in the most significant byte; WARNING : the least significant byte is reserved; Name of the tank where the Radar is installed #2678 et #2679 : 4 ASCII characters, 2 per address with 1 st letter in the most significant bit #2678; Example : the name of channel 1 «WB1P» is encoded : (#2678) HEX = 5742 and (#2679) HEX = 3150; Offset #2721 : difference in mm between the Radar flange and the tank ullage measurement reference; Zero line #2722 : difference in mm between the tank bottom seen by the Radar and the relevant point of the volume table; Density #2726 : density in hg/m 3 of the product in the tank; Name of the measurements by the analog transmitters connected to the Radar #2735 to #2740 : 4 ASCII characters, 2 per address with the 1 st letter of the transmitter 1 in the most significant byte of #2735; Example : the name of the channel 1 «WB1P» is encoded : (#2735) HEX = 5742 and (#2736) HEX = 3150; Offset of the analog transmitters connected to the Radar or HC gas transmitter on input 1 #2747 to #2749 : for a level measurement, difference in mm between the zero value of the measurement and the tank bottom or the relevant point of the volume table; zero difference for the other measurements, in 1/10 C for a temperature measurement, in 1/10 mbar for a low pressure measurement, in 1/100 bar for a high pressure measurement, in 1/100 for an angle measurement; Density for a level measurement by the analog transmitter connected to the Radar #2759 to #2761 : density en hg/m 3 of the product in the tank; TA3840C Technical Manual 13

16 Level alarm limits #2762 et #2763 : limits in mm of the alarms, alarm 1 = the lowest, 2 = the highest; the type H/HH, L/H or LL/L is defined in #2766; signed word over 50000; Average temperature alarm limits #2764 et #2765 : limits in 1/10 C of the alarms, alarm 1 = the lowest, 2 = the highest; the type H/HH, L/H or LL/L is defined in #2766; Alarm type for the level and average temperature #2766 : level alarm type in the least significant digit, temperature in 2 nd digit; 0 = no alarm, 1 = H/HH, 2 = L/H, 3 = LL/L; Alarm limits of the analog transmitters connected to the Radar or HC gas transmitter on input 1 #2767 to #2772 : limits in unit according to the relevant type of measurement, alarm 1 = the lowest, 2 = the highest; the type H/HH, L/H or LL/L is defined in #2773; these words are not signed for a level measurement, and signed for any other measurements; Alarm type for the analog transmitters connected to the Radar #2773 : alarm type for the transmitters 1, 2, 3 in successive digits from the least significant digit; 0 = no alarm, 1 = H/HH, 2 = L/H, 3 = LL/L; Enable of the Radar or HC gas transmitter, and the transmitters connected #2777 : least significant bit to most significant bit in the indicated order; Values of the current measurements by the Radar transmitter #2817 to #2820 : distance in mm, then the 3 raw spot temperatures H then M then B in 1/10 C; the word #2817 is signed over 50000; Values oft the spot temperatures #2821 to #2823 : values in user scale in tenth of C; Values "Ullage" and "Innage" #2825 to #2828 : raw calculated values and corrected by Trim and Heel in mm; the words #2826 and 2828 are signed over 50000; Volume and mass # 2829 to #2832 : calculated values in indicated units; Value of the average temperature #2833 : calculated value in tenth of C, from the submerged probes; ADC value of the measurement from the analog transmitter connected in position 1 on the Radar or HC gas transmitter #2834; Value of the measurement by the analog transmitter connected in position 1 on the Radar or HC gas transmitter #2835 : value in user scale according to the nature of the relevant measurement; this word is not signed for a level measurement, and signed for any other measurement; the used units are : mm for a level, 1/10 C for a temperature, 1/10 mbar for a low pressure, 1/100 bar for a high pressure, 1/100 for an angle; Value of the measurement by the analog transmitter connected in position 1 on the Radar #2836 and #2837 : value corrected by Trim and Heel in mm for a level measurement, and intermediate value 1; these words are not signed for a level measurement, and signed for any other measurements; the intermediate 1 value contents the result of the just scaled measurement, without further calculation (atmospheric pressure correction, level from hydrostatic measurement calculation), except for the drafts; Intermediate 2 and 3 values for the measurement by the analog transmitter connected in position 1 on the Radar #2838 et #2839 : calculated values in mm for a level measurement; Volume and mass # 2840 to #2843 : calculated values in indicated units for a level measurement; #2840 contents the result of the just scaled measurement, without further calculation, for the drafts; TA3840C Technical Manual 14

17 Values of the measurements by the analog transmitter connected in position 2 and 3 on the Radar #2844 to #2863 : organization of the data identical to these from the transmitter in position 1; Operating faults flags #2865 : least to most significant bits in the indicated order, for the location, internal diagnosis, distance measurement faults non acknowledged and acknowledged; Measurement faults flags #2866 : least to most significant bits in the indicated order, for the distance, temperature, analog transmitters connected to the Radar measurement validity faults, non acknowledged and acknowledged, for the average temperature measurement fault display; Alarm flags #2867 et #2868 : least to most significant bits in the indicated order, for the alarms 1 and 2 of distance, temperature, analog transmitter connected to the Radar measurements, for alarm 3 of analog transmitter 1, non acknowledged and acknowledged; 3.5. Description of the data related to the 4-20 ma analog transmitters The hereunder table shows the content of the different available addresses regarding the parameters of the analog transmitters 4-20 ma, from the transmitter n 1; the following transmitters are on the addresses modulo 47 : Address Type Description 4-20 ma analog Transmitter n Word Address of the transmitter (2 digits) Word Reserved Word Name1 of transmitter (2 characters ASCII) Word Name2 of transmitter (2 characters ASCII) Words Reserved word Zero line in mm (5 digits) Words Reserved Word Density in hg/m3 (5 digits) Word Alarm 1 (5 digits ) Word Alarm 2 (5 digits ) Word Alarm Type (1 digit) Word Reserved Word Flag for enable (1 bit) Words Reserved Word Measurement ADC Code Word Measurement in current in µa (5 digits) Word Measurement in user scale (5 digits) or On/Off input or relay status Word Corrected measurement (5 digits) TA3840C Technical Manual 15

18 Address Type Description 4-20 ma analog Transmitter n Word Intermediate Value word Intermediate Value word Intermediate Value Word Volume in m Word Volume in l Word Mass in T Word Mass in kg Word Flags : reserved, measurement validity fault non acknowledged and acknowledged, communication fault non acknowledged and acknowledged, measurement alarm 1 and 2 non acknowledged and acknowledged (9 bits) Words Reserved End of analog transmitter 4-20 ma n 96 Slave number #15668 : address for communication with the TA3840C by special protocol in the least significant byte; Name of the measurement #15670 and #15671 : 4 ASCII characters, 2 per address with the 1 st letter of the transmitter 1 in the most significant byte of #15670; Example : the name of the channel 1 «WB1P» is encoded : (#15670) HEX = 5742 and (#15671) HEX = 3150; Offset #15674 : for a level measurement, difference in mm between the zero value of the measurement and the tank bottom or the relevant point of the volume table; zero difference for the other measurements, in 1/10 C for a temperature measurement, in 1/10 mbar for a low pressure measurement, in 1/100 bar for a high pressure measurement, in 1/100 for an angle measurement; Density for a level measurement #15678 : density en hg/m 3 of the product in the tank; Alarm limits #15679 et #15680 : limits in unit according to the relevant type of measurement, alarm 1 = the lowest, 2 = the highest; the type H/HH, L/H or LL/L is defined in #15681; these words are not signed for a level measurement, and signed for any other measurements; Alarm type #15681 : alarm type in the least significant digit; 0 = no alarm, 1 = H/HH, 2 = L/H, 3 = LL/L; Transmitter enable #15683 : least significant bit; the other bits are reserved; ADC value of the measurement #15693; Value of the measurement #15694 : value in µa of the measurement; Value of the measurement #15695 : value in user scale according to the nature of the relevant measurement; this word is not signed for a level measurement, and signed for any other measurement; the used units are : mm for a level, 1/10 C for a temperature, 1/10 mbar for a low pressure, 1/100 bar for a high pressure, 1/100 for an angle; On/Off input status or relay status; TA3840C Technical Manual 16

19 Value of the measurement #15696 et #15697 : value corrected by Trim and Heel in mm for a level measurement, and intermediate value 1; these words are not signed for a level measurement, and signed for any other measurements; the intermediate 1 value contents the result of the just scaled measurement, without further calculation (atmospheric pressure correction, level from hydrostatic measurement calculation), except for the drafts, or On/Off input status; Intermediate 2 and 3 values #15698 et #15699 : calculated values in mm for a level measurement; Volume and mass #15700 to #15703 : calculated values in indicated units for a level measurement; #15700 contents the result of the just scaled measurement, without further calculation, for the drafts; Channel status #15704 : least to most significant bits in the indicated order for enable, reserved then communication fault, measurement validity fault, alarms 1 and 2, non acknowledged and acknowledged; TA3840C Technical Manual 17

20 Honeywell Marine SAS 9, Rue Isaac Newton Bourges France Tel + 33 (0) Fax + 33 (0) contact.marine@honeywell.com ST1128E-rev07-ENG February Honeywell International Inc.

Analog Module D1-15P User Manual

Analog Module D1-15P User Manual D1-15P Manual Analog Module D1-15P User Manual Sielco Elettronica Srl Edison Street 209 20019 Settimo Milanese (MI) - Italy http://www.sielcoelettronica.com info @ sielcoelettronica.com Tel 02 48916252

More information

Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5

Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5 Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5 1 Overview The main function of this product is to centralized measurement convert multi-channel standard DC transmission signal

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules Six Differential Current Inputs Six Differential Voltage Inputs USER S MANUAL ACROMAG INCORPORATED Tel: (248) 295-0880 30765

More information

13. OP-03 RS-232C SERIAL INTERFACE

13. OP-03 RS-232C SERIAL INTERFACE This document hosted by: www.oldwillknottscales.com 13. OP-03 RS-232C SERIAL INTERFACE This interface allows the HC-i series to be connected with a multifunction printer or a personal computer. The OP-03

More information

TAS APFC Controller / Load Managers with MOD-BUS Interface

TAS APFC Controller / Load Managers with MOD-BUS Interface TAS APFC Controller / Load Managers with MOD-BUS Interface Designed & Prepared by TAS PowerTek Pvt. Ltd., W-61, MIDC Ambad, Nasik-422010, India. Updated on: 4th June 2017, Sunday. Data Parameter Field

More information

CONFIGURATION HANDBOOK INL 100

CONFIGURATION HANDBOOK INL 100 Measurement and acquisition unit with isolated inputs and alarms relays CONFIGURATION HANDBOOK INL 100 INL 150 LOREME 12, rue des Potiers d'etain Actipole BORNY - B.P. 35014-57071 METZ CEDEX 3 Phone 03.87.76.32.51

More information

WIRELESS MODBUS GATEWAY WGW410

WIRELESS MODBUS GATEWAY WGW410 WIRELESS MODBUS GATEWAY WGW410 The Tekon Wireless Modbus Gateway WGW410 is specifically designed to meet the most rigorous requirements of operation in the industrial process environments. Due to their

More information

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/ ATC A-1 Serial Remote I/O Module User Manual V1.13 Edit:2018/01/30-1 - Catalogue 1.The introduction of Modbus protocol...- 3-1.1 Modbus protocol master-slave response process... - 3-1.2 Modbus register

More information

MU110-16R(K) Digital output module 16 channel. User guide

MU110-16R(K) Digital output module 16 channel. User guide MU110-16R(K) Digital output module 16 channel User guide MU110-16R(K)_2016.12_0220_EN All rights reserved Subject to technical changes and misprints akytec GmbH Vahrenwalder Str. 269 A 30179 Hannover Germany

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series Back to Communication Products Group Technical Notes 25T001 Local/Remote Control, 9300 Series MITEQ TECHNICAL NOTE 25T001 MAY 1995 REV G 1.0 LOCAL/REMOTE SELECTION LOCAL/REMOTE CONTROL 9300 SERIES CONVERTER

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

Modbus communication module for TCX2: AEX-MOD

Modbus communication module for TCX2: AEX-MOD Modbus communication module for TCX2: Communication Specification TCX2 is factory installed in TCX2 series controllers with -MOD suffix, and is also available separately upon request for customer installation

More information

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw isma-b-w0202 isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw www.gc5.com 1. Introduction... 4 2. Safety rules... 4 3. Technical specifications... 5 4. Dimension... 6 5. LED Indication...

More information

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8 Application Note of OGM220, AN001 V1.8 1.0 Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped

More information

The "FISH" Quad Hand Sensor

The FISH Quad Hand Sensor The "FISH" Quad Hand Sensor Physics and Media Group MIT Media Laboratory 20 Ames Street E15-022 Cambridge, Mass 02139-4307 (617) 253-2383 phm@media.mit.edu ** U S E R S G U I D E ********* TABLE OF CONTENTS

More information

MV110-8AS. Analog input module 8 channel. User guide

MV110-8AS. Analog input module 8 channel. User guide MV110-8AS Analog input module 8 channel User guide MV110-8AS_2016.12_0226_EN All rights reserved Subject to technical changes and misprints Contents 1 Description... 2 1.1 Function... 2 1.2 RS485 network...

More information

I-7088, I-7088D, M-7088 and M-7088D User Manual

I-7088, I-7088D, M-7088 and M-7088D User Manual I-7088, I-7088D, M-7088 and M-7088D User Manual I-7000 New Features 1. Internal Self Tuner 2. Multiple Baud Rates 3. Multiple Data Formats 4. Internal Dual WatchDog 5. True Distributed Control 6. High

More information

MU110-8R(K) Digital output module 8 channel. User guide

MU110-8R(K) Digital output module 8 channel. User guide MU110-8R(K) Digital output module 8 channel User guide MU110-8R(K)_2019.01_0296_EN All rights reserved Subject to technical changes and misprints akytec GmbH Vahrenwalder Str. 269 A 30179 Hannover Germany

More information

Hydrostatic Level Measurement silometer FMB 672 Z, FMB 677 Z

Hydrostatic Level Measurement silometer FMB 672 Z, FMB 677 Z Technical Information TI 065F/00/en Hydrostatic Level Measurement silometer FMB 672 Z, FMB 677 Z Commutec transmitters for level measurement of liquids, pastes and sludge Certified for use in explosion

More information

ioselect Z-NET Z-4RTD 4 Channel RTD Input Module

ioselect Z-NET Z-4RTD 4 Channel RTD Input Module 4 Channel nput Module : PT00, PT000, PT500 & N00: 2, 3 & 4 wire 500 V solation, 6-way Modbus Communications Adjustable Sampling Time Accuracy to 0.2 C Configuration and Setup Software EC 63 Flexible Power

More information

CONNECT SYSTEMS INCORPORATED 5321 Derry Ave., Suite B Agoura Hills, CA FLEX SERIES UNIVERSAL CONTROLLER

CONNECT SYSTEMS INCORPORATED 5321 Derry Ave., Suite B Agoura Hills, CA FLEX SERIES UNIVERSAL CONTROLLER CONNECT SYSTEMS INCORPORATED 5321 Derry Ave., Suite B Agoura Hills, CA 91301 Phone (805) 642-7184 Fax (805) 642-7271 FLEX SERIES UNIVERSAL CONTROLLER FLEX IIIA CTCSS COMMUNITY TONE PANEL User s Instruction

More information

Air flow meter For ventilation and air-conditioning Model A2G-25

Air flow meter For ventilation and air-conditioning Model A2G-25 Flow ir flow meter For ventilation and air-conditioning Model 2G-25 WIK data sheet SP 69.04 for further approvals see page 5 pplications For measuring the air flows of radial ventilators For measuring

More information

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

DPX³ 250 Electronic 4P - ModbusTable LGR EN v1.01.xls

DPX³ 250 Electronic 4P - ModbusTable LGR EN v1.01.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Group s Starting of the Group s System Version (Release) System Version (Build) Group Name (Text) Group Code Group Complexity Group Version 1638 000 01

More information

ADAM-4022T Serial Base Dual Loops PID Controller User s Manual

ADAM-4022T Serial Base Dual Loops PID Controller User s Manual ADAM-422T Serial Base Dual Loops PID Controller User s Manual Warning Message : The ADAM-422T is recommended to be used in general purposed air conditioning application. When using this product in applications

More information

Peer Master Example. In This Chapter...

Peer Master Example. In This Chapter... In This Chapter.... The Example Remember these Four Steps! Step 1: Design the Network Step 2: Select the Communication Settings Step 3: Create the Communications Programs Step 4: Start the Network What

More information

DPS-Promatic X4 Analog expander Instruction list

DPS-Promatic X4 Analog expander Instruction list DPS-Promatic X4 Analog expander Instruction list Rev 1.0 2005 DPS-Promatic srl - Forlí h t t p: // w w w. d p s p r o.c o m pag 1 of 9 Table of contents Disclaimer: read carefully!... 3 HOW TO drive X4

More information

MK110-8D.4R. Digital I/O-Module 12 channel 8 DI, 4 DO. User guide

MK110-8D.4R. Digital I/O-Module 12 channel 8 DI, 4 DO. User guide MK110-8D.4R Digital I/O-Module 12 channel 8 DI, 4 DO User guide MK110-8D4R_2016.12_0219_EN All rights reserved Subject to technical changes and misprints akytec GmbH Vahrenwalder Str. 269 A 30179 Hannover

More information

Line-to-line RMS Volts, 3 phases 4 digits (XXX.X) Volts

Line-to-line RMS Volts, 3 phases 4 digits (XXX.X) Volts digital ac POWER MONITOR DESCRIPTION The DSP is a three-phase, three-element multifunction digital transducer with outputs for voltage, current, and power via serial communication. Applications include

More information

PLUS WGW420 WIRELESS GATEWAY 868MHz

PLUS WGW420 WIRELESS GATEWAY 868MHz PLUS WGW420 WIRELESS GATEWAY 868MHz REF.: PA164510210 An easy-to-use system that allows wireless reception and transmission of any process variables that could be transformed into an analogue signal. PLUS

More information

815LT Submersible Smart Level Transmitter

815LT Submersible Smart Level Transmitter These instructions provide information for installation, process connection, electrical connection, configuration, operation and maintenance of the 815LT Submersible Smart Level Transmitter. The 815LT

More information

NetBiter I/O Extender 4RO 6RTD 8DIO - DAIO User Manual Revision 1.00

NetBiter I/O Extender 4RO 6RTD 8DIO - DAIO User Manual Revision 1.00 NetBiter I/O Extender 4RO 6RTD 8DIO DAIO User Manual Revision 1.00 IntelliCom Innovation AB Linjegatan 3D SE302 50 Halmstad SWEDEN Phone +46 35 18 21 70 Fax +46 35 18 21 99 email info@intellicom.se www

More information

DIRIS Ap RS485 JBUS/MODBUS COM. Systèmes de Coupure et de Protection Industrial Switching and Protection Systems ON 1

DIRIS Ap RS485 JBUS/MODBUS COM. Systèmes de Coupure et de Protection Industrial Switching and Protection Systems ON 1 DIRIS Ap RS485 JBUS/MODBUS F GB ON 1 D COM I NL E P Systèmes de Coupure et de Protection Industrial Switching and Protection Systems PRELIMINARY OPERATIONS NB: For personnel and product safety please read

More information

Serial Control Hardware (RS-485)

Serial Control Hardware (RS-485) Serial Control Hardware (RS-485) The RS-485 port is available on either of the RJ45 connectors on the back panel of the unit. The 485 network operates at 19.2 kbaud, 8 bits, 1 stop bit/no parity/no hardware

More information

PIEXX UX-14(PX) Plus Installation Instructions

PIEXX UX-14(PX) Plus Installation Instructions PIEXX UX-14(PX) Plus Installation Instructions 1. Remove the rectangular cover plate located on the back of your IC-751 / IC-751A transceiver just below the 24 pin Molex connector. Save the 2 mounting

More information

Absolute encoder HE-65

Absolute encoder HE-65 TR - ECE - TI - GB - 00041-01 04/08/2016 SLIN-BUS Absolute encoder HE-65 Technical Information TR-Electronic GmbH D-78647 Trossingen Eglishalde 6 Tel.: (0049) 07425/228-0 Fax: (0049) 07425/228-33 email:

More information

Selection guide. Communication accessories. Communication accessory selection guide. Characteristics

Selection guide. Communication accessories. Communication accessory selection guide. Characteristics Communication accessories Selection guide There are 2 types of Sepam communication accessories: b communication interfaces, which are essential for connecting Sepam to the communication network b converters

More information

JBUS/MODBUS communication card

JBUS/MODBUS communication card JBUS/MODBUS communication card JBUS/MODBUS Installation and user manual 66061 51029066EN/BF - Page 1 Page 2-51029066EN/BF Introduction Thank you for selecting an APC by Schneider Electric product to protect

More information

SC-225/SC-250/SC-325/SC-350 STATIC CONTACTOR

SC-225/SC-250/SC-325/SC-350 STATIC CONTACTOR Safety Provisions Do not open the device enclosure. There are no user-servicable parts inside the device enclosure. Ensure that the earth connection of the device is done..!! Warning: Consider that there

More information

DIRIS A40/A41 RS485 PROFIBUS DP. Operating instructions F GB D I NL E P. SOCOMEC GROUP switching PROTECTION & ups

DIRIS A40/A41 RS485 PROFIBUS DP. Operating instructions F GB D I NL E P. SOCOMEC GROUP switching PROTECTION & ups DIRIS A40/A41 RS485 PROFIBUS DP Operating instructions F GB D I NL E P SOCOMEC GROUP switching PROTECTION & ups 2 DIRIS A20 - Réf. : 536 182 A GB 876_786_A_gb.indd 2 3/04/09 10:50:47 GB Contents PRELIMINARY

More information

Data Acquisition Modules/ Distributed IO Modules

Data Acquisition Modules/ Distributed IO Modules User Manual Data Acquisition Modules/ Distributed IO Modules Future Design Controls, Inc. 7524 West 98 th Place / P.O. Box 1196 Bridgeview, IL 60455 888.751.5444 - Office: 888.307.8014 - Fax 866.342.5332

More information

E.S.A.M. unicenter s.r.l.

E.S.A.M. unicenter s.r.l. RS485 serial interface ESAM protocol The Network Analyzers Exx00 can communicate with three protocols : - MODBUS RTU (see specific manual) - ESAM (proprietary protocol, described in this manual) - METASYS

More information

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater For additional information contact matedev@outbackpower.com Page 1 of 20 Revision History Revision 2.0:

More information

PM/PB Series Microprocessor Panel Meter Operation Manual

PM/PB Series Microprocessor Panel Meter Operation Manual PM/PB Series Microprocessor Panel Meter Operation Manual No.6, Tzuchiang St., Tucheng Industrial Park, New Taipei City 6, Taiwan Tel: 886--696789 Fax: 886--68668 e-mail: info@fine-tek.com http: //www.fine-tek.com

More information

PROGRAMMABLE POWER CONVERTER CPL CONFIGURATION AND UTILIZATION HANDBOOK

PROGRAMMABLE POWER CONVERTER CPL CONFIGURATION AND UTILIZATION HANDBOOK PROGRAMMABLE POWER CONVERTER CPL 101 ------------------------- CONFIGURATION AND UTILIZATION HANDBOOK LOREME 12, rue des Potiers d'etain Actipole BORNY - B.P. 35014-57071 METZ CEDEX 3 Telephone 03.87.76.32.51

More information

T5340, T5341, T5440, T5441 T6340, T6341, T6440, T6441

T5340, T5341, T5440, T5441 T6340, T6341, T6440, T6441 Programmable transmitter of CO2 concentration T5340, T5341, T5440, T5441 Programmable transmitter of temperature, relative humidity, CO2 and other derived humidity values T6340, T6341, T6440, T6441 with

More information

InsuLogix T MODBUS Protocol Manual

InsuLogix T MODBUS Protocol Manual InsuLogix T MODBUS Protocol Manual Weidmann Technologies Deutschland GmbH Washingtonstraße 16/16a D-01139 Dresden, Germany Telefon: +49 (0)351 8435990 Version 1.1 InsuLogix T MODBUS Protocol Manual 1 Contents

More information

815PT Smart Pressure Transmitter

815PT Smart Pressure Transmitter 815PT Smart Pressure Transmitter General Instructions These instructions provide information for installation, process connection, electrical connection, configuration, operation and maintenance of the

More information

Tegra 710 and 810 Digital metering with RS485 Modbus TM o/p

Tegra 710 and 810 Digital metering with RS485 Modbus TM o/p Installation Guide Tegra 710 and 810 Digital metering with RS485 Modbus TM o/p Introduction This manual provides operating and installation instructions for the Tegra 710 and 810 multifunction digital

More information

Channels that are not occupied by temperature sensors, can take over alternative functions:

Channels that are not occupied by temperature sensors, can take over alternative functions: Firmware /TEMP12 The /TEMP12 firmware allows you to connect up to twelve digital temperature sensors (type Dallas DS18B20). Data from twelve channels is transferred to your PC via USB. ONE temperature

More information

MODBUS for mamos analyser manual v

MODBUS for mamos analyser manual v sales@.com MODBUS for mamos analyser v.1.7.5 2017-05 1 / 27 sales@.com 1 Basic connection data... 2 2 General information about modbus... 3 3 Modbus connection... 4 4 Types of data available via modbus:...

More information

RS-CO2-N01 RS-CO2WS-N01 CO2 temperature and humidity transmitter operation instruction (485 type)

RS-CO2-N01 RS-CO2WS-N01 CO2 temperature and humidity transmitter operation instruction (485 type) RS-CO2-N01 RS-CO2WS-N01 CO2 temperature and humidity transmitter operation instruction (485 type) Document version: V1.2 1 Context 1. Product Introduction... 3 1.1 Product summary... 3 1.3 Main technology

More information

InfraStruXure Manager v4.x Addendum: Building Management System Integration

InfraStruXure Manager v4.x Addendum: Building Management System Integration InfraStruXure Manager v4.x Addendum: Building Management System Integration Introduction This addendum explains the integration of the APC InfraStruXure Manager Appliance with a Building Management System

More information

ASONIK POLAND, PL Tuczno, str. Sloneczna 6. Tel./Fax. (061)

ASONIK POLAND, PL Tuczno, str. Sloneczna 6. Tel./Fax. (061) ASONIK POLAND, PL-62007 Tuczno, str. Sloneczna 6. Tel./Fax. (061) 815-6261 http://www.asonik.eu e-mail: asonik@sylaba.poznan.pl Smart Magnetic Sensor Type SMS-102 Probes for Transverse magnetic fields

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

Commander SE. Advanced User Guide. Variable speed drive for 3 phase induction motors from 0.25kW to 37kW. Part Number: Issue Number: 4

Commander SE. Advanced User Guide. Variable speed drive for 3 phase induction motors from 0.25kW to 37kW. Part Number: Issue Number: 4 EF Advanced User Guide Commander SE EF Variable speed drive for 3 phase induction motors from 0.25kW to 37kW Part Number: 0452-0049-04 www.controltechniques.com Safety Information Persons supervising and

More information

RC-WIFI CONTROLLER USER MANUAL

RC-WIFI CONTROLLER USER MANUAL RC-WIFI CONTROLLER USER MANUAL In the rapidly growing Internet of Things (IoT), applications from personal electronics to industrial machines and sensors are getting wirelessly connected to the Internet.

More information

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A MADEinUSA OPERATOR S MANUAL RS232 Interface 92-3006 Rev. A www.iradion.com Iradion Laser, Inc. 51 Industrial Dr. N. Smithfield, RI 02896 (410) 762-5100 Table of Contents 1. Overview... 2 2. Equipment Required...

More information

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW NetPage Network Wireless Paging System (POCSAG) NP-14 Series Operation Manual CCW152241-002 1 INTRODUCTION The NP-14 Network wireless paging system is a fully-programmable, single-board, POCSAG encoder

More information

B850 Boiler House Energy Monitor

B850 Boiler House Energy Monitor Local regulations may restrict the use of this product to below the conditions quoted. In the interests of development and improvement of the product, we reserve the right to change the specification without

More information

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18 Product specification Dec. 2012 V0.a ByVac Page 1 of 18 SV3 Relay Controller BV4111 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial interface...4 3.2. Motor Connector...4

More information

Blue Bamboo P25 Device Manager Guide

Blue Bamboo P25 Device Manager Guide Blue Bamboo P25 Device Manager Guide Version of Device Manager: 1.1.28 Document version: 2.3 Document date: 2011-09-20 Products: P25 / P25-M / P25i / P25i-M BLUE BAMBOO Headquarters Blue Bamboo Transaction

More information

LVCSi Continuous Vertical Level Sensor with Integrated Display

LVCSi Continuous Vertical Level Sensor with Integrated Display Table of Contents 1. Introduction... 3 2. Main Features... 4 2.1 Sensor Inputs... 4 2.2 Display... 5 2.3 Analogue Outputs... 6 2.4 Digital Outputs... 7 2.5 Serial Communications... 7 3. Installation...

More information

User's Manual. IR200/IR400 Infrared Gas Analyzer Communication Functions (MODBUS) IM 11G02P01-01E 1st Edition IM 11G02P01-01E

User's Manual. IR200/IR400 Infrared Gas Analyzer Communication Functions (MODBUS) IM 11G02P01-01E 1st Edition IM 11G02P01-01E User's Manual IR200/IR400 Infrared Gas Analyzer Communication Functions (MODBUS) IM 11G02P01-01E IM 11G02P01-01E 1st Edition Introduction This manual describes the communication function of model IR200

More information

The wireless alternative to expensive cabling...

The wireless alternative to expensive cabling... The wireless alternative to expensive cabling... ELPRO 105U Wireless Solutions for Process Applications New Products... New Solutions The ELPRO 105U range of wireless I/O provides a low cost alternative

More information

ELECTRICAL VARIABLE ANALYZER RELAY EVAR

ELECTRICAL VARIABLE ANALYZER RELAY EVAR ELECTRICAL VARIABLE ANALYZER RELAY EVAR 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

More information

Model MT-9485A Microcor Transmitter

Model MT-9485A Microcor Transmitter Model MT-9485A Microcor Transmitter Rohrback Cosasco Systems 11841 East Smith Ave. Santa Fe Springs, CA 90670 Tel: (1) 562-949-0123 Fax: (1) 562-949-3065 E-mail: sales@cosasco.com Web Site: http://www.cosasco.com

More information

TLE ANALOG WEIGHT TRANSMITTER 4 20 ma, 0 20 ma, 0 10 V, 0 5 V, V, -5 5 V

TLE ANALOG WEIGHT TRANSMITTER 4 20 ma, 0 20 ma, 0 10 V, 0 5 V, V, -5 5 V Installation and User Manual version 1.00 TLE ANALOG WEIGHT TRANSMITTER 4 20 ma, 0 20 ma, 0 10 V, 0 5 V, -10 10 V, -5 5 V 2014/30/EU EN55022:2010 EN61000-6-2:2005 EN61000-6-4:2007 SYSTEM IDENTIFICATION

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226

CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226 Siemens AG 2008 SIMATIC S7-200 Overview CPU 226 The high-performance package for complex technical tasks With additional PPI port for added flexibility and communication options With 40 inputs/outputs

More information

Single Channel Loop Detector

Single Channel Loop Detector Single Channel Loop Detector Model LD120T Series The LD120T is a series of single channel inductive loop detectors. The use of microprocessor and surface mount technology enables a large number of functions

More information

PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide

PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide 14/11/2006 V10 P.O.Box 24 Stanfield 3613 SOUTH AFRICA Tel: +27 (031) 7028033 Fax: +27 (031) 7028041 Email: proconel@proconel.com Web: www.proconel.com

More information

Frequency Stability dbc/hz/hour / Sweeping locking Time ms

Frequency Stability dbc/hz/hour / Sweeping locking Time ms Summary CW and Analog High Power (+24dBm) Signal Generator 2-13GHz General Specification Frequency range 2 13GHz Output power: +24dBm max. Reverse power protection. Dynamitic power range: 28dB Sweeping

More information

Protocol and instruction set for remote control via the infrared interface. Table of Contents

Protocol and instruction set for remote control via the infrared interface. Table of Contents Application information 7 HD mini20 HD 3000 Series HD 4000 Series Protocol and instruction set for remote control via the infrared interface Table of Contents 1 Technical Principles...2 2 Protocol...2

More information

Signalist SC2. DCC servo point controller user manual

Signalist SC2. DCC servo point controller user manual Signalist SC2 DCC servo point controller user manual 1 Contents Signalist SC2 user manual... 3 Overview... 3 Connections... 3 Power connection... 4 Accessory bus connection... 5 Track connection... 6 Frog

More information

Technical Description and User Manual E-band CW power meter DPM-12 s/n N-1204/21-T

Technical Description and User Manual E-band CW power meter DPM-12 s/n N-1204/21-T ELVA-1 Microwave Ltd. S.A. Mm-wave Division e-mail: sales@elva-1.com Internet: http://www.elva-1.com/ Technical Description and User Manual E-band CW power meter DPM-12 s/n N-1204/21-T 1 Specifications

More information

MEASAR RS232 Interface Protocol Rev. E

MEASAR RS232 Interface Protocol Rev. E 1. COM-Port Settings MEASAR RS232 Interface Protocol Rev. E CEM COM01 (COM02, COM04 respectively) is a Data Terminal Equipment, connector is male Sub- D 9 pin, connection to the host computer is via Null-Modem

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

Model IR202 Infrared Gas Analyzer Communication Functions (MODBUS)

Model IR202 Infrared Gas Analyzer Communication Functions (MODBUS) User s Manual Model IR202 Infrared Gas Analyzer Communication Functions (MODBUS) IM 11G02Q02-51EN IM 11G02Q02-51EN 1st Edition u PREFACE We are grateful for your purchase of Yokogawa s Infrared

More information

JBus/Modbus Communication Card

JBus/Modbus Communication Card JBus/Modbus Communication Card Installation and Operation 05/2018 www.schneider-electric.com Legal Information The Schneider Electric brand and any registered trademarks of Schneider Electric Industries

More information

ANTENNA TUNER CONTROLLER MODEL ATC-550

ANTENNA TUNER CONTROLLER MODEL ATC-550 ANTENNA TUNER CONTROLLER MODEL ATC-550 Installation and Operating Instructions Til Document No. 00RE269 Rev. A May 8, 2000 Technisonic Industries Limited 250 Watline Avenue, Mississauga, Ontario L4Z 1P4

More information

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E Instruction Sheet UPS SERIES Serial Control Protocol I-00341 Rev E (THIS PAGE INTENTIONALLY LEFT BLANK) Page 1 TABLE OF CONTENTS 1 Protocol Overview...3 1.1 Signal characteristics...3 1.2 Primary DB9 Pin

More information

Instruction Manual HAS3xE-IM-SW39 10/2005

Instruction Manual HAS3xE-IM-SW39 10/2005 Instruction Manual HAS3xE-IM-SW39 10/2005 Software Version 3.9.x NGA 2000 Software Manual for MLT or CAT 200 Analyzer and MLT or CAT 200 Analyzer Module (combined with NGA 2000 Platform, MLT, CAT 200 or

More information

MiCOM P220/P225 COMMUNICATION

MiCOM P220/P225 COMMUNICATION P22x/EN CT/B44 COMMUNICATION P22x/EN CT/B44 P22x/EN CT/B44 Page 1/56 CONTENT 1. MODBUS PROTOCOL 3 1.1 MODBUS communication characteristics 3 1.1.1 MODBUS network characteristics 3 1.1.2 Parameters of the

More information

Series Valve Temperature Controller. Instruction Sheet

Series Valve Temperature Controller. Instruction Sheet 2013/10/03 Series Valve Temperature Controller Instruction Sheet Thank you very much for choosing Delta DTV series valve temperature controller. Please read this instruction sheet before using your DTV

More information

Signal Isolators & Conditioners

Signal Isolators & Conditioners Analog signal or RS485 to PWM Isolation Converter Features: >> Accuracy, linearity error level: 0.1,0.2,0.5 level >> 4-20mA / 0-5V / 0-10V and other standard signal input >> Optional RS485 communication

More information

Model Q46 Modbus Communications Manual

Model Q46 Modbus Communications Manual Model Q46 Modbus Communications Manual Home Office European Office Analytical Technology, Inc. ATI (UK) Limited 6 Iron Bridge Drive Unit 1 & 2 Gatehead Business Park Collegeville, PA19426 Delph New Road,

More information

905U Wireless. New Products... New Solutions. The wireless alternative to expensive cabling... Simple but Reliable. Easy to Use

905U Wireless. New Products... New Solutions. The wireless alternative to expensive cabling... Simple but Reliable. Easy to Use Wireless New Products... New Solutions The range of telemetry modules provide remote monitoring and control by radio or twisted-pair wire, over short or long distances. Transducer signals connected at

More information

MILFORD INSTRUMENTS Limited

MILFORD INSTRUMENTS Limited MILFORD INSTRUMENTS Limited DMX Receiver (#1-497) Rev1.5 09/01/2007 The DMX receiver module is designed to provide 8 consecutive channels of output from a standard DMX protocol input signal. The outputs

More information

KNC-SRV-FD423 Series Servo Driver

KNC-SRV-FD423 Series Servo Driver FEATURES Input Voltage Range From 180-264VAC 400-750 Watt Power Range Position, Speed, and Torque Control RS232, RS485 and CAN Requires Single-Loop 17-Bit Magnetic Encoder, Single Lap 20-Bit Communication

More information

SUPPLY NETWORK ANALYZER CVM-96 SERIES

SUPPLY NETWORK ANALYZER CVM-96 SERIES SUPPLY NETWORK ANALYZER CVM-96 SERIES (Power Demand) INSTRUCTION MANUAL ( M 981 326 / 00B - GB) (c) CIRCUTOR S.A. ----- Supply network analyzer CVM-96 ------ User's manual --- Page No. 1 CVM-96 SUPPLY

More information

Manual IF2008A IF2008E

Manual IF2008A IF2008E Manual IF2008A IF2008E PCI Basis Board Expansion Board Table of Content 1 Technical Data... 4 1.1 IF2008A Basic Printed Circuit Board... 4 1.2 IF2008E Expansion Board... 5 2 Hardware... 6 2.1 View IF2008A...

More information

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C Ground loop reader: LBS type R2 / RS232 type 5C "GROUND LOOP" PROXIMITY READER Description of Components Electronics Case Reader Vehicle Tag Antenna Reader s Specifications (Characteristics) Power supply

More information

GP4 PC Servo Control Kit 2003 by AWC

GP4 PC Servo Control Kit 2003 by AWC GP4 PC Servo Control Kit 2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.0 30 Aug 2003 Table of Contents Overview...1 If You Need Help...1 Building...1

More information

An RS485 bus is used for command, monitoring and diagnostic information that can be supplied to a system controller.

An RS485 bus is used for command, monitoring and diagnostic information that can be supplied to a system controller. The TCP3500 series is an AC-DC converter with adjustable DC output and universal 3-phase AC input. Conduction cooling (No Fans) makes this power supply series suitable for a wide variety of Industrial

More information

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le PR129 20/10/2016 Pag. 1/21 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

Multimode Module RS-232/485 I/O UMF-100. User Guide V1.6

Multimode Module RS-232/485 I/O UMF-100. User Guide V1.6 Multimode Module RS-232/485 I/O UMF-100 User Guide Table of Contents 1 Introduction.. 4 1.1 Main Characteristics 5 2 The UMF-100 Unit.. 6 2.1 Connectors. 6 2.2 LED... 6 2.3 Digital Inputs (A connector).

More information

FastLink TM. Network. Operation and Installation Manual

FastLink TM. Network. Operation and Installation Manual FastLink TM Network Operation and Installation Manual C6570 C6571 C6571S C6572 C6572S C6573S Store and Forward Controller Network Store and Forward Controller Service Store and Forward Controller Network

More information

Partner: Somfy Model: CI-SOMFY-RTS Device Type: Device Interface

Partner: Somfy Model: CI-SOMFY-RTS Device Type: Device Interface GENERAL INFORMATION: SIMPLWINDOWS NAME: CATEGORY: Crestron CI-SOMFY-RTS v1.3.umc Device Interface VERSION: V1.3 SUMMARY: The Crestron CI-SOMFY-RTS v1.3 macro offers control over up to 16 Somfy RTS motors

More information