You are on page 1of 3

In our Project we have Freelance AC800F which has to communicate to customer's existing SCADA

System. The Protocol supported by the existing SCADA system is DNP3.0 over TCP/IP. So we have
placed 560CMD11 for protocol conversion. Now we have two case

Case1

AC800F(V8.2) is communicating to RTU560 on IEC-104 Protocol. and then in RTU560 is transferring the
data from IEC-104 Protocol to DNP3.0 Protocol over TCP/IP to SCADA.(for the time being we are using
SCADA Vantage 5.3.1 as SCADA System).
Following data types were used.

Sr.
No.

Signal
Type

AC800F

RTU560 (560CMD11)

SCADA Vantage

Analog
Input

Real(32bit)

MFI(32bit)
(Analog measured
floating input)

Singed Long(not
coming in
decimals)

Analog
Output

Real(32bit)

FSO(32bit)
Floating Set point
Command Output (32bit)

Singed Long(not
going in decimals)

Digital
Input

Boolean(8bit)

Single Point Input(1bit)

Digital
Output

Boolean(8bit)

Single Command
Output(1bit)

Boolean(Bit
Masking Done)
Boolean (not going
correctly from
SCADA Vantage

In this case DO is not going correctly from SCADA Vantage. though we are getting indication in DO
Module(DO810), but out of two command "ON & OFF " only one is passing to AC800F. We need to give
DO momentarily, means after certain time the command bit should resume the old position,
Time Synchronization is happening between SCADA Vantage and RTU560, but its not happening
between RTU560 and AC800F.

Please tell how to achieve time synchronization, bit conversion in case of DO, and how to get reading in
SCADA Vantage in decimals.

Case2

AC800F(V8.2) is communicating to RTU560 on Modbus(RTU framing) Protocol. and then in RTU560 is


transferring the data from Modbus(RTU framing Protocol to DNP3.0 Protocol over TCP/IP to SCADA.(for
the time being we are using SCADA Vantage 5.3.1 as SCADA System).
Following data types were used

Sr.
No.

Signal
Type

AC800F

RTU560 (560CMD11)
AMI(16bit)
(Analog measured Value
input)

Analog
Input

Word(16bit)

Analog
Output

Word(16bit)

ASO(16bit)
Analog Setpoint Command
Output

Digital
Input

Boolean(8bit)

Single Point Input

Digital
Output

Boolean(8bit)

Single Command Output

SCADA Vantage
Singed Long(not
coming in decimals)
Singed Long(not
going in decimals)
Swap word is used
Boolean(Bit Masking
Done)
Boolean (not going
correctly from
SCADA Vantage

In this case DO is going from SCADA Vantage. But the output is being latched(Permanent) at DO810
Module. Though we have selected RTU Momentary from SCADA Vantage . We need to give DO
momentarily, means after certain time the command bit should resume the old position,
Time Synchronization is happening between SCADA Vantage and RTU560, but its not happening
between RTU560 and AC800F.

Please tell how to achieve time synchronization, Also which type of data should be selected in each kind
of input at SCADA (Master) end.

Also we want to communicate to AC800F from SCADA Server through RTU560. Means EWS is
connected to RTU560(E1) and E2 port of RTU560 is connected to AC800F( No Ethernet switch in
between). The How can we will be able to load the configuration to AC800F.

IS it Possible to load configuration of AC800F through Web Browser?

You might also like