GtReceiver + GEBSort: Difference between revisions

From HELIOS Digital DAQ
Jump to navigation Jump to search
m (Ttang moved page GtReceiver to GtReceiver + GEBSort)
No edit summary
Line 1: Line 1:
= Introduction =
To get the data from the digitizer, we need the program "gtReceiver".
To decode the raw data, we need GEBSort.
The version of the firmware of the digitizer, the gtReceiver, and the GEBSort have to be matched to properly extract the data.
= gtReceiver =
gtReceiver is a C program that connect the IOC and retrieving the data from VME.
gtReceiver is a C program that connect the IOC and retrieving the data from VME.


Line 6: Line 16:


There is server port 9001. should be working fine.
There is server port 9001. should be working fine.
= GEBSort =

Revision as of 20:51, December 2, 2020

Introduction

To get the data from the digitizer, we need the program "gtReceiver".

To decode the raw data, we need GEBSort.

The version of the firmware of the digitizer, the gtReceiver, and the GEBSort have to be matched to properly extract the data.

gtReceiver

gtReceiver is a C program that connect the IOC and retrieving the data from VME.

in HELIOS DAQ, the folder ~/gtReceiver_digios stored the source code.

The source code should be working fine. (tested for music daq 2020-11-19).

There is server port 9001. should be working fine.

GEBSort