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: How to use SNL or the SNC?
From: Paul Sichta <[email protected]>
To: z abdou <[email protected]>
Cc: [email protected]
Date: Tue, 07 Jul 2009 08:02:49 -0400
z,
If you use 3.14 the Makefile will build and install your st file into the applications 'lib'/munch file. For my 3.14.7 system, host=Solaris target = vxWorks:

Here's an excerpt from my clock system app's Makefile:
========================================================
PROD_IOC_vxWorks = ck

# NOTE: To build SNL programs, SNCSEQ must be defined
# in the <top>/configure/RELEASE file

ifneq ($(SNCSEQ),)
    # This builds sncExample as a component of ck
    ck_SNCFLAGS += +r +m
    ck_SRCS += ck_control.st
    ck_LIBS += seq pv
endif
========================================================


And from my st.cmd (boot) file for the IOC:
========================================================
ld < ck.munch
....
# Clock Control sequencer applications
seq &ck_control
========================================================


And from my <top>/configure/RELEASE file:
========================================================
SNCSEQ=$(EPICS_BASE)/../sequencer/seq-2.0.10
========================================================

It will be difficult for you if you don't take some time to review the Sequencer documentation on the EPICS website and/or on the EPICS wiki; it will help you debug your first sequencer program.
http://www.aps.anl.gov/epics/base/R3-14/10.php
http://www.aps.anl.gov/epics/wiki/index.php/V4_Replacement_for_SNL

-ps


On 07/07/2009 03:15 AM z abdou wrote:
Hello


I just creat  my programme ( .st ) and i don't now how to use the SNL or the SNC?
is it obligatory to produce (.o ) and ( .c ) program or not?


N.B : I'am working in linux

_________________________________________________________________
Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger !
http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx



References:
How to use SNL or the SNC? z abdou

Navigate by Date:
Prev: How to use SNL or the SNC? z abdou
Next: EDM X-Y Graph zoom shrinks with its zoom? Carl Schumann
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: How to use SNL or the SNC? z abdou
Next: EDM X-Y Graph zoom shrinks with its zoom? Carl Schumann
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 ·