pypot icon indicating copy to clipboard operation
pypot copied to clipboard

Synchronous mode for DxlController

Open jjehl opened this issue 8 years ago • 0 comments

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 ?

jjehl avatar Jan 26 '17 13:01 jjehl