Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

DNP3 event

I use the example Display Analog Output Point.vi as my DNP3 outstation, and example Master Application.vi as my DNP3 master,

 

but the master can't get any event when the outstation AO data change. I even try the enable unsolicited, but it still not work,

 

is there any way I can generate an event from an analog output point?

 

or is there any way I can check the event buffer?

0 Kudos
Message 1 of 2
(4,027 Views)

Hello,

 

In the block diagram of the example Display Analog Output Point.vi, there is only a Read.vi in while loop. So this program can't write event to master. This example just demonstrates how the outstation displays analog output points, which can be modified by the master.

 

You can refer to Poll Binary Counter Event.vi (as Master) and Update Binary Counter.vi (as Outstation). This is a typical method for event operation.

 

Thanks!

0 Kudos
Message 2 of 2
(3,855 Views)