-
Notifications
You must be signed in to change notification settings - Fork 0
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
Request for updating channel setting #5
Comments
I pushed my work on |
BECATRUE
added a commit
that referenced
this issue
Nov 27, 2024
I used `scss` instead of `css`, which is the advanced version of `css`. See also: #5
BECATRUE
added a commit
that referenced
this issue
Nov 27, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 27, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature you want to implement
It is one of the core features to start or stop the measurement, set the exposure time, and set the measurement period of each channel.
For this, I will implement the channel viewer, which is consisting of entries (viewers) to set the exposure time and the measurement period, lock handler, and measurement plot.
(The PID controller might be added to here, but it's a long way off😂)
In addition, the corresponding slices would be added to handle the exposure time and the measurement period, and to set them.
How the feature is implemented
UI
The container for channel viewers would be implemented as a
Flexbox
withsection
component.Accordingly, the channel viewer will be made as an
article
component.Slice
The
exposure
andperiod
would be added toChannelInfo
in the channel slice.Also, the corresponding asynchronous thunks will be implemented to request for updating them.
References
The text was updated successfully, but these errors were encountered: