CTT Data Access PercentDeadband gets BadMonitoredItemfilterUnsupported #1318
Replies: 4 comments 4 replies
-
Percent deadband filters are not implemented. You're welcome to have a go at it. One of the things that is tricky about implementing this is that the EURange and EngineeringUnits are separate property nodes, which makes obtaining these a little more work. The easiest and most performant option would be to lock these in at the time the filter is created rather than trying to read them every time the filter evaluates, but if the properties are writable by Clients then this may not end up being viable, unless you also added logic to update the filter any time these changed. |
Beta Was this translation helpful? Give feedback.
-
Hello, Greetings Johann |
Beta Was this translation helpful? Give feedback.
-
You Saved my Day. I thought i need it for certification. Can you tell me what DA Profile means in ctt Tool ? |
Beta Was this translation helpful? Give feedback.
-
So my Information right now i got from Sebastian Allmendinger last week is: "AnalogItems are not included in the 'Standard 2017 UA Server Profile'. However, once they are supported/available on the server, the 'Data Access Server Facet' will be included in the test. This will then include tests for AnalogItems among others." so this means i have to implement all the AnalogItem functionality at least. Can you point me to where i can start on this? Thanks in Advance Johann |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

in our server we have AnalogItemType Values and CTT fails with most of the PercentDeadband Tests:
Is it not implemented yet ? How can we support here.
Greetings Johann
Beta Was this translation helpful? Give feedback.
All reactions