Hello.
I think I have already complained once before about the absence of the attributes filter in HDS loglists. However, again I seem to have a customer asking for the possibility to only store "User Actions" of type "Command" for equipment variables, not for internal variables.
I know the ugly way to go would be to set up a cyclic database maintenance task for removing recordsets which match a certain criteria in the extended attributes.
But I am still hoping that there is a more elegant way. Is there?
Ciao Armin!
Unfortunately I don't have for you any magic solution but I have encountered the same problem.
I remember one particular case where a customer did realized a customized login mimic using SCADA BASIC and two text variables (username / password) managed with "Send/Display text animation".
Result: User & Password displayed in clear as "commands" on the LogViewer... not really good! :unsure:
Solution I have found in that case was to use a TextBox control on the mimic to "write" the value of the variable using VBA instead of using standard commands animations.
I know that this is not a solution, but I hope that can help you a little. :blush:
Cheers,
Exact this is not possible to filter at least the same way it was possible with proprietary mode.
Even with proprietary mode it was not enough.
The optionl field VarType is only a code regarding the type of the variable (bit/alarm/register/text) and the command behavior. So it is useless in your case.
I think you can only play with additional text attributes to clean your database. :ohmy:


