Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronous mode for DxlController #224

Open
jjehl opened this issue Jan 26, 2017 · 0 comments
Open

Synchronous mode for DxlController #224

jjehl opened this issue Jan 26, 2017 · 0 comments
Labels

Comments

@jjehl
Copy link
Contributor

jjehl commented Jan 26, 2017

I noticed a long time of response for motors when controling them with monitor and LightDxlController (in syncloop.py). The explanation is that if the synchronous variable is set to True for the DxlController, there is something wrong.

DxlController(io, motors, 10., True, 'get', 'present_voltage')

I guess the update is different between True and False. Is there someone who can explain what's the differences between the True or False for the synchronous parameter in the DxlController Class ?
@pierre-rouanet if you are around ?

@show0k show0k added the bug label Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants