frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software
https://frangoteam.org
MIT License
2.84k stars 826 forks source link

[QUESTION] OpenCard multiple instance of View #1293

Open henjoe opened 3 months ago

henjoe commented 3 months ago

I created a faceplate view with the following place holders:

  1. @TAGNAME
  2. @PV
  3. @MV
  4. @SV

image

On my Main view (shape component), I added some "click" actions with "open card" and bind to the place holder: image

I did the same on other component on my Main View but this time different binding of Tags.

What happen is when I open card my Faceplate on the first component, it actually works fine and I have no issue. image

But when I open the 2nd face plate, what happen is it overrides the first Faceplate that is already open. It seems like it is not a new instance of my Faceplate.

image

As you can see, 2 different binded tags, but they are now identical. Is it some sort of bugs or a normal behaviour?

Regards,

robsori commented 3 months ago

Hi. It's an older problem. See here: https://github.com/frangoteam/FUXA/issues/744

henjoe commented 3 months ago

I did it!!! Almost 2 days of debugging and coding. I will test it more first then will do the PR.

image

unocelli commented 3 months ago

308

805