Skip to content

Commit

Permalink
Merge pull request #18 from tntakahashi/main
Browse files Browse the repository at this point in the history
update daq-webctl html (hide detailed state transition commands)
  • Loading branch information
Tomonori Takahashi authored Mar 19, 2023
2 parents 920d445 + 80d7b66 commit 1a7f14f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions share/controller/daq-webctl.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ <h2>State transition command</h2>
<h3>Idle &RightTriangle; Running</h3>
<p>
Idle &RightTriangle;
<!--
<input type="button" onclick="redis_publish('INIT DEVICE')" value="Init Device" data-toggle="tool=tip" title="changes state from Idle to Initialized">
&RightTriangle; Initializing Device &RightTriangle; Initialized &RightTriangle;
<input type="button" onclick="redis_publish('BIND')" value="Bind" data-toggle="tool-tip" title="changes state from Idle/Initialized to Bound">
&RightTriangle; Binding &RightTriangle; Bound &RightTriangle;
<input type="button" onclick="redis_publish('CONNECT')" value="Init Device and Socket" data-toggle="tool-tip" title="changes state from Idle/Initialized/Bound to DeviceReady">
&RightTriangle; Connecting &RightTriangle; Device Ready &RightTriangle;

<!--
-->

<input type="button" onclick="redis_publish('CONNECT')" value="Init Device and Connection" data-toggle="tool-tip" title="changes state from Idle/Initialized/Bound to DeviceReady">
Device Ready &RightTriangle;
-->

<input type="button" onclick="redis_publish('INIT TASK')" value="Init Task" data-toggle="tool-tip" title="changes state from Idle/Initialized/Bound/DeviceReady to Ready">
&RightTriangle; <!-- Initializing Task &RightTriangle; --> Ready &RightTriangle;
<input type="button" onclick="redis_publish('RUN')" value="Run" data-toggle="tool-tip" title="changes any state to Running">
Expand Down

0 comments on commit 1a7f14f

Please sign in to comment.