I installed the pyepics package on princess_sparkle since this is much easier under Ubuntu than under CentOS.
sudo apt-get install python-dateutil python-setuptools
- make sure that LD_LIBRARY_PATH points to EPICS libraries by echo $LD_LIBRARY_PATH
- sudo ldconfig
- sudo easy_install -U pyepics
Then I started the following python script ~/start_test_channels.py in the background on princess_sparkle. The EPICS channels are actually in an IOC on tcs_daq . They are all acquired by the frame builder at 16Hz.
|