Hi,
I have the facing the following problems with DNP3 configuration and will appreciate support from the forum experts:
1 - In PVSS, where is the DNP3 Master address defined? This is the address to which the RTU should send its unsolicited responses.
2 - How is the configuration of Binary Command done in PVSS to latch/unlatch an internal RTU point? I have created a complex datapoint with the elements as described in PVSS Help, and I have assigned the Subindex to each element. But PVSS is generating following errror when I change the "original" value:
"PVSS00dnp3 (1), 2011.05.03 10:00:28.000, PARAM,SEVERE, 54, Unexpected state, Dnp3IDPOutstation, brmCallbackFcn, Outstation DNP3Ethernet: Request timeout"
Attached is screenshot of CROB complex Datatype parameterization
Thanks and Regards
DNP3 configuration
Search
Re: DNP3 configuration
Hello,
a detailled description for the configuration of the DNP3-driver can be found at the PVSS/WinCC OA online help (installed with the product on your computer) at the chapter Drivers --> DNP3.
Can you please have a look at this description.
If you need further assistance please refer to the common support to get an answer to your questions.
If you have a valid support contract with us, please contact us at: support_pvss@etm.at.
When sending the support request please write in the topic of the mail that the question is related to WinCC OA or PVSS.
Best Regards
Leopold Knipp
Senior Support Specialist
a detailled description for the configuration of the DNP3-driver can be found at the PVSS/WinCC OA online help (installed with the product on your computer) at the chapter Drivers --> DNP3.
Can you please have a look at this description.
If you need further assistance please refer to the common support to get an answer to your questions.
If you have a valid support contract with us, please contact us at: support_pvss@etm.at.
When sending the support request please write in the topic of the mail that the question is related to WinCC OA or PVSS.
Best Regards
Leopold Knipp
Senior Support Specialist
Re: DNP3 configuration
Hi
You need to add the following to the config file, Master address (My address was 1)
[dnp3]
LinkAddress = 1;
Also see bitmap for DNP3 parameterization info
The error you are getting indicates that the master is not communicating with the RTU
The State should indicate connected
Regards
Bill
You need to add the following to the config file, Master address (My address was 1)
[dnp3]
LinkAddress = 1;
Also see bitmap for DNP3 parameterization info
The error you are getting indicates that the master is not communicating with the RTU
The State should indicate connected
Regards
Bill
Code: Select all