You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our applications, we need to be able to allow messages to be sent from the agent even if the content of the message is the same on consecutive observations.
I have noticed that the agent, when checking if the data items of an observation have delta filtering, it checks if the message has not changed and if so prevents the observation to be updated and resend.
Hi @PatrickRitchie
For our applications, we need to be able to allow messages to be sent from the agent even if the content of the message is the same on consecutive observations.
I have noticed that the agent, when checking if the data items of an observation have delta filtering, it checks if the message has not changed and if so prevents the observation to be updated and resend.
MTConnect.NET/libraries/MTConnect.NET-Common/Agents/MTConnectAgent.cs
Lines 1037 to 1065 in cb48e67
MTConnect.NET/libraries/MTConnect.NET-Common/Agents/MTConnectAgent.cs
Lines 801 to 833 in cb48e67
I can see that the adapter applications have a
FilterDuplicates
configuration element to toggle this behavior.Is this something that could also be relevant for the agent? I can make a PR with what I am current using if this is of value for the agent.
The text was updated successfully, but these errors were encountered: