English | 简体中文
We recommend users to download a stable version
Stable Version Version:2018.05.27
Download the latest version, please click: PKUXIADAQ stable
Web page manual, please click: english 简体中文
- markdown version manual: README/
- Offline web version manual: docs/
- pdf version manual: README_en.pdf README_ch.pdf
Download the latest version: PKUXIADAQ
- Have any comments or suggestions for this project(function addition or improvement), please send an email to Hongyi Wu([email protected]).
- We will improve the Chinese/English manuals of the software as soon as possible. Currently, we mainly use the software to explain the use of the software.
This manual applies only to XIA LLC Pixie-16
- This program is developed by the group of experimental nuclear physics of Peking University.
- The earliest graphical interface development of this program is based on NSCL DDAS Nscope(http://docs.nscl.msu.edu/daq/newsite/ddas-1.1/nscope.html).
- Thanks to Hui Tan's(XIA LLC) support for our development.
Technical adviser:
- Zhihuan Li 李智焕
- Hui Tan 谭辉(XIA LLC)
- Wolfgang Hennig(XIA LLC)
Software Developer:
- 2015 - 2016
- Jing Li 李晶([email protected])
- 2016 - now
- Hongyi Wu 吴鸿毅([email protected])
Principal author of the instruction:
- Diwen Luo 罗迪雯
- Hongyi Wu 吴鸿毅
- Xiang Wang 王翔
The development of this program is supported by the following:
- XIA LLC
- Institute of Modern Physics, Chinese Academy of Sciences(IMP)
- China Institute of Atomic Energy(CIAE)
- The University of Hong Kong(HKU)
- Shandong University, Weihai(SDU)
- ...
This program is applicable to XIA Pixie16 module, supports 100/250/500 MHz(specifically, the model can be found in File->About in the graphics software), and supports up to 8 chassis synchronous operation, that is, 1600+ signals are simultaneously collected. This package requires the CERN ROOT6. Requires a 1920x1080 and above resolution display.
The program is designed to be compatible with the 100/250/500 MHz modules. Simply add the firmware location of the corresponding sample rate modules to cfgPixie16.txt. The program can automatically identify the modules type and load the corresponding firmware. Currently we only have a 100/250 MHz 14 bit modules, so this type of modules can be run by default. To support other types, please contact XIA LLC to obtain the corresponding firmware or contact Hongyi Wu([email protected]).
The following files/folders are included in the user's use package:
- Decode(Convert raw binary data to ROOT file)
- docs(Web page manual)
- firmware
- firmware/firmware.md(History of firmware)
- GUI
- MakeEvent(event builder,optional)
- NOGUI(Non-graphics software. New version upgrade, temporarily unavailable)
- OnlineStattics(Online monitoring program)
- parset(parameter setting file)
- PlxSdk.tar.gz(Plx9054 driver)
- README(markdown version manual)
- README.md(home page introduction)
- README.pdf(pdf version manual)
- software(unofficial standards pixie16 driver API, have been revised by Hongyi Wu)
- TestTool(Developer testing tool, users don't need)
- The main control interface developed based on the ROOT GUI is highly complex and difficult for users to modify now. Users do not easy to develop their own version based on this program.
- We are also developing a web control for online/offline analysis:
- ZeroMQ
- FastCGI
- JSROOT
- web
- ...