Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

start firefox with address: firefox  firefox http://localhost:5007/main_SP

Image Added


If you need to work for the DAQ development, you can start firefox with http://localhost:5006/webApp 

Image Removed

...

5008/main_DAQRD

Image Added

Detector Power Supply Control and Live-Camera

Choose the "Detector LV & HVPower" Tag

Image RemovedImage Added


There are 3 buttons for LV power cycle/on/off

Image RemovedImage Added


You can read the LV power supply status with Camera

It's a static picture from the camera. need to refresh the browser to get the latest Camera output.

Image Removedthe Live-Camera


Run Scan for Rd53 FE

Choose the "Scan Control" Tag at first:

Image RemovedImage Added


Click the "Start Scan" Buttonbutton, and waiting about ~8 ~10 sec for digital/analog scan

Image Added

Some scan information, like scan number, scanType, and scan time are shown in text

The Occupancy map for the digital scan will show a on the bottomleft.Image Removed


Appendix:

RCE

...

Node Control simple mode

Image Added

RCE Node Control advanced mode

firefox open http://localhost:5009/main_RCEAdm

Image Added


Starting bokeh server

go to your host-PC, git clone the YARR devel_python branch: https://gitlab.cern.ch/YARR/YARR/-/tree/devel_python

start bokeh server:  <YOUR YARR PATH>/src/python/startServer.sh


Manually stop bokeh server

run Cmd "ps -ef|grep bokeh" to get the bokeh process ID.

run Cmd "kill -9 <ID>" to keep the bokeh process. 


Create a python virtual env for the bokeh server

go to your host-PC, and a working folder (your user folder, for example)

run Cmd:

1) python3 -m venv bokeh-env

2) source <your folder>/bokeh-env/bin/activate

3) (this is only needed for the first time) install the module:  pip3 install bokeh matplotlib seaborn paho-mqtt


Starting Mosquitto MQTT Broker on host PC

go to your host-PC,

change to admin account, root, for example

run cmd: service mosquitto start

reference: http://www.steves-internet-guide.com/install-mosquitto-linux/

Choose the "RCE Control" Tag, 

Image Removed

These tools are mostly for the system administrator. 

ping RCE node:

User can ping the RCE node, and ping results are shown on the bottom

Image Removed

Control the scan service:

Image Removed