FOCOMM_CAMAC Setup and Usage Guide Andrew Wong, Larry Ruckman.

Slides:



Advertisements
Similar presentations
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
MLC Connectivity to SLC 500 via DeviceNet
Lab7: Introduction to Arduino
Code P010 Date: Installation and configuration Clarity User Training.
CSE 4939 Alex Riordan Brian Pruitt-Goddard Remote Unit Testing.
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. Programming in easyC.
Scite Scintilla integrated text editor. Click here.
ECE Department: University of Massachusetts, Amherst Lab 1: Introduction to NIOS II Hardware Development.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Installing and running COMSOL on a Windows HPCS2008(R2) cluster
Myrtle Entertainment Network Scanner How to work your way to installing a program via Myrtle Entertainment Network Scanner.
Welcome to the Milagrow Universe
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project Installation.
Installation Guide to SOUL 2.0 Demo Version
A* candidate for the power supply Wiener MPOD-LV crate w/ remote control only (except for local on/off switch) Type “EC LV” Front or rear connections (reverse.
9000U Quick Guide Marketing & RMA Department XELTEK 8/28/2015.
Untethered Walk around your classroom with your Laptop, with no cables connected!
High Speed Data Converter University
Move Pictures From Your Mobile Phone to Your PC.  You never know when a photo opportunity is going to arise, which is why having a camera phone can be.
1.First Go to
Booting Ubuntu Linux Live CSCI 130 – Fall 2008 Action Lab Dr. W. Jones.
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project - WF32 Shield.
Itty Bitty Computer Directions on how to install Linux on your flash drive and have the smallest computer you can afford right now!
Department of Electrical Engineering, National Taiwan Ocean University NuMicro MCU Learning Board SDK Installation 1/29/2015 Richard.
Teach Yourself Windows 95 Module 4: Using Microsoft Exchange for Faxes and .
Jim Ng 15/1/2014 CENG4480 TUTORIAL 1. ABOUT ME Current MPhil Student supervised by Prof. Mak You can find me at Rm116 in SHB
Compiling a C Program. Before we can begin we must open a telnet session to phobos. There are a number of ways to do this, but the easiest is to click.
25-May-03 jadzia warchol, ext. 8341, phone Calibration of FPD detector Content Page General2 Calibration 3 Taking data (Calibration or Pedestal.
Paris package: practical aspects Installation / presentation To run a simulation Analysis To add a new module to Paris Installation / presentation To run.
OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 4: Writing programs.
Kindle eBooks via USB on Overdrive Tutorial. eBooks.
Programming the Geiger Counter Board 1. Arduino Files Go to and download the latest Arduino.
A brief introduction to javadoc and doxygen. What’s in a program file? 1. Comments 2. Code.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
Touch screen function manual Right & left scroll key Room selecting key, Maximal quantity 50. Controlling Target icon Room background image brightness.
AE6382 MinGW l The MinGW (Minimalist GNU for Windows) GNU compilers u C/C++ u Fortran 77 u Fortran 95 l Generate native Windows code l User Windows libraries.
How to Install Eclipse Click hereClick here to download Eclipse.
12 September 2006Silicon Strip Detector Readout Module J. Hoffmann SIDEREM SIlicon Strip DEtector REadout Module.
1 Getting Started with C++ Part 2 Linux. 2 Getting Started on Linux Now we will look at Linux. See how to copy files between Windows and Linux Compile.
Software Download Guide. 2/2/2016 Steps 1. Before you start to download software,please install USB driver(Folder: USB Driver) firstly. – Install “ InstallDriver.exe.
October Test Beam DAQ. Framework sketch Only DAQs subprograms works during spills Each subprogram produces an output each spill Each dependant subprogram.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
1 Project 3: Farey Sequences. 2 Farey Sequences Further details about Farey sequences, and more examples, can be found in the Wikipedia article:
NA62: The LKr Electronics Matt Huszagh. Installation & Setup (1/5) Crate Setup 8 vertical columns of 4 crates Almost all installed.
Solvency II Tripartite template V2 and V3 Presentation of the conversion tools proposed by FundsXML France.
Find a Driver For HP 7150 Series Printer in Windows 7, 8 and XP.
Advanced Computing Facility Introduction
What are the steps to install a Brother Printer without the CD.
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
DE2-115 Control Panel - Part I
GPRS Troubleshooting.
Lab 1: Using NIOS II processor for code execution on FPGA
Computer System Laboratory
How to install VisualWorks?
Chapter 2 Setup.
Setup Of 4050 EIP To Control LOGIX PLC
Roller Coaster Design Project
How to install hp deskjet 3050 all-in- one printer j610 driver.
Introduction to javadoc
Lab 1 Instructions By Yeong Choo and Sam Kanawati
USB Project (22nd July) Ian Coulter.
Automation and Robotics
BSc in Digital Media, PSUIC
Run Java file with Window cmd
Trailer Setup by Isaac Acks v1.0 11/17/2018.
Computer System Laboratory
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
Presentation transcript:

FOCOMM_CAMAC Setup and Usage Guide Andrew Wong, Larry Ruckman

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

Connectors Input – TTL Trigger in, connect trigger signal here Output – TTL out, sends signal when board is busy USB connector

External Trigger Settings 5V amplitude, 1 Hz

Downloading the software Head to Download: –Readout Program –Tester Program Save them to a location you can access at a terminal prompt –Used desktop for these examples

Extracting the files Standard – tar with command e(x)tract

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

(two windows are used from this point on since we will need to run two programs simultaneously)

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

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

External Trigger Data is sent when an external trigger is received via FOCOMM_test:

External Trigger (cont) When sending of data to board is finished, test program terminates

Readout program Meanwhile, readout program sees new data and reads it out:

Further Readings For more information about technical details: –FOCOMM documentation (on webpage) –Source code