Hallo
is there something like Frame index?
An example would be like :
i habe 80 traffic lights in a city numbered 1..80.
Now, i have an Array like AAAA[1..80, 1..3], where second Dimension means 1-red, 2-green, 3-yellow.
i make a Visu-frame with Three LED where each LED lights up according to my second dimension variable.
Now i would have copied this frame in a new Visu 80 times and each gave a number from 1 to 80..this number has been asked by frame like
TRAFFIC LIGHT XX , LED RED ON ---> if AAAA[XX, 1] then red of frame XX light up....
Thanks for help!
Regards
Singh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo
is there something like Frame index?
An example would be like :
i habe 80 traffic lights in a city numbered 1..80.
Now, i have an Array like AAAA[1..80, 1..3], where second Dimension means 1-red, 2-green, 3-yellow.
i make a Visu-frame with Three LED where each LED lights up according to my second dimension variable.
Now i would have copied this frame in a new Visu 80 times and each gave a number from 1 to 80..this number has been asked by frame like
TRAFFIC LIGHT XX , LED RED ON ---> if AAAA[XX, 1] then red of frame XX light up....
Thanks for help!
Regards
Singh
Hey,
If you want to have 80 frames, you can use the "Multiply elements" to clone them.
https://help.codesys.com/webapp/_visu_cmd_multiply_visualization_element;product=core_visualization;version=3.5.17.0#dialog-multiply-visu-element
Not sure if that is what you are looking for, if not could you please specify?
Best regards,
Marcel