Versions Compared

Key

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

...

 
Individual GUIs can be opened with
medm gui-name.adl & (if you don't add -x it will open in edit mode and you'll have to hit "execute" in one of the windows popping up.

1. Power the flange using flange "hps_svt_FLLV_all.adl" GUI
2. Power the FEB using "hps_svt_FELV_all.adl" (DIGI first)
3. Configure the FEB4. Control hybrid power from "svtStatusPS_latest_onoff_control.adl" (remember that DAQ needs to be configured before this will work).

Notes on the hybrid power:

 
  • The update frequency need to be tuned, sometimes it can take 1-2s before values are updated.  
  • If the DAQ GUI (actually the server) dies and you restart the GUI's may not reflect the new state. For example the GUI's may say ON when channel is OFF. You can press OFF and then ON in that case to sync up manually. Working on a fix for this. 

Development
Changing debug output for hybrid IOC

The debug level for the subProcess (essentially stuff in myexampleApp/src/dbSubExample.c) is controlled by "int mySubDebug". (0=least output)

This can be controlled from the IOC startup script /home/tracker/pelle/epics/example/iocBoot/iocmyexampleApp/st.cmd  by changing line:

var mySubDebug 0

...