Replies: 4 comments
-
Hi @11v1, In case the number of events generated by server is not too high, one option is to do the filtering on client side with a custom logic at application level. |
Beta Was this translation helpful? Give feedback.
-
Hi @AlinMoldovean. I am making history event client and server. In my case the number is very high (100000+), so the filtering must be and should be done on server side. |
Beta Was this translation helpful? Give feedback.
-
Will need to check spec and may require to open Mantis.. |
Beta Was this translation helpful? Give feedback.
-
Move to discussion. We will probably need this feature defined in the OPC UA spec before it can be implemented in the stack. Is there any feedback from anyone about the UA spec? |
Beta Was this translation helpful? Give feedback.
-
Hi.
I need to perform event filtering based on event message value. Меssage may be in upper case, in lower case, or it may start from capital. The point is that case should not bother me. I want to receive events depending on the text regadless it's case.
According to "OPC 10000-4 - UA Specification Part 4 - Services 1.04" 7.4.3 FilterOperator Like_6 operator is case sensitive. Is there any way to configure filtering case ignoring (some logical trick)?
Beta Was this translation helpful? Give feedback.
All reactions