Versions Compared

Key

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

...

and is currently on github under user "perhansson" .svn://svn.freehep.org/hps/epics/trunkand project name "svt-epics"

 

Instructions for MPOD power supply control

...

$ cd /home/tracker/pelle/epics/svt-epics/example/myexampleApp

$ make

Interesting files for development:
EPICS Db: /home/tracker/pelle/epics/svt-epics/example/myexampleApp/Db/
dbSVT.db: controls the polling from the control server
dbFebTemp.db: FEB temperature records
dbHybLV.db: hybrid low voltage records
dbHybT.db: hybrid temperature records


/home/tracker/pelle/epics/svt-epics/example/myexampleApp/src/
dbSubExample.c: contains backend code for parsing and delegating communication with the control server.
client_util.c: Utility functions to communicate with control server and parsing/creating of xml strings

...