Accelerator Dashboard Computer

From FSU Fox's Lab Wiki
Revision as of 16:13, 30 January 2024 by Rtang (talk | contribs)
Jump to navigation Jump to search

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.201
  • DNS : 192.168.0.1
  • Gateway : 192.168.0.1

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/

After installed ImageMagick. The default policy forbid to convert pdf ps. to change that, edit /etc/ImageMagick-6/policy.xml, comment out these lines

 <policy domain="coder" rights="none" pattern="PS" />
 <policy domain="coder" rights="none" pattern="PS2" />
 <policy domain="coder" rights="none" pattern="PS3" />
 <policy domain="coder" rights="none" pattern="EPS" />
 <policy domain="coder" rights="none" pattern="PDF" />
 <policy domain="coder" rights="none" pattern="XPS" />

Grafana