I am trying to Display different Visualizations on Target and Web. I am using IFM CR1203 display
I set one Start visualization under TargetVisu and another Start visualization under WebVisualization.
However the one that I have specified under TargetVisu is displayed on both Target and my Webbrowser.
I have tried the Library Visu Utils by setting different visualisations using FbChangeVisu:
itfClientFilter:=VU.Globals.OnlyWebVisu
and
itfClientFilter:=VU.Globals.OnlyTargetVisu
But no matter how I do the same Visu is mirrored and I can not have one Visu on target and one ont the web.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to Display different Visualizations on Target and Web. I am using IFM CR1203 display
I set one Start visualization under TargetVisu and another Start visualization under WebVisualization.
However the one that I have specified under TargetVisu is displayed on both Target and my Webbrowser.
I have tried the Library Visu Utils by setting different visualisations using FbChangeVisu:
itfClientFilter:=VU.Globals.OnlyWebVisu
and
itfClientFilter:=VU.Globals.OnlyTargetVisu
But no matter how I do the same Visu is mirrored and I can not have one Visu on target and one ont the web.
Hey,
do you have CurrentVisu checked in the visu manager?
Best regards,
Marcel
Yes, I had it checked and when I unchecked it works:) Thank you!