You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is one of key features of this project to manage measurement.
The features to be implemented are as follows.
Get measure. from WLM and update DB.
Send measure. to clients in real-time.
How the feature is implemented
Workflow for measurement
[Task handler]
Get the measurement info with the earliest deadline.
Switch to the target channel.
Read the measurement.
Push a new measurement info based on the period of the target channel.
Update the measurement DB.
Notify the measurement through the group of the target channel.
Start WLM with the first target channel
I will implement a new action type START in message queue, which is given with the first target channel and switch WLM to this channel.
In addition, the action type CLOSE will be renamed to STOP.
[Request handler]
Get the latest setting of the target channel.
Send the messages with its exposure time and period.
Send the START message with the channel.
Send the OPERATE message. (It is already implemented.)
This can setup WLM switch and exposure time safely, before the WLM is started.
Start measurement of a specific channel
[Request handler]
Get the latest setting of the target channel.
Send the messages with its exposure time and period.
Send the OPERATE message. (It is already implemented.)
The text was updated successfully, but these errors were encountered:
Feature you want to implement
It is one of key features of this project to manage measurement.
The features to be implemented are as follows.
How the feature is implemented
Workflow for measurement
[Task handler]
measurement
DB.Start WLM with the first target channel
I will implement a new action type
START
in message queue, which is given with the first target channel and switch WLM to this channel.In addition, the action type
CLOSE
will be renamed toSTOP
.[Request handler]
START
message with the channel.OPERATE
message. (It is already implemented.)This can setup WLM switch and exposure time safely, before the WLM is started.
Start measurement of a specific channel
[Request handler]
OPERATE
message. (It is already implemented.)The text was updated successfully, but these errors were encountered: