Logic Machine Forum
Mobile-version as Plan - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Mobile-version as Plan (/showthread.php?tid=2254)



Mobile-version as Plan - paalidar - 28.09.2019

Hi,

Is there a way I can use a touch-version of a plan inside a frame, and use it on a non-touch version of another plan?
In that way it would me much easyer to make a user interface for a lot of units.


RE: Mobile-version as Plan - Daniel - 30.09.2019

Why don't you use Mosaic?


RE: Mobile-version as Plan - paalidar - 30.09.2019

(30.09.2019, 07:08)Daniel. Wrote: Why don't you use Mosaic?
Because it's not look any good.


RE: Mobile-version as Plan - admin - 01.10.2019

You can place it via frame. Pass plan ID via URL like this: http://LM_IP/scada-vis/touch#PLAN_ID

Add this to Custom CSS to hide top navigation bar:
Code:
.touch .view-frame .navbar {
  display: none;
}

.touch .view-frame .control-wrap {
  top: 10px;
}



RE: Mobile-version as Plan - Daniel - 01.10.2019

(30.09.2019, 16:59)paalidar Wrote:
(30.09.2019, 07:08)Daniel. Wrote: Why don't you use Mosaic?
Because it's not look any good.
You should give a chance to Mosaic 3.0 where you can customize the look and feel as you like.


RE: Mobile-version as Plan - Tokatubs - 01.10.2019

In the beginning 2.0 had its limitations. But in 3.0 i really think their onto something.
With custom background, and widget creator you can make whatever you want, not only the standard ones.

If you havent tried i think its a complete different experience than the 2.0. I have both collegues and clients that really like the new look. And its a simple out of the box solution for remote control.


RE: Mobile-version as Plan - paalidar - 01.10.2019

(01.10.2019, 07:03)admin Wrote: You can place it via frame. Pass plan ID via URL like this: http://LM_IP/scada-vis/touch#PLAN_ID

Add this to Custom CSS to hide top navigation bar:
Code:
.touch .view-frame .navbar {
  display: none;
}

.touch .view-frame .control-wrap {
  top: 10px;
}
Ok, so Its hope! Smile Where do I find the PLAN_ID?

(01.10.2019, 08:09)Tokatubs Wrote: In the beginning 2.0 had its limitations. But in 3.0 i really think their onto something.
With custom background, and widget creator you can make whatever you want, not only the standard ones.

If you havent tried i think its a complete different experience than the 2.0. I have both collegues and clients that really like the new look. And its a simple out of the box solution for remote control.
I see. 
I'm running a Spacelynk, not clean LM. How can I install Mosaic? The "app store" only contain Schneider approved apps...


RE: Mobile-version as Plan - Daniel - 01.10.2019

SE is using different name for it and it is called Touch but they still use equivalent to our Mosaic 2.0, Not sure when 3.0 will be adapted for SE.


RE: Mobile-version as Plan - paalidar - 02.10.2019

Where can I find the plan_id?


RE: Mobile-version as Plan - Daniel - 02.10.2019

Select plan, open quick view and after # is your plan ID


RE: Mobile-version as Plan - paalidar - 02.10.2019

(02.10.2019, 07:45)Daniel. Wrote: Select plan, open quick view and after # is your plan ID
Thanks!


Last issue; Can I hide the side-bar?


RE: Mobile-version as Plan - Erwin van der Zwart - 02.10.2019

Hi,

See: https://forum.logicmachine.net/showthread.php?tid=26&pid=60#pid60

BR,

Erwin