TYPEData_Structure:Â Â STRUCTÂ Â Â Â Â Â data1:BOOL;Â Â Â Â data2:BOOL;Â Â END_STRUCTEND_TYPE
then I make a visual (just 2 lamps) for this structure and declare in the interface Editor
VAR_IN_OUTÂ Â dataItf:Data_Structure;END_VAR
in main PLC, i instantiate 2 instance from this structure.
in Main Visualization, i can switch between 2 instances by "switch frame variable".
my problem is , if 2 people access the WebVisu Same time.
personA want to see instance1 visu,
personB want to see instance2 visu.
i found that not working. they affect each other.
anyone can help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi ,
suppose i have a simple structure
then I make a visual (just 2 lamps) for this structure and declare in the interface Editor
in main PLC, i instantiate 2 instance from this structure.
in Main Visualization, i can switch between 2 instances by "switch frame variable".
my problem is , if 2 people access the WebVisu Same time.
personA want to see instance1 visu,
personB want to see instance2 visu.
i found that not working. they affect each other.
anyone can help.