Accelerator Dashboard Computer: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
(Created page with "The computer is hosting the Dashboard program for the beam line and interlock display. It also (aims to) collect data for all information about the beam line, such as, current, pressure, temperature, etc. An elog is also available. = Configuration = * Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz (4 cores) * 16 GB RAM * 1 TB SSD + 2 TB HDD * onboard display * Ubuntu 22.04 * IP : 192.168.0. 168 = Dashboard program = File:Screenshot of the Beamline Dashboard.png|thumb|ri...")
 
Line 8: Line 8:
* onboard display
* onboard display
* Ubuntu 22.04
* Ubuntu 22.04
* IP : 192.168.0. 168
* IP : 192.168.0.168


= Dashboard program =  
= Dashboard program =  

Revision as of 16:06, 13 September 2022

The computer is hosting the Dashboard program for the beam line and interlock display. It also (aims to) collect data for all information about the beam line, such as, current, pressure, temperature, etc. An elog is also available.

Configuration

  • Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz (4 cores)
  • 16 GB RAM
  • 1 TB SSD + 2 TB HDD
  • onboard display
  • Ubuntu 22.04
  • IP : 192.168.0.168

Dashboard program

Screenshot of the Beam line Dashboard

The Dashboard is code using python3 with tkinter.

https://fsunuc.physics.fsu.edu/git/rtang/FoxLabDashBoard

InfluxDB

The InfluxDB 1.8 is used. Installation can be found https://docs.influxdata.com/influxdb/v1.8/introduction/

The configuration is located at /etc/influxdb/influxdb.conf

data location

  • /var/lib/influxdb/data
  • /var/lib/influxdb/wal

ELOG

Elog installation can be found in Web_Server#Elog.

All files are stored at /usr/local/elog/

Grafana