Releases: cescalara/minieuso_cpu
Releases · cescalara/minieuso_cpu
Fix bug in compound trigger interface
Merge pull request #65 from cescalara/add-self-periodic-trigger Fix bug in compound triggers
Add EUSO-TA trigger
New trigger can be run using e.g. mecontrol -zynq ta_trigger
Two light thresholds and ArduinoManager
Add two separate light thresholds for mode switching and change from AnalogManager to ArduinoManager for analog readouts.
Update FTP FW
Major changes since last release:
- Move FTP server to the Zynq PS and update data acquisition accordingly
- Remove the USB backup (keep feature in UsbManager class if needed later)
6.0.1
Add status checker
Main updates since previous release:
- Add in status checker, a background thread which runs status checks on the telnet connection, HV status and data acquisition status every 30s
- Power checks of the subsystems via the LVPS will be added at a later stage
L2 configuration, input parser checks and other bug fixes
Main changes since previous release:
- L2 configuration done through the standard config files
- InputParser updated to check for sensible command line inputs and exit on error
- Thermistor file is read out even if thermistors are not connected, giving a temperature of 99 on all sensors
- The Zynq and HV are now powered off when the instrument starts - the HV is then powered on before the Zynq
- Minor updates to the docs,
runsetup.sh
script andmecontrol -help
output in accordance with updates and bug fixes
Minor command line updates
Main changes:
- Add the
-hvswitch
flag to handle switching on/off of the HV without starting an automated acquisition (this replaces the-hvps
flag for readability) - Add the
-ver
flag to show the current version - Change the default Zynq mode to periodic so software will run even if no
-zynq
flag is provided - Update the documentation and
-help
output accordingly
Updates and thermistor bug fix
Major updates since previous release:
- Update multiplecam bash script to write error info to log
- Move data format files to root directory inside
minieuso_data_format/
for use with other software - Add a license
- Fix bug with thermistor acquisition not receiving switching signals
Fix bug in CpuFileTrailer writing
5.6.0 Update the software version and date