Skip to content

Fengwangdong/BaseVMEDAQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base VME DAQ

Requirements:

  1. Ubuntu 14.04 or more recent
  2. qt5 libraries
  • you can get this simply by the command sudo apt-get install qt5-default.
  • type qmake -v in order to check that you have the qt5 version

Installation:

  1. Compile and install the CAEN USB Driver
  2. Go to CAENUSBdrvB-1.5.1
  3. make
  4. sudo make install
  5. Compile and install the CAEN VME C libraries
  6. Go to CAENVMELib-2.50/lib
  7. make
  8. sudo make install
  9. Compile the Base VME DAQ software
  10. qmake BaseVMEDAQ.pro
  11. make
  12. sudo make install (this step is optional)
  13. Execute the programme
  14. ./bin/BaseVMEDAQ or from a double-click on the desktop icon if point 3.3. was done

About

Base environment for interacting with a vme crate (V1718 master module USB wired)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.0%
  • C 18.7%
  • Other 0.3%