dnp3-0 testing problem

Upload: oscar-mercado-garcia

Post on 11-Oct-2015

19 views

Category:

Documents


0 download

TRANSCRIPT

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 caseCase1

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 TypeAC800FRTU560 (560CMD11)SCADA Vantage

1Analog InputReal(32bit)MFI(32bit) (Analog measured floating input)Singed Long(not coming in decimals)

2Analog OutputReal(32bit)FSO(32bit)Floating Set point Command Output (32bit)Singed Long(not going in decimals)

3Digital InputBoolean(8bit)Single Point Input(1bit)Boolean(Bit Masking Done)

4Digital OutputBoolean(8bit)Single Command Output(1bit)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 TypeAC800FRTU560 (560CMD11)SCADA Vantage

1Analog InputWord(16bit)AMI(16bit)(Analog measured Value input)Singed Long(not coming in decimals)

2Analog OutputWord(16bit) ASO(16bit)Analog Setpoint Command OutputSinged Long(not going in decimals)Swap word is used

3Digital InputBoolean(8bit)Single Point InputBoolean(Bit Masking Done)

4Digital OutputBoolean(8bit)Single Command OutputBoolean (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?