Skip to content

Releases: AustralianSynchrotron/redpitaya-epics

Trigger Polling Interval and Digital Pins Bug Fixed

22 May 00:22
Compare
Choose a tag to compare
  • In st.cmd user now has to define the trigger polling interval. This way, we can free the CPU core running the data acquisition thread while waiting for the trigger. This is mainly important for when some time might pass between the arming and the trigger.
  • Fixed a bug where by setting the state of P digital pin, in the driver N digital pin with the same number was being set.

FPGA Reset on IOC Shutdown and Bug Fixes

01 Jul 22:33
Compare
Choose a tag to compare

Bugs fixed:

  • Burst configuration is now correctly applied to each channel
  • On IOC shutdown, FPGA is reset to its previous state and resources are released
  • Reset and release have been moved to the asyn shutdown hook from driver's destructor

Data acquisition and generation support

03 May 05:45
Compare
Choose a tag to compare
  • Added support for signal generation
  • Trigger source can now be changed while we're waiting for the trigger from the device
  • Renamed almost all PVs to make them shorter and consistent
  • Updated documentation

Data acquisition support

01 May 00:49
Compare
Choose a tag to compare

Support for fast data acquisition and analogue and digital in/outs.