edmond - 2018-10-09

hi ,

suppose i have a simple structure

TYPE Data_Structure :
   STRUCT   
      data1:BOOL;
      data2:BOOL;
   END_STRUCT
END_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.

IMG: Bild

IMG: Bild

IMG: Bild