Remove epicsThreadSleepQuantum restriction on positioner, readback, and detector delays#38
Open
MarkRivers wants to merge 1 commit into
Open
Remove epicsThreadSleepQuantum restriction on positioner, readback, and detector delays#38MarkRivers wants to merge 1 commit into
MarkRivers wants to merge 1 commit into
Conversation
…teger value of epicsThreadQuantum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sscan record currently does not permit position, readback, or detector delays (settling times) less than epicsThreadSleepQuantum. This makes sense for vxWorks, but not for Linux or Windows where epicsThreadSleepQuantum is actually meaningless.
With this change I was able to use a detector setting time of .001 seconds and collect 1000 points/s with the sscan record.
Note that requesting delays less than epicsThreadSleepQuantum/2 will only work correctly with base 7.0.10 or later. On earlier version of base the timer will expire immediately for delays shorter than epicsThreadSleepQuantum/2.