VME LED Driver library
- For use with JLab compiled gefvme kernel driver.
- install the jvme library https://github.com/JeffersonLab/jvme.git
- with the environment defined from the jvme install (
LINUXVME_LIB,LINUXVME_INC) build and install the librarymake install
- In the test directory, there’s a program to show the status of a VLD at a specified slot
- compile with
cd test make
- execute
./vldStatus <slotnumber>
- The examples
VLDtest5,VLDtest6,VLDtest7, cited in the VLD Manual, were ported for use with this libraryVLDtest5: VLD calibration pulse shape loadingVLDtest6: VLD test, channel by channel calibration, and connector by connector Bleaching testVLDtest7: VLD clock source switching and trigger source switching
- compile with
cd examples make - execute with
./VLDtest5 <slotnumber> ./VLDtest6 <slotnumber> ./VLDtest7 <slotnumber>
- The
VLDtest2: VLD firmware update, was ported for use with this library. - compile with
cd firmware make - execute with
./vldFirmwareUpdate <slotnumber> <firmware svf file>