0% found this document useful (1 vote)
428 views

Operating Instructions Rish CON VI HZ Without Display

The document describes a programmable V/I/Hz transducer that can measure and convert AC voltage, current, or frequency input into a proportional DC current or voltage output. It has the following features: - Can be programmed via a front-mounted programming port or optional RS485 port to select the input and output types. - Has LED indicators to show power, output 1, and output 2 status. - Output can be set to voltage or current via DIP switches on the output card along with programming the output type parameter. - Accessible registers via Modbus protocol allow reading measured values and writing configuration settings like PT and CT ratios.

Uploaded by

Ranjit Sahoo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
428 views

Operating Instructions Rish CON VI HZ Without Display

The document describes a programmable V/I/Hz transducer that can measure and convert AC voltage, current, or frequency input into a proportional DC current or voltage output. It has the following features: - Can be programmed via a front-mounted programming port or optional RS485 port to select the input and output types. - Has LED indicators to show power, output 1, and output 2 status. - Output can be set to voltage or current via DIP switches on the output card along with programming the output type parameter. - Accessible registers via Modbus protocol allow reading measured values and writing configuration settings like PT and CT ratios.

Uploaded by

Ranjit Sahoo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 32

Programmable V/I/Hz Transducer

RISH CON - V/I/Hz

RISH CON - I

Rev C: 17/12/13
V/I/Hz Transducer
Programmable AC Voltage/Current/Frequency
Transducer
Installation & Operating Instructions
Section Contents

1. Introduction
2. Programming
2.1 Programming Via Programming port available at front of
Transducers using optional PRKAB601 Adapter
2.2 Programming Via optional RS485 (MODBUS)communication port.
2.2.1 DIP Switch Setting for Changing Output type
3. RS 485 ( ModBus )
4. Installation
4.1 EMC Installation Requirements
4.2 Case Dimensions
4.3 Wiring
4.4 Auxiliary Supply
4.5 Fusing
4.6 Earth / Ground Connections
5. Specification
6. Connection Diagrams

1. Introduction
The V/I/Hz Transducer is a DIN Rail / Wall mounted 43.8X 65.5mm
Transducer.
The V/I/Hz Transducer is used to measure and convert
AC Voltage / Current / Frequency input into an proportional DC current
or voltage output signal.
Output signal generated is proportional to the True RMS(upto 15th
Harmonic) of the input Voltage/Current/Frequency.

3
1.1 LED Indication
ON O/P1 O/P2 COM
LED LED Operating LED Operating
Conditions Status
ON Aux. supply healthy
condition
Green LED
continuous ON
O/P1 Output 1 voltage Green LED
continuous ON
Output 1 Current Red LED
continuous ON
O/P2 Output 2 voltage Green LED
continuous ON
Output 2 Current Red LED
continuous ON
Table 1: Measured parameters
Measured parameters Unit of Measurement
Voltage V
Current A
Frequency Hz

2. Programming
Programming of transducer can be done in two ways :
2.1. Programming Via Programming port available at front of
Transducers using optional PRKAB601 Adapter.
2.2. Programming Via optional RS485(MODBUS)communication
port.
2.1: Programming Via Programming port available at front of
Transducers using optional PRKAB601 Adapter. .
For programming of Transducer, steps to be followed are
Connections
PC PRKAB 601 Transd.ucer.
The power supply must be applied to transducer b efore it can
be programmed.
4
The Configuration software is supplied on a CD along with
software help file. The programming cable PRKAB601 adjusts the
signal level and provides the electrical insulation between the PC
and Transducers.

Power supply Transducer

Programming
connector

PRKAB 601

Transducer
Programing cable

Software CD

2.2 Programming Via optional RS485 (MODBUS)


communication port.
(Refer section 3 for programming through MODBUS)
2.2.1: DIP Switch Setting for Changing Output type
The Transducer output type can be changed from DC current to
DC voltage depending upon user requirement on site.
To change output type user has to set the transducer output
type parameter either to voltage or current along with DIP switch
setting.

5
The transducer output type parameters can be configured using
one of the two below given methods.
A) PRKAB 601(optional) : Using PRKAB601 throughTransducer
programming port (COM) and using PC based configuration software.
B) ModbusRS485(optional):Using modbus interface usercan
configure the output type refer modbus RS485 section.
Note: IfDIPswitch setting is done first and then output type
parameter is configured using either of the above three methods
then switch OFF -ON the Transducer.
For changing DIP switches follow these steps
1) To change O/P switches from Current to Voltage or vice versa,
ensure that transducer should be Electrically dead and all
connection wires should be disconnected.
2) Remove the Back cover of transduceer by using screw driver.

3) Remove the front cover and take the Output card out.

4) Configure the switches for Voltage or Current as shown below.

6
5) After changing the switches for desired Output, Insert the front cover.

6) After inserting the front cover insert the Interface card PCB and back
cover

7
7) After inserting the back cover transducer, can be used for required
application.

3. RS 485 (ModBus)

8
9
3.1 Accessing 3 X register for reading measured values:
Two consecutive 16 bit registers represent one parameter. Refer table 2
for the addresses of 3X registers (Parameters measured by the
instruments).
Each parameter is held in the 3X registers. Modbus Code 04 is used to
access all parameters.
Example :
To read parameter ,
Current : Start address= 06 (Hex) Number of registers = 02
Note : Number of registers = Number of parameters x 2
Each Query for reading the data must be restricted to 20 parameters or less.
Exceeding the 20 parameter limit will cause a ModBus exception code to be
returned.
Query :
01(Hex) 04 (Hex) 00 (Hex) 06 (Hex) 00 (Hex) 02 (Hex) 91 (Hex) CA (Hex)
Device Function Start Start Number Number CRC CRC
Address Code Address Address of of Low High
High Low Registers Registers
Hi Lo

Start Address High : Most significant 8 bits of starting address of the parameter
requested.
Start Address low : Least significant 8 bits of starting address of the parameter
requested.
Number of register Hi : Most significant 8 bits of Number of registers requested.
Number of register Lo : Least significant 8 bits of Number of registers requested.
(Note : Two consecutive 16 bit register represent one parameter.)
Response: Current (5.0A)

01(Hex) 04 (Hex) 04 (Hex) 40 (Hex) A0 (Hex) 00 (Hex) 00 (Hex) EE (Hex) 66 (Hex)


Device Function Byte Data Data Data Data CRC CRC
Address Code Count Register1 Register1 Register2 Register2 Low High
High Byte Low Byte High Byte Low Byte

10
Byte Count : Total number of data bytes received.
Data register 1 High Byte : Most significant 8 bits of Data register 1 of the
parameter requested.
Data register 1 Low Byte : Least significant 8 bits of Data register 1 of the
parameterrequested.
Data register 2 High Byte : Most significant 8 bits of Data register 2 of the
parameter requested.
Data register 2 Low Byte : Least significant 8 bits of Data register 2 of the
parameter requested.
(Note : Two consecutive 16 bit register represent one parameter.)

Table 2 : 3 X register addresses (measured parameters)

Address Parameter Parameter Modbus Start Address Hex


(Register) No. High Byte Low Byte
30001 1 Voltage 00 00
30007 2 Current 00 06
30071 3 Frequency 00 46

Note: Parameter no. 1 is applicable to Voltage Transducer.


Parameter no. 2 is applicable to Current Transducer.
Parameter no. 3 is applicable to Frequency Transducer.
3.2 Accessing 4 X register for Reading & Writing :
Each setting is held in the 4X registers .ModBus code 03 is used to read
the current setting and code 16 is used to write/change the setting. Refer
Table 3 for 4 X Register addresses.

Example : Reading Device address


Device address : Start address= 0E (Hex) Number of registers = 02
Note :Number of registers = Number of Parameters x 2

11
12
13
14
CT Primary
CT
Secondary

15
Note: Parameter no. 6 & 7 are not applicable to Voltage Transducer.
Parameter no. 4 & 5 are not applicable to Current Transducer.
Parameter no. 4 to 7 are not applicable to Frequency Transducer.
Explanation for 4 X register :

Address Parameter Description


– – –
40003 Mode This is used to select the Mode of operation.
Selection Normal mode = 1.
Simulation mode = 2.
– – –
40009 PT This address allows the user to read and
Pimary write PT Primary value.
The PT Primary value is in between 57V to
400kV.
40011 PT This address is used to read and write the
Secondary PT secondary value
in range between 57V to 500V.
40011 CT This address allows the user to read and
Pimary write CT Primary value.
The maximum settable value is 9999.
40013 CT This address is used to read and write the
Secondary CT secondary value
in range between 1A to 5A.
40015 Device This address is used to set the Device
Adress Address between 1 to 247.
40017 RS 485 This address is used to set the Baud rate,
Setup Parity, No of Stop bits.
40019 Password This address is used to set & reset the
password.
Valid Range of Password can be set is
0000 - 9999.
– – –
– – –
16
17
4. Installation

As the front of the enclosure conforms to IP40.The terminals of the


product should be protected from liquids

18
Caution

19
4.2 Case Dimension

4.3 Wiring
Input connections are made directly to screw-type terminals with indirect
wire pressure. Choice of cable should meet local regulations. Terminal for
Current inputs will accept up to 2x 2.5mm² or £4.0 mm2 cables.
4.4 Auxiliary Supply
V/I/Hz Transducer should ideally be powered from a dedicated supply,
however it may be powered from the signal source, provided the source
remains within the limits of the chosen auxiliary voltage. A switch or
circuit,may be used in close proximity to the equipment & within
easy reach of the OPERATOR & It shall be marked as the
disconnecting device for the equipment.
4.5 Fusing
It is recommended that all voltage lines are fitted with 1 amp HRC fuses.
4.6 Earth/Ground Connections
For safety reasons, CT secondary connections should be grounded in
accordance with local regulations.
5. Specification
Input:
Voltage Transducer
Nominal input Voltage UN (AC RMS) UN £
57 V £ 500 V
(PT Secondary range)
PT Primary range 57 V to 400 kV
Nominal Frequency FN 45....66 Hz
Nominal input Voltage burden < 0.6 VA at UN
20
Overload Capacity: 1.2 * UN continuously,
2 * UN for 1 second, repeated 10
times at 10 minute intervals
But maximum 300V with power supply
powered from measuring input.
Current Transducer
Nominal input Current (AC RMS) 1A£
IN £
5A
(CT Secondary range)
CT Primary range 1 A to 9999 A
Nominal Frequency FN 45...66 Hz
Input burden < 0.2 VA at IN
Overload Capacity: 1.2 * IN continuously,
10 * IN for 3 second, repeated 5
times at 5 minute intervals.
50 * IN for 1 second, repeated 1
times at 1 hour intervals. (max 250 A).
Frequency Transducer
Measuring Ranges 45Hz to 55Hz, 48Hz to 52Hz, 55Hz to
65Hz, 45Hz to 65Hz (min span 4Hz)
Nominal input Voltage(UN ) 57V £ UN £ 500 V
Nominal input Voltage burden < 0.6 VA max
Overload Capacity: 1.2 *UN continuously,
2 *UN for 1 second, repeated 10
times at 10 minute intervals
Auxiliary:
AC/DC Auxiliary Supply 60V…….300 VAC-DC ± 5%
24V…….60 VAC-DC ± 10%
Aux.Supply frequency range 40 to 65 Hz
Auxiliary Supply consumption
8VA for one output
£
60V…….300 VAC-DC 10VA for two outputs
£
5VA for one output
£
24V…….60 VAC-DC 6VA for two outputs
£
21
Linear characteristics: Bent characteristics:
Y1 - Y0 X2 or C=1
Y0 For X0<X<X1 C=
1 X1 - X0 Y2
Y2 or C=1
C= Y1
1 X0 1
For X1<X<X2 C=
Y2
X2 or C=1
X1
1 X2

22
23
1min. (EN 61 010-1)
7700V DC, Input versus outer
surface 5200V DC, Input versus all
other circuits 5200V DC, Auxiliary
supply versus other surface and
output 690V DC, Output versus output
versus each other versus outer
24
Installation Data:
Mechanical Housing Lexan 940 (polycarbonate)
Flammability Class V-0 acc. To UL
94, self extinguishing, non
dripping, free of halogen
Mounting position Rail mounting / wall mounting
Weight Approx. 0.4kg

Connection Terminal:
Connection Element Conventional Screw type terminal
with indirect wire pressure
2
Permissible cross section £ 4.0 mm single wire or 2 x 2.5
of the connection lead mm2 Fine wire
Environmental:
Nominal range of use 0 °C...23 °C... 45 °C(usage
GroupII)
Storage temperature -40 °C to 70 °C
Relative humidity of annual mean £ 75%
Altitude 2000m max
Ambient tests:
IEC 60 068-2-6 Vibration
Acceleration ± 2g
Frequency range 10....150...10Hz,
Rate of frequency sweep 1 octave/minute
Number of cycles 10, in each of the three axes
EN 60 068-2-7 Shock
Acceleration 3 x 50g
3 shocks in each direction
EN 60 068-2-1/-2/-3 Cold, Dry, Damp heat
IEC 61000-4-2/-3/-4/-5/-6
IEC 61326 Electromagnetic compatibility.

25
6. Connection Diagram

26
RS 485 Connections:

B A Gnd
RS 485

Meaning of symbols on the instrument


Warning concerning a point of danger
(Attention:observe documentation)

Equipment protected throught by


Double insulation or reinforced
insulation

DC voltage /Current

AC/DC voltage

3.7 Isolation between input versus all


other circuit is 3.7 KV.

27
NOTE

28
NOTE

29
NOTE

30
NOTE

31
NOTE

RISHABH RISHABH INSTRUMENTS PVT. LTD.


F-31, M.I.D.C., Satpur, Nashik 422 007, India.
Tel. : +91 253 2202162, 2202202,
INSTRUMENTS Fax : +91 253 2351064
Email : [email protected]
Measure, Control & Record with a Difference www.rishabh.co.in
32

You might also like