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

Update FmcLinkController port voltage algorithm #65

Merged
merged 1 commit into from
Mar 31, 2024
Merged

Conversation

glopesdev
Copy link
Collaborator

@glopesdev glopesdev commented Mar 27, 2024

  • Expose more parameters of its operation
  • Final link check after setting offset voltage
  • From testing it was found that headstage-64 needs a very large amount of time to reach an acceptable voltage level to be considered off (nearly 10 seconds)
  • A new virtual SetPortVoltage method was introduced in the base link controller to allow headstages to change the procedure depending on its needs. In the case of headstage-64, a two-step procedure with a long wait time after turning port voltage off, and a very large offset voltage applied after lock.

Fixes #64

- Expose more parameters of its operation
- Final link check after setting offset voltage
- From testing it was found that headstage-64 needs a very large
amount of time to reach an acceptable votlage level to be considered off
(nearly 10 seconds)
- A new virtual SetPortVoltage method was introduced in the base link
controller to allow headstages to change the procedure depending on its
needs. In the case of headstage-64, a two-step procedure with a long
wait time after turning port voltage off, and a very large offset
voltage applied after lock.
@glopesdev glopesdev added feature New planned feature fix Pull request that fixes an issue labels Mar 27, 2024
@glopesdev glopesdev added this to the 0.1.0 milestone Mar 27, 2024
@glopesdev glopesdev requested review from jonnew and aacuevas March 27, 2024 22:46
@jonnew
Copy link
Member

jonnew commented Mar 28, 2024

As I said on discord, this looks like a good solution to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port voltage tuning algorithm limitations
2 participants