DT5550W Readout Software
The DT5550W Readout Software is the Windows application to control the Nuclear Instruments DT5550W SiPM readout board and acquire data from it. It supports boards with PETIROC 2A or CITIROC ASICs, one board or several boards together.
With the software you can:
- configure the ASICs (thresholds, gains, shaping, trigger, hold delay, channel mask);
- switch the SiPM bias (HV) on and off, set the voltage and read back voltage, current and temperature, with optional temperature compensation;
- look at the data in real time: energy spectra (Low Gain and High Gain on CITIROC), hits per channel, analog monitor, ASIC monitor and a map of the detector (real-time and cumulative);
- scan a parameter (threshold S-curves, HV, gain, input DAC, delays) and plot the count rate of every channel;
- record the events to file for offline analysis;
- export spectra, hit maps, channel mapping and scan results.
Requirements
- A PC with Windows 10 or Windows 11, 64-bit
- A USB 3.0 port for each board
- Administrator rights to install the software
Installation
- Download the latest installer,
dt5550w-setup.exe, from the Nuclear Instruments download portal: https://downloads.nuclearinstruments.eu/packages/dt5550w-readout-software/ - Run the installer and follow the wizard. It installs any missing component the software needs:
- Microsoft .NET Framework 4.8;
- Microsoft Visual C++ 2022 runtime (64-bit).
- At the end of the installation, leave "Install DT5550X Drivers (FTDI D3XX)" checked the first time you install the software on a PC. This installs the USB 3.0 driver of the board. You can skip it when you update the software on a PC where the driver is already installed.
- Connect the board to a USB 3.0 port and switch it on.
The software is installed in C:\OpenHardware\DT5550W\ by default and is started from the Start menu:
DT5550W → DT5550W Readout.
To update, run the new installer: it replaces the previous version. Your configuration files are not removed.
Getting started
- Start DT5550W Readout.
- In the connection window select the connected board(s), the board type (Petiroc 2A or Citiroc) and the number of ASICs of your board. These must match the hardware.
- Load a configuration (File → Load Configuration) or adjust the parameters in the Settings tab. Save your configuration with File → Save Configuration to reuse it later.
- Switch on the SiPM bias with the HV button in the toolbar, if your detector needs it.
- Start the acquisition:
- Free Running (No Save) shows the data in real time without saving them;
- Run (Save event list) opens the Start Run window, where you choose the folder, the run number and the run information, and then records the events to file.
- Stop the acquisition with the stop button.
The status bar at the bottom shows run time, number of events, file size, free disk space and the board temperature.
Spectrum plots
In the energy spectrum tabs, tick the channels you want to display in the list on the left. With the mouse over the plot:
| Key | Action |
|---|---|
| Mouse drag | Zoom |
| A | Undo zoom |
| H / V / Z | Zoom horizontally / vertically / both |
| L | Toggle linear / logarithmic scale |
| O | Change the plot style (step, line, bars, points...) |
Data files
A recorded run produces two files in the folder chosen in the Start Run window:
<run>.data— the event list, in binary format;<run>.json— the run information entered in the Start Run window (run number, type, bias, notes, date and time).
Reading CITIROC data with Python
The installation includes a Python script that decodes the .data files recorded with CITIROC boards:
C:\OpenHardware\DT5550W\decode_script\citiroc_decode.pyIt requires Python 3 with the numpy and pandas packages:
pip install numpy pandasThe script provides the function read_citiroc_binfile(filename, verbose=False), which reads a file and
returns, for every event:
| Field | Content |
|---|---|
AsicID | ASIC that produced the event |
EventTimecode, EventTimecode_ns | Event timestamp (clock ticks and nanoseconds) |
RunEventTimecode, RunEventTimecode_ns | Timestamp from the start of the run (clock ticks and nanoseconds) |
EventCounter | Event counter |
chargeHG, chargeLG | High Gain and Low Gain charge of the 32 channels of the ASIC |
hit | Hit flag of the 32 channels |
TriggerID, ValidationID | Trigger and validation identifiers |
fake | Event flag |
Corrupted events are detected and removed; with verbose=True the script prints how many there were.
To use it in your own analysis, copy the script next to your code and import the function:
from citiroc_decode import read_citiroc_binfile
events = read_citiroc_binfile(r"C:\data\run_1.data", verbose=True)
print(events["chargeLG"][0]) # Low Gain charges of the first eventRunning the script directly decodes the example path written at the end of the file
(c:\temp\4.data): change that path to your own file before running it.
If something goes wrong
If the software stops with an unexpected error, it saves a crash report in:
%LOCALAPPDATA%\DT5550W\CrashLogs(paste this path in the Windows Explorer address bar). The error window lets you continue, quit or open that folder directly. When you contact Nuclear Instruments technical support, please attach the report file and describe what you were doing when the error occurred.
Release notes
The changes of each version are listed on the download portal, on the page of each version of the package.
DT5550W Readout Software
Configures the ASICs and the SiPM bias of one or more DT5550W boards over USB 3.0, acquires events and shows energy spectra, hit counts, real-time channel maps and parameter scans (threshold S-curves, gain, delays). Data are saved in binary, CSV or text format, with a Python decoder.
License:
You may also like
Trending Products
DT5571
High-performance waveform digitizer featuring 14-bit resolution and a 200 MS/s sampling rate on a single analog input.
DT5560SE
Compact, desktop-form-factor digitizer designed for laboratory development, prototyping, and system testing
R5560
High-density 128-channel digitizer with open FPGA architecture for large-scale physics experiments.
Trending Packages
DT5560 MCA Firmware
MCA firmware for Open Hardware digitizers with real-time energy acquisition and spectrum generation.
DT5215 Firmware Update
Builds the encrypted field upgrade package of the DT5215 FERS concentrator
Sci-Digitizer
Windows readout and analysis software for the Nuclear Instruments Open Hardware digitizers.
