- 18 Aug, 2016 2 commits
-
-
Jose Tiago Macara Coutinho authored
-
Manuel Perez authored
Fixes #51: IcePAP axis state mix between greenlets/threads Tries to fix a possible state mix between two or more axis that are queried concurrently for the state (different greenlets or threads) Also minimizes dictionary copies when creating new `AxisState` objects. This seemed important since in a motion loop these objects might be created quite often. See merge request !185
-
- 16 Aug, 2016 2 commits
-
-
Jose Tiago Macara Coutinho authored
-
Jose Tiago Macara Coutinho authored
Fix bootstrap script positional parameter balance if no at ESRF See merge request !183
-
- 14 Aug, 2016 1 commit
-
-
Alejandro Homs Puron authored
-
- 12 Aug, 2016 16 commits
-
-
Jose Tiago Macara Coutinho authored
P201 trig modes Add basic synchronisation modes to CT2 devices: * IntTrigReadout, SoftTrigReadout, IntTrigSingle, IntTrigMulti See merge request !93
-
Jose Tiago Macara Coutinho authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
* Move members to BaseCT2Device, remove obsolete
-
bliss administrator authored
* Extend longer point_period in IntTrigReadout (instead of shorter exp.) * Async. start requires same hard stop source for all counters * Fixed SoftTrigReadout with async. latch (point_nb) compensation * Tests include IntTrigReadout, SoftTrigReadout, IntTrigSingle, IntTrigMulti
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
* Support single point acquisitions * Distinguish between IntTrigReadout and IntTrigSingle (period > expo.) * Change out_ct HardStartSrc to Soft. in last point (instead of disable) * Add DefOutConfig (chan 10, TTL), setup req. signal level * Remove point_nb_ct IRQs, acq_end is based on DMA and timer IRQs * Add hardware cleanup: disable/clear counters, FIFO and IRQs
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
bliss administrator authored
-
bliss administrator authored
-
bliss administrator authored
-
- 11 Aug, 2016 2 commits
-
-
Jose Tiago Macara Coutinho authored
adding: from bliss.common.utils import object_method This import was missing See merge request !181
-
domingue@lid269 authored
-
- 10 Aug, 2016 1 commit
-
-
Jose Tiago Macara Coutinho authored
remove mandatory .yml attributes (now default values);ramprate, dwell ... new im… …pl;pollramp Output new method See merge request !179
-
- 09 Aug, 2016 1 commit
-
-
domingue@lid269 authored
remove mandatory .yml attributes (now default values);ramprate, dwell ... new impl;pollramp Output new method
-
- 03 Aug, 2016 3 commits
-
-
Matias Guijarro authored
correct WRraw (str was missing); improve temp.py documentation See merge request !175
-
domingue@lid269 authored
-
domingue@lid269 authored
-
- 02 Aug, 2016 2 commits
-
-
Sebastien Petitdemange authored
channels.py: use ordered dictionary for channel values, to make sure Thanks Sebastien :) Channel updates are sent in same order as they are done now. See merge request !174
-
blissadm@id30_massif3 authored
channel updates are sent in same order
-
- 01 Aug, 2016 1 commit
-
-
Jose Tiago Macara Coutinho authored
Fix for issue #46 Always use lower case to find module from class name, otherwise `module` or `package` attributes can be used to specify a module name. As a corollary, the automatic capitalization to find camel case name from name with `_` (snake style) is removed. Fix #46. See merge request !169
-
- 27 Jul, 2016 4 commits
-
-
Matias Guijarro authored
add BlissOutput and BlissLoop classes (gene tango server) See merge request !173
-
domingue@lid269 authored
-
Matias Guijarro authored
modify mockup __init__ arguments See merge request !171
-
domingue@lid269 authored
-
- 25 Jul, 2016 5 commits
-
-
Cyril Guilloud authored
bliss tango: fixes #49: Tango bliss axis rename does not work This merge request fixes issue #49. See merge request !163
-
Sebastien Petitdemange authored
md2m: apply config on omega axis before doing axis init procedure Makes sure speed and acceleration are reset before starting homing procedure See merge request !167
-
blissadm@id30_massif3 authored
from class name, otherwise `module` or `package` attributes can be used to specify a module name. As a corollary, the automatic capitalization to find camel case name from name with `_` (snake style) is removed.
-
Jose Tiago Macara Coutinho authored
fixed `motor_settings` module import Fix issue #50 See merge request !168
-
blissadm@id30_massif3 authored
-