- 21 May, 2021 6 commits
-
-
* GCS comm fixes: - no param queries - case of replies (0X vs 0x) * 753 fixes: - get_voltage() - _get_pos() - get_hw_info()
-
-
-
-
-
-
- 21 Dec, 2020 1 commit
-
-
Valentin Valls authored
-
- 07 Dec, 2020 1 commit
-
-
Sebastien Petitdemange authored
-
- 25 Nov, 2020 1 commit
-
-
Wout De Nolf authored
-
- 19 Aug, 2020 1 commit
-
-
Cyril Guilloud authored
-
- 06 Mar, 2020 1 commit
-
-
Piergiorgio Pancino authored
* implement %-arguments on log_* bliss functions for lazy eval purpose * conversion of existent code
-
- 01 Mar, 2020 1 commit
-
-
Benoit Formet authored
-
- 12 Feb, 2020 1 commit
-
-
*for axis / counter / encoder *for PI E753 - comm - get_axis_info()
-
- 29 Jan, 2020 1 commit
-
-
Cyril Guilloud authored
+ get_voltage + get_output_voltage + __info__()
-
- 21 Aug, 2019 1 commit
-
-
Cyril Guilloud authored
-
- 20 Aug, 2019 1 commit
-
-
In order to make it nicer for users, the global objects are initialized in bliss/__init__.py ; leaking module-level globals from imports are made 'private' with '_' (do not show) The logging_startup function is moved from logtools to __init__.py as well. Aliases refactoring: * removed AliasMixin class * removed 'alias_or_fullname, alias_or_name properties - code explicitely ask for name, fullname or alias instead * only objects found in env dict can be aliased, or counters - the CounterWrapper object is a proxy that evaluates to the corresponding counter at runtime, in order to make sure the alias is always in sync with the counter. The proxy code is a modified version of the proxy from the 'wrapt' project, from 'lazy-object-proxy' (PyPI) * added set() and remove()
-
- 05 Jul, 2019 1 commit
-
-
Piergiorgio Pancino authored
* some bugfixes
-
- 07 Jun, 2019 1 commit
-
-
Matias Guijarro authored
common/log.py: remove old file
-
- 23 Apr, 2019 1 commit
-
-
Cyril Guilloud authored
all of them are now: # Copyright (c) 2015-2019 Beamline Control Unit, ESRF + blackified ct2 files.
-
- 08 Feb, 2019 2 commits
-
-
-
$ 2to3 -w . $ 2to3 -w bin/* $ black bin/*
-
- 18 Sep, 2018 1 commit
-
-
Sebastien Petitdemange authored
By default for any motor controller, **velocity** and **acceleration** must be in the configuration file (.yml). But some controller can't read/set **acceleration** or **velocity**. In that case each controller must unset explicitly this config mandatory flag.
-
- 21 Aug, 2018 1 commit
-
-
Vincent Michel authored
-
- 09 Mar, 2018 1 commit
-
-
Cyril Guilloud authored
self._target_pos bug: replaced by motion.target_pos to get value per axis and no more per controller...
-
- 11 Dec, 2017 1 commit
-
-
Matias Guijarro authored
To be compliant with Python standard and the way BLISS looks for modules.
-
- 17 Jul, 2017 1 commit
-
-
Sebastien Petitdemange authored
Modify all motors controller to be compatible with the creator signature.
-
- 15 May, 2017 1 commit
-
-
- add support for new communication configuration - add deprecation warning if using original configuration
-
- 13 Jun, 2016 1 commit
-
-
Jose Tiago Macara Coutinho authored
-
- 25 May, 2016 1 commit
-
-
Cyril Guilloud authored
-
- 24 May, 2016 1 commit
-
-
Cyril Guilloud authored
These decorator are generic and not linked to "axis" objects. --> no more add_axis_method function +tests :)
-
- 03 May, 2016 5 commits
-
-
Cyril Guilloud authored
-
Cyril Guilloud authored
-
Cyril Guilloud authored
+ custom commands closed_loop fix raw_* +firmware inof + ON target window in get_info +error in get_info
-
Cyril Guilloud authored
-
Cyril Guilloud authored
-
- 25 Apr, 2016 1 commit
-
-
Cyril Guilloud authored
+ custom commands closed_loop fix raw_* +firmware inof + ON target window in get_info +error in get_info
-
- 10 Feb, 2016 1 commit
-
-
Matias Guijarro authored
-
- 09 Feb, 2016 1 commit
-
-
blissadm authored
Also, one needs to be able to set the gain in the controller. Again, because the sensor works the other way round with the Z-table.
-
- 24 Aug, 2015 1 commit
-
-
cyril@lid16na1 authored
no acceleration management for PIs +set_ ON / OFF
-
- 23 Jun, 2015 1 commit
-
-
zorro@lid269 authored
-