Download presentation
Presentation is loading. Please wait.
Published byLenard Cox Modified over 9 years ago
1
FOCOMM_CAMAC Setup and Usage Guide Andrew Wong, Larry Ruckman
2
Setting Up Insert module into CAMAC crate Connect USB and trigger cables –Connectors described on next slide Note which slot the module is in Power on crate afterwards
3
Connectors Input – TTL Trigger in, connect trigger signal here Output – TTL out, sends signal when board is busy USB connector
4
External Trigger Settings 5V amplitude, 1 Hz
5
Downloading the software Head to http://www.phys.hawaii.edu/~wongandr/projects/FOCOMM/ http://www.phys.hawaii.edu/~wongandr/projects/FOCOMM/ Download: –Readout Program –Tester Program Save them to a location you can access at a terminal prompt –Used desktop for these examples
6
Extracting the files Standard – tar with command e(x)tract
7
Compilation Change directory into FOCOMM_read and FOCOMM_test Execute ‘make’ in each folder Note dependencies: –FOCOMM_read requires libcc32.so –FOCOMM_test requires libUSB library
8
(two windows are used from this point on since we will need to run two programs simultaneously)
9
Executing the readout program Run read_FOCOMM in FOCOMM_read folder Parameter = slot number Program is now polling LAM on module until data is available Leave this running and switch to another terminal
10
Executing the test program Run FOCOMM_test in FOCOMM_test folder Via USB cable, the computer will poll until an external trigger is received When this happens, program will read out more than 2 bytes on a readout
11
External Trigger Data is sent when an external trigger is received via FOCOMM_test:
12
External Trigger (cont) When sending of data to board is finished, test program terminates
13
Readout program Meanwhile, readout program sees new data and reads it out:
14
Further Readings For more information about technical details: –FOCOMM documentation (on webpage) –Source code
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.