1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Browser based EPICS GUI |
From: | "Bertrand Alain Gregor" <[email protected]> |
To: | <[email protected]> |
Cc: | [email protected] |
Date: | Tue, 11 Nov 2014 14:18:15 +0100 |
Hi, We are currently investigating something in this direction as well, and this is our current status: MEDM screen Web Display On top you see the original MEDM panel, and under the same panel viewed inside a browser (Firefox, but it works with IE and Chrome without troubles as well). The source of our current project can be found here: http://sourceforge.net/p/epicssharp/code/HEAD/tree/WebDisplay/ Currently our tool is able to open ADL (MEDM) and UI (CaQtDm) files, however not all the widgets are yet supported and there should be more time invested to make it fully usable. It’s a read only port which means you will not be able yet to set values via web, however that should not be difficult to implement. It uses a C# / ASP.NET / SignalR backend (websockets for near realtime updates) and an HTML / JS frontend which is compatible with most modern browsers. You can run it even on a tablet or a smartphone. As said at the beginning, this is an early prototype to see if it can be done (which seems to be yes), and how much interest we have here internally for such tool. Sincerely, Alain Bertrand On Mon, Nov 10, 2014 at 2:21 PM, Alex Wallace <[email protected]> wrote:
|