boolean operators in symbol source values
Hi,
When creating HMI symbols, it is very strange that it is not allowed to use boolean operators (such as NOT, AND, OR) etc in the input field for those parameters.
It seem to be allowed everywhere else variables are used.
Example below, where I am displaying two electrical breaker symbols. They should always be inverse of each other, e.g. one is "BreakerStatus" and the other is simply "NOT BreakerStatus", but the NOT operator is not allowed in the parameter field for the BreakerStatus variable.
Is there a particular reason for this, and can it please be added in a future version of PLCnext Engineer?
It is a hassle to create dedicated variables for this.
Comments
+++
same question about using enum literals for array indexes in symbol variable bindings.
BR
The list goes on:
The developers should make sure that all input fields for variables had same properties and features, so that boolean operators, two-dimensional arrays, enums and partial bit access worked every place