#68 EoN: repeatedly publising NDATA

1.0.0.0: EoN
closed
hermsen
None
2020-10-15
2020-10-09
i-campbell
No

The below code does not survive a connect-disconnect-(wait 5 seconds)-connect.

EoNStateType.ONLINE :
                            _PublishBlockTimerEnable := _ChangeDetected AND NOT _PublishBlocked;
                            _PublishBlockTimer(IN := _PublishBlockTimerEnable,
                                               PT := UINT_TO_TIME(publishPeriod),
                                                Q => _PublishBlocked,
                                               ET => _PublishBlockTimerElapsed);
EoNStateType.EXITING :
                                _PublishBlocked := FALSE; 

It should be rewritten, so that the timer doesn't get stuck.

The effect is, that NDATAs are sent with unrestricted publish period.

Discussion

  • i-campbell

    i-campbell - 2020-10-09
    • Owner: aliazzz --> h-hermsen
     
  • hermsen

    hermsen - 2020-10-15
    • labels: Bug, NDATA -->
    • status: open --> closed
     

Log in to post a comment.