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

Fast-clicked multi-line commands from DWC are executed out-of-order #23

Closed
wilriker opened this issue Jul 17, 2019 · 3 comments
Closed

Comments

@wilriker
Copy link
Contributor

wilriker commented Jul 17, 2019

DCS: 1.0.1.0
RRF: 70b8084b0d713001e5594d570107d854269562bc
DWC: 2.0.0RC7
DWS: 1.0.0.3

If you click e.g. a jog button in DWC faster than it takes for each click to execute fully it will happen that the associated codes are executed out of order. Since jog buttons switch temporarily to relative positions, move the head and switch back to absolute positions this can lead to the axis moving to absolute 10mm instead of increasing the current position by 10mm because one of the later move commands is executed before its corresponding relative-movements command.

@wilriker wilriker changed the title Fast multi-line commands from DWC are executed out-of-order Fast-clicked multi-line commands from DWC are executed out-of-order Jul 17, 2019
@chrishamm
Copy link
Contributor

Should be fixed in the latest DCS version 1.0.2.0.

@T3P3
Copy link
Contributor

T3P3 commented Jul 23, 2019

related to #39

@chrishamm
Copy link
Contributor

Fixed in DCS 1.0.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants