Dear colleagues.
There is a function “substitution”, if the signal should not be registered in the system, it needs to set a certain fixed value and not process it in the system. We made this function like this: for a certain signal, we remove the Active property in para. But our signal processing is implemented in such a way that incoming signals are still trying to write to para (but due to Active = False this is impossible), which leads to a huge number of warnings in the log. How to implement this function?
Substitution function
- mkerk
- Posts:75
- Joined: Wed Oct 20, 2010 12:25 pm
Re: Substitution function
I think you are looking for the config _default (Default value) .
this is chapter "Module PARA --> Data point configs --> _default" in the WinCC OA documentation
this is chapter "Module PARA --> Data point configs --> _default" in the WinCC OA documentation
- Nikolay
- Posts:34
- Joined: Tue Aug 21, 2012 7:10 am
Re: Substitution function
The config _default seems right to us, but there is a problem that this signal when signal in alarm state (for example, state _060 alert) it still appears in standart AES table. Is there a special filter for this, so default signals won't appear there?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Substitution function
If the default value is a value outside of the alert ranges (in the good range) then no alert will appear when the default value is set.
There is no filtering possibility in the AEScreen the filter alerts generated out of default values.
Best Regards
Leopold Knipp
Senior Support Specialist
There is no filtering possibility in the AEScreen the filter alerts generated out of default values.
Best Regards
Leopold Knipp
Senior Support Specialist