-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (31 loc) · 1.29 KB
/
index.html
File metadata and controls
38 lines (31 loc) · 1.29 KB
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
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td><img src="cs-studio-common/LNLS_sal.jpg" alt="LNLS Sirius Logo" width="104" height="142"></td>
<td><pre> </pre></td>
<td><h1>Sirius Control-System Web Server</h1></td>
</tr>
</table>
<hr>
<h2>Introduction</h2>
Static variables and parameters such as excitation curves of the magnets, IPs of beaglebone computers, and so on are stored in files
and provided via http protocol in this wev server. These parameters are used accessed by EPICS IOCs, high level applications and scripts.
The content of this page is located in a github repository <a href="https://github.com/lnls-sirius/control-system-constants">lnls-sirius/control-system-constants</a>.
<h2>Web server folders</h2>
<ul>
<li><h3><a href="beaglebone">beaglebone</a></h3></li>
<li><h3><a href="debian-preseed">debian-preseed</a></h3></li>
<li><h3><a href="diagnostics">diagnostics</a></h3></li>
<li><h3><a href="documentation">documentation</a></h3></li>
<li><h3><a href="macschedule">macschedule</a></h3></li>
<li><h3><a href="magnet">magnet</a></h3></li>
<li><h3><a href="orbintlk">orbintlk</a></h3></li>
<li><h3><a href="pwrsupply">pwrsupply</a></h3></li>
<li><h3><a href="timesys">timesys</a></h3></li>
</ul>
<br>
<p><a href="VERSION">Version</a></p>
</body>
</html>