wiki:TroubleShootingSoftware

Version 3 (modified by Daniela Dorner, 10 years ago) ( diff )

added updated info for gate and newdaq

Trouble Shooting - Software

Stopping Programs

  • never stop a not hanging program with ctrl+c
    • when a restart of the program is really necessary use .q instead
    • restarting a program is in most cases not a solution and only increase the risk to trigger more problems. So avoid restarting programs as long as possible

Starting Programs

Do not forget start.sh before all programs! It makes sure that the programs are automatically restarted.

List of needed software and the corresponding screen sessions

screen-session on NEWDAQ

see also /home/fact/.screenrc_newdaq on newdaq

  1. dimserver /home/fact/operation/dimserver
  2. mcp /home/fact/operation/mcp
  3. fadctrl /home/fact/operation/fadctrl
  4. datalogger /home/fact/operation/datalogger
  5. drivectrl /home/fact/operation/drivectrl
  6. lidctrl /home/fact/operation/lidctrl
  7. biasctrl /home/fact/operation/biasctrl
  8. pwrctrl /home/fact/operation/pwrctrl
  9. ftmctrl /home/fact/operation/ftmctrl
  10. feedback /home/fact/operation/feedback
  11. ratecontrol /home/fact/operation/ratecontrol
  12. ratescan /home/fact/operation/ratescan
  13. fscctrl /home/fact/operation/fscctrl
  14. temperature /home/fact/operation/temperature
  15. magiclidar /home/fact/operation/magiclidar
  16. magicweather /home/fact/operation/magicweather
  17. tngweather /home/fact/operation/tngweather
  18. agilentctrl-24V /home/fact/operation/agilentctrl 24V
  19. agilentctrl-50V /home/fact/operation/agilentctrl 50V
  20. agilentctrl-80V /home/fact/operation/agilentctrl 80V
  21. gpsctrl /home/fact/operation/gpsctrl
  22. sqmctrl /home/fact/operation/sqmctrl
  23. gcn /home/fact/operation/gcn
  24. chatserv /home/fact/operation/chatserv
  25. dns /home/fact/operation/dns
  26. bash

screen-session on GATE

see also /users/fact/.screenrc_gate on gate

  1. smartfact /home/fact/FACT++/start.sh smartfact
  2. bash

screen-session on DAQ (OUTDATED)

Do not forget start.sh before all programs

  1. biasctrl
    • has to be running on the PC, where the bias crate is connected, currently daq
  2. dns
    • has to be running before hardware startup
  3. dimserver
    • start.sh dimctrl --server
  4. drivectrl
  5. mcp
  6. lidctrl
  7. bash
    • just an empty bash for working on daq
  8. ftmctrl
  9. feedback
  10. magicweather
  11. fscctrl
  12. agilentctrl
  13. powerctr.
  14. magiclidar
  15. ratescan
  16. tngweather
  17. ratectrl
  18. chatserv

screen-session on newdaq (OUTDATED)

  1. fadctrl
    • has to be running on newdaq
  2. datalogger
    • has to be running on newdaq
    • has to be running before hardware startup

Do not forget start.sh before all programs

screen-session on AUX (OUTDATED)

Do not forget start.sh before all programs

  1. timecheck
    • has to be running on aux

screen-session on GATE (OUTDATED)

Do not forget start.sh before all programs

  1. smartfact
    • has to be running on gate
Note: See TracWiki for help on using the wiki.