EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EDM on Cygwin
From: "Pelaia II, Tom" <[email protected]>
To: "Pawel Kowalski - BiRa Systems Inc." <[email protected]>
Cc: Tech-talk <[email protected]>
Date: Wed, 09 Dec 2009 12:23:27 -0500
Hi,

Have you considered CAML (Channel Access Markup Language)? CAML is a XHTML namespace and consists of a collection of EPICS Channel Access controls which you can embed within standard HTML. Channel Access is made through a browser plugin.

CAML works with modern, standards compliant browsers such as Firefox and Safari and runs on Linux, Mac and Windows. For ease of distribution, I developed a Mac installer and SLAC developed a Windows installer. Of course, it is open source, so you are free to build from the source code if you prefer.

It also has a EDM to CAML generator.

Work is continuing on CAML to dramatically improve performance of charts, improve the EDM to CAML converter, and provide a service fallback when the end user doesn't have or want the plugin.

For more information, contact me and/or visit:
http://www.ornl.gov/~t6p/Main/CAML.html

best regards,
tom

On Dec 9, 2009, at 11:38 AM, Pawel Kowalski - BiRa Systems Inc. wrote:

Thanks Mark and John. This might be the excuse I was looking for to develop
a web based AJAX interface for our application so that the control panels
can be platform independent.

------------------------------------

Pawel Kowalski
BiRa Systems Inc.
www.bira.com<http://www.bira.com>

Phone: 505-881-8887
Fax: 505-888-0651

Address: 2410 Midtown PL NE
      STE A
      Albuquerque NM 87107 USA


-----Original Message-----
From: Mark Rivers [mailto:[email protected]]
Sent: Wednesday, December 09, 2009 9:35 AM
To: Pawel Kowalski - BiRa Systems Inc.; John William Sinclair; Tech-talk
Subject: RE: EDM on Cygwin

Not that I know of.

Note that you can run edm on a Linux machine, for example, and display
on Windows with an X package like Exceed.  Since edm is a channel access
client it does not need to run on the same machine as your IOC.

Mark


-----Original Message-----
From: Pawel Kowalski - BiRa Systems Inc. [mailto:[email protected]]
Sent: Wednesday, December 09, 2009 10:33 AM
To: Mark Rivers; 'John William Sinclair'; 'Tech-talk'
Subject: RE: EDM on Cygwin

Is there a tool that can convert EDM screens to MEDM screens (I see
there is
adl2edl for doing this in reverse)?

------------------------------------

Pawel Kowalski
BiRa Systems Inc.
www.bira.com

Phone: 505-881-8887
Fax: 505-888-0651

Address: 2410 Midtown PL NE
      STE A
      Albuquerque NM 87107 USA

-----Original Message-----
From: Mark Rivers [mailto:[email protected]]
Sent: Wednesday, December 09, 2009 9:24 AM
To: John William Sinclair; Pawel Kowalski - BiRa Systems Inc.; Tech-talk
Subject: RE: EDM on Cygwin

medm can be built on Windows, but you can also download a pre-built
version from the EPICS Web pages:

http://www.aps.anl.gov/epics/distributions/win32/index.php

It definitely works with Exceed, but also with some other free X
packages.

Mark


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of John William
Sinclair
Sent: Wednesday, December 09, 2009 10:17 AM
To: Pawel Kowalski - BiRa Systems Inc.; Tech-talk
Subject: Re: EDM on Cygwin

Pawel,

EDM will never, ever build on cygwin.

Note that a new initiative is in the works to build control system gui
tools using the eclipse
RCP platform. This will give you access from windows.

There is also an older display manager, MEDM, which I believe will
compile in a windows
environment with certain  3rd party X Windows tools. I don't know the
details but someone
on the tech-talk list may be able to help.

John Sinclair

Pawel Kowalski - BiRa Systems Inc. wrote:

Hello,



I am having an issue with getting EDM to compile on cygwin. I noticed
that in the EDM documentation it says that LessTif is not recommended;

but that seems to be the only option available with cygwin as I can't
find the OpenMotif package. Is this my issue or am I doing something
else wrong? I also saw that the makefiles under EDM set
SHARED_LIBRARIES = YES, is this a problem under cygwin?



I attached the make log, help would be appreciated.



------------------------------------



Pawel Kowalski

BiRa Systems Inc.

www.bira.com <http://www.bira.com>



*Phone:*                   505-881-8887

*Fax:*                       505-888-0651



*Address:*                2410 Midtown PL NE

STE A

Albuquerque NM 87107 USA




------------------------------------------------------------------------

Pawel Kowalski@bira-a4f57d2df6 /epics/base/extensions/src/edm
$ make
make -C ./util install
make[1]: Entering directory `/epics/base/extensions/src/edm/util'
make -C O.cygwin-x86 -f ../Makefile TOP=../../../.. T_A=cygwin-x86
install
make[2]: Entering directory
`/epics/base/extensions/src/edm/util/O.cygwin-x86'
make[2]: *** No rule to make target `../O.Common/os.h', needed by
`inc'.  Stop.
make[2]: Leaving directory
`/epics/base/extensions/src/edm/util/O.cygwin-x86'
make[1]: *** [install.cygwin-x86] Error 2
make[1]: Leaving directory `/epics/base/extensions/src/edm/util'
make: *** [util.install] Error 2




______________
Tom Pelaia, Ph.D.
Application Programming Team Leader
Accelerator Physics Group
Research Accelerator Division
Spallation Neutron Source
Oak Ridge National Lab
homepage: http://www.ornl.gov/~t6p





Replies:
RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
References:
EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
Re: EDM on Cygwin John William Sinclair
RE: EDM on Cygwin Mark Rivers
RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
RE: EDM on Cygwin Mark Rivers
RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.

Navigate by Date:
Prev: Re: EDM on Cygwin Pete R. Jemian
Next: RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
Next: RE: EDM on Cygwin Pawel Kowalski - BiRa Systems Inc.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 31 Jan 2014 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·