Versions Compared

Key

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

...

NOTE: if you don't see a connection you might need to change the TCP/IP settings (see below) in the dedicated GUI.


Power control GUIs
Setup MEDM environment (part of the DAQ setup script):

...

 
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.

 

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

...