BNMR: Custom Expert page: Difference between revisions
Jump to navigation
Jump to search
(Created page with "TODO") |
No edit summary |
||
Line 1: | Line 1: | ||
{{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|frame|Figure 1:Expert custom page]] | |||
[[Category:BNMR]] [[Category:Webserver]] |
Revision as of 16:45, 26 April 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