Multiple copy of variables.
Hello.
I need to do a copy in Zenon of many variables based on a trigger, for example
If BOOLVAR = 1
Then
INT1 = INT2
INT3 = INT4
INT5 = INT6
etc.
The only way I can think of doing it is with multiple Allocations, but as there are over 100 copies required I hope there is an easier way than creating over 100 different allocations.
Maybe I can use visual basic or a macro but unfortunately I know nothing about these.
Can anyone please tell me the easiest way to do this.
Thank you.
This is a migrated post! Originally posted on 16.09.2014 by user mjackson. Please be aware that information can be outdated.