- 03 Jul, 2017 2 commits
-
-
-
Actually musst card produce signed data
-
- 12 Jun, 2017 2 commits
-
-
- 09 Jun, 2017 3 commits
-
-
It's better to wait the end of all stop command. Previously exit the joinall at the first exception seen.
-
-
-
- 08 Jun, 2017 1 commit
-
-
- 07 Jun, 2017 5 commits
-
-
-
-
-
-
Fixing a problem on some controller which has a closed loop... Time to time at the end of the movement, it send READY then MOVING because it reactivate the closed loop. So if no luck axis read MOVING and stay in this state forever.
-
- 06 Jun, 2017 15 commits
-
-
Sebastien Petitdemange authored
Actually the last state was never send because _hw_control was False
-
Sebastien Petitdemange authored
why do we need to have complex task decorator?
-
Sebastien Petitdemange authored
wait motion in parallel, because if an exception occurred in one of the axis re-raise the exception immediately (don't wait other axis)
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
return the move task status
-
Sebastien Petitdemange authored
modify a little but the wait_move to be atomic.
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
The communication is now managed with bliss tcp in function _command and _askcommand in file system.py changed also to default logging python module
-
Sebastien Petitdemange authored
-
Matias Guijarro authored
Tcp command fixes Closes #90 See merge request !391
-
Matias Guijarro authored
Motion fixes See merge request !392
-
Sebastien Petitdemange authored
Some exception was hidden because of the wait in sequence.
-
Sebastien Petitdemange authored
Previously, standard movement only managed KeyboardInterrupt exception. This was wrong because the task is killed with an Greenlet exit.
-
- 02 Jun, 2017 3 commits
-
-
Sebastien Petitdemange authored
close issue #90
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
- 31 May, 2017 6 commits
-
-
Sebastien Petitdemange authored
avoid call to redis when testing if object is a MeasurementGroup instance See merge request !388
-
blissadm@id30_massif3 authored
-
Sebastien Petitdemange authored
Fixes See merge request !387
-
blissadm@id30_massif3 authored
-
blissadm@id30_massif3 authored
-
blissadm@id30_massif3 authored
-
- 23 May, 2017 3 commits
-
-
Sebastien Petitdemange authored
New `check_encoder` config parameter for Axis object See merge request !386
-
Sebastien Petitdemange authored
Fix issue 72 Closes #72 See merge request !385
-
Matias Guijarro authored
set to False. When set to True, if an encoder is present, at the end of motion it is doing encoder reading to compare controller position with encoder position - an exception is raised if the two positions are not within the tolerance
-