BNMR: Custom Expert page: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
(Created page with "TODO")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
TODO
{{Pagelinks}}
== Links ==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* [[BNMR: Custom pages|BNMR/BNQR Custom pages]]
* [[BNMR: Custom Status page|Custom Status page]]
* [[BNMR: Custom Settings page|Custom Settings page]]
* [[BNMR: Custom Logging page|Custom Logging page]]
* [[BNMR: Custom Modes page|Custom Modes page]]
* [[BNMR: Custom Expert page|Custom Expert page]]
</div>
 
== Introduction ==
The expert page allows the user to:
* change which experimental mode is being used without loading the most recently-used settings (resetting them to the defaults)
* delete saved settings from disk
* access pages that are provided by the core cycling framework but aren't linked from the sidebar (lower-level pages that don't need to be accessed often or are made redundant by the [[BNMR: Custom Settings page|Custom Settings page]])
 
Settings are editable while a run is stopped, and may not be edited while a run is in progress.
 
== Implementation ==
 
The page uses [https://daq00.triumf.ca/MidasWiki/index.php/Mjsonrpc Midas JRPC] calls to talk to:
* the <code>mode_changer.py</code> program for changing modes and deleting saved settings from disk
 
== Example screenshot ==
 
[[Image:Custom_expert.png|left|thumb|800px|Figure 1:Expert custom page]]
 
 
[[Category:BNMR]] [[Category:Webserver]]

Latest revision as of 11:50, 2 May 2022

Links

Introduction

The expert page allows the user to:

  • change which experimental mode is being used without loading the most recently-used settings (resetting them to the defaults)
  • delete saved settings from disk
  • access pages that are provided by the core cycling framework but aren't linked from the sidebar (lower-level pages that don't need to be accessed often or are made redundant by the Custom Settings page)

Settings are editable while a run is stopped, and may not be edited while a run is in progress.

Implementation

The page uses Midas JRPC calls to talk to:

  • the mode_changer.py program for changing modes and deleting saved settings from disk

Example screenshot

Figure 1:Expert custom page