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
Maybe do you have some hints for me? It's pretty hard to find advanced information about your implementation and the standard iec61850.
I did some tests with the IEDScout software client to try to figure out that it isn't a big deal. But, I'm looking forward to some hints before going into the production environment.
I'm implementing an MMS with an RCB, and I'm wondering if the basic polling example is enough not to flood my network when a client listener is connected to my RCB block, mainly if only the ".t" timestamp is the one changing.
I took the time to look into your code, and I observed some particular case handling the value change with different triggers. My question here is a simple need I to take care of my value change to change the timestamp, or is it already handled by the library?
Could you point me in the right direction? Thank you for any help you can offer.
Best Regards,
The text was updated successfully, but these errors were encountered:
With the present answer, you say that the RCB handles the mechanism to update only on value triggering changes and that I don't need to care about when the update of ".t" will be. Is it correct?
Hello,
Maybe do you have some hints for me? It's pretty hard to find advanced information about your implementation and the standard iec61850.
I did some tests with the IEDScout software client to try to figure out that it isn't a big deal. But, I'm looking forward to some hints before going into the production environment.
I'm implementing an MMS with an RCB, and I'm wondering if the basic polling example is enough not to flood my network when a client listener is connected to my RCB block, mainly if only the ".t" timestamp is the one changing.
I took the time to look into your code, and I observed some particular case handling the value change with different triggers. My question here is a simple need I to take care of my value change to change the timestamp, or is it already handled by the library?
Could you point me in the right direction? Thank you for any help you can offer.
Best Regards,
The text was updated successfully, but these errors were encountered: