1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<Title> Tango Device Server User's Guide </Title>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#7F00FF" ALINK="#FF0000">
<P><!-------TITLE------></P>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD ALIGN="left">
<A HREF="http://www.esrf.fr/" TARGET=new>
<IMG SRC="http://www.esrf.fr/gifs/logo/80.gif" BORDER=0 Height="60"></A>
</Td>
<TD ALIGN="center">
<A HREF="http://www.elettra.trieste.it/" TARGET=new>
<IMG SRC="http://www.esrf.fr/computing/cs/tango/elettra_logo.gif" BORDER=0 Height="60"></A>
</Td>
<TD ALIGN="center">
<A HREF="http://www.synchrotron-soleil.fr/" TARGET=new>
<IMG SRC="http://www.esrf.fr/computing/cs/tango/soleil_logo.gif" BORDER=0 Height="60"></A>
</Td>
<TD ALIGN="right">
<A HREF="http://www.cells.es/" TARGET=new>
<IMG SRC="http://www.esrf.fr/computing/cs/tango/alba.jpg" BORDER=0 Height="54"></A>
</Td>
<TD ALIGN="right">
<A HREF="http://www.desy.de/html/home/index_eng.html" TARGET=new>
<IMG SRC="http://www.esrf.fr/computing/cs/tango/desy.gif" BORDER=0 Height="60"></A>
</Td>
<Td>
<H2><FONT COLOR="#7F00FF">
<Center><A HREF="http://www.tango-controls.org/" TARGET="_top">
TANGO </a> <Br> Device Server
</Center></FONT>
</Td>
</TR>
</TABLE>
<Br>
<HR WIDTH="100%"></H5>
<Br>
<center>
<h1>
Starter for Tango Administration<Br>
Device Description
</h1>
<Br>
<b>
Revision: 3.8 - Author: pascal_verdier
</b>
<Br><Br><Br>
Download <A href=user_guide.pdf> user_guide.pdf </a>
</center>
<Br>
<Br>
<Br>
<Br>
This device server is able to control
<A HREF="http://www.tango-controls.org/" target="_top"> Tango </a> device servers. <Br>
It is able to start or stop and to report the status of these components.<Br>
It gets a list of processes (device servers) from database to start/stop/control on the host .
<Br>
To change the type of control by Starter for a server, use the tango administrator
<A HREF="http://www.esrf.fr/computing/cs/tango/tango_doc/tools_doc/astor_doc/index.html" Target="_top">
Astor </A>.
<Br>
<Br>
<Br>
<b> WARNING : </b><Br>
<li> To be recognized by
<A HREF="http://www.esrf.fr/computing/cs/tango/tango_doc/tools_doc/astor_doc/index.html" Target="_top">
Astor</A> the starter device must have a specific name.<Br>
This name must be <b>tango/admin/<i>{hostname}</i></b>
(e.g. <i>tango/admin/hal</i>).<Br>
<Br>
<Br>
<P><IMG SRC="Astor-Starter.jpg">
<Br>
<Br>
<Br>
The <b>Starter</b> device server ping the controlled servers during the
<b> State</b> polled command.<Br>
In case of answer or not, the host state is calculated, and could be read
and displayed by Astor.
<P><IMG SRC="Astor-Starter-database.jpg">
<Br>
<Br>
<Br>
</BODY>
</HTML>
|