BNMR: Custom Status page: Difference between revisions
en>Suz mNo edit summary |
en>Suz mNo edit summary |
||
Line 74: | Line 74: | ||
<br> | <br> | ||
; Figure 4 Status lines from the BNQR Custom Status Page | ; Figure 4 Status lines from the BNQR Custom Status Page | ||
[[Image:Bnqr_status_lines.png | [[Image:Bnqr_status_lines.png]] | ||
<br clear=all> | <br clear=all> | ||
The first line shows the selected PPG Mode. This changes when the mode is changed by pressing one of the PPG Mode buttons. The run number is shown in | The first line shows the selected PPG Mode. This changes when the mode is changed by pressing one of the PPG Mode buttons. The run number (Table 2) is shown in different colours for a '''test''' or '''real''' run (see [[BNMR: Run numbering]]). | ||
{| border="0" cellpadding="2" cellspacing="2" style="border-collapse:collapse; color:black; background-color:white" | {| border="0" cellpadding="2" cellspacing="2" style="border-collapse:collapse; color:black; background-color:white" | ||
Line 106: | Line 106: | ||
|} | |} | ||
|} | |} | ||
The run state is shown ( | The run state is shown in different colours depending on the run state (Table 3). The time the run started is shown and, if running, the run duration, otherwise the time the run stopped. | ||
The next line shows the Status, which may show an information message. Below this is a line showing the directory of the saved files. Next are a number of boxes showing important settings. Most are provided with a checkbox so the user can change the values. | The next line shows the Status, which may show an information message. Below this is a line showing the directory of the saved files. | ||
Next are a number of boxes showing important settings (Table 4). Most are provided with a checkbox so the user can change the values from the custom status page. | |||
Line 131: | Line 133: | ||
|- | |- | ||
|} | |} | ||
;NOTE | |||
:When '''real''' data is being taken (i.e. the run mode is set to '''real''' ), this line should | |||
look similar to Figure 4, with Alarms Active, Helicity Check, Helicity Flip and Single/Dual Mode Switch Check all being enabled. | |||
=== Logging/Threshold/Helicity === | |||
=== Last Midas Message === | |||
== PPG Mode | ===Frontend Scalers=== | ||
=== Histogram Stats === | |||
=== Select PPG and Run Mode === | |||
This line on the Custom Status Page contains the PPG Mode change and Run Mode buttons (Figure 5). | |||
;Figure 5 PPG and Run Mode switch buttons | |||
[[Image:Bnqr_select_mode_line.png]] | [[Image:Bnqr_select_mode_line.png]] | ||
<br clear=all> | <br clear=all> | ||
These buttons are only visible when the run is stopped. The user selects the desired PPG Mode by pressing one of the PPG Mode buttons. The buttons will then be replaced by a message as in Figure 6. | |||
; Figure 6 PPG Mode changing | |||
[[Image:Bnmr_ppg_mode_changing.png]] | |||
[[Image: | |||
<br clear=all> | <br clear=all> | ||
After a short time, the PPG Mode will change to the selected mode and the PPG Mode buttons will reappear. The Custom Parameters page can be viewed by pressing the PPG Mode button again. | |||
The PPG Mode buttons are [[BNMR: Perlscripts#Customscripts|customscript buttons]] which call the perlscript [[BNMR: Perlscripts#change_mode.pl|change_mode.pl]]. The perlscript may take a few seconds to run, so a message is displayed to prevent the impatient user from clicking more buttons. | |||
This line also contains the '''Run Mode''' buttons <span style="font-size:80%">{{Button|name=TEST}}</span> and <span style="font-size:80%">{{Button|name=REAL}}</span>. The coloured (non-grey) button indicates whether the run mode is currently TEST or REAL. The buttons are only visible when the run is stopped. When running, they are replaced by <span style="font-size:80%">{{Button|name=TOGGLE}}</span> for Type 2 runs only. For Type 1 runs, they are replaced by a message. | |||
If the run type is REAL as in Figure 5, and the TEST button is pressed, a message will appear (Figure 7), then the run type will change to TEST (Figure 8). | |||
{| border="0" style="border-collapse:collapse; color:black; background-color:aliceblue" | |||
|+ | |||
! Figure 7 Run Mode is changing | |||
! style="color:white;background-color:white"|spacer | |||
! Figure 8 Run Mode has changed | |||
|- | |||
| [[Image:Bnmr_run_mode_changing1.png]]<br clear=all> | |||
| style="color:white;background-color:white"|spacer | |||
| [[Image:Bnmr_run_mode_changing.png]]<br clear=all> | |||
|} | |||
The PPG Mode buttons are [[BNMR: Perlscripts#Customscripts|customscript buttons]] which call the perlscripts [[BNMR: Perlscripts#real_run.pl|real_run.pl]] or [[BNMR: Perlscripts#test_run.pl|test_run.pl]] The perlscript may take a few seconds to run, so a message is displayed to prevent the impatient user from clicking more buttons. | |||
Revision as of 16:41, 29 November 2016
Links
Introduction
When the webserver is used to connect to a MIDAS experiment, the standard MIDAS Status page is shown, unless it has been replaced by a Custom Status page. This is the case for the bnmr and bnqr experiments. A custom page written specifically for the bnmr and bnqr experiments replaces the standard MIDAS Status page. It is called the Custom Status page.
Note that the MIDAS client mhttpd must be running for the webserver to be available. To connect to the Custom Status page, see Getting Started.
Custom Status Page
The custom status page allows users to enter experimental parameters easily, including changing Experimental Modes and run type. A Custom Parameter page accessed from the custom status page allows users to enter run parameters easily. The custom status page for bnmr and bnqr experiments is shown in Figures 1 and 2 respectively.
- Figure 1 BNMR Custom Status Page (Run Stopped)
- Figure 2 BNQR Custom Status Page (Run Stopped)
Features of the Custom Status Page
The Custom Status Page provides status information specific to the bnmr or bnqr experiments. The option of reverting to the MIDAS standard status page is provided via the ToggleStatusPage button.
Command and Page Buttons
Figure 3 Command and Page Buttons
In the middle of the top line on the Custom Status page are found the standard Menu buttons to stop and start runs or to display
different MIDAS pages. These standard buttons appear on most MIDAS pages (see MIDAS Status page for more information).
Below these buttons are buttons specific to the bnmr and bnqr experiment. Some are customscript buttons, that is, a script is run when the button is pressed. Others switch to a different custom page. The actions of these buttons are described in Table 1.
Button | Action |
---|---|
Autorun |
toggles Autoruns on or off |
rf_config | runs client rf_config to test the validity of the input parameters without actually starting a run |
ToggleStatusPage | runs a perlscript causing the status page to revert to the standard Midas Status Page. After pressing this button, a popup window with a message "Now refresh page" will appear. After refreshing the page, the MIDAS status page will appear. From this page, the CustomStatus page can be reached by clicking on the custom button CustomStatus button. This will show the Custom status page as a regular Custom page. A message can be seen at the top of the custom page in this case "Using alias link "CustomStatus&" from Midas Main Status Page". To revert to running this page as the Custom Status Page, press the button once more and refresh the page. |
RunParams | gives access to the Custom Parameter page. |
ShowWindows |
button displays the help information on displaying the frontend and other client consoles. |
Page Update Information
The page update information is also visible in Figure 1. The custom status page updates completely with a full page reload every minute. In between, it updates the information using innerHTML. This is called a partial reload. The time between partial reloads can be set by the user by clicking on the link "Page update 10 sec (min 5s)" (Figure 1). This minimum time is 5s. The ODB data is read each time a partial reload is done. The times of the last ODB data read, last full reload etc are also shown in Figure 1. A countdown to the next full reload is also visible.
Status Line
The Status lines on the Custom Status Page show the status of the run and some of the important settings (Figure 4).
- Figure 4 Status lines from the BNQR Custom Status Page
File:Bnqr status lines.png
The first line shows the selected PPG Mode. This changes when the mode is changed by pressing one of the PPG Mode buttons. The run number (Table 2) is shown in different colours for a test or real run (see BNMR: Run numbering).
Table 2: Run number | spacer | Table 3: Run State | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
spacer |
|
The run state is shown in different colours depending on the run state (Table 3). The time the run started is shown and, if running, the run duration, otherwise the time the run stopped. The next line shows the Status, which may show an information message. Below this is a line showing the directory of the saved files.
Next are a number of boxes showing important settings (Table 4). Most are provided with a checkbox so the user can change the values from the custom status page.
- Table 4 Status values
Parameter TRUE | Parameter FALSE | Checkbox |
---|---|---|
Single channel mode | Dual channel mode | yes |
Alarms Active | Alarms Active | yes |
Helicity Check | Helicty Check | yes |
Helicity Flip | Helicity Flip | no |
Single/Dual Mode Switch Check |
Single/Dual Mode Switch Check |
yes |
- NOTE
- When real data is being taken (i.e. the run mode is set to real ), this line should
look similar to Figure 4, with Alarms Active, Helicity Check, Helicity Flip and Single/Dual Mode Switch Check all being enabled.
Logging/Threshold/Helicity
Last Midas Message
Frontend Scalers
Histogram Stats
Select PPG and Run Mode
This line on the Custom Status Page contains the PPG Mode change and Run Mode buttons (Figure 5).
- Figure 5 PPG and Run Mode switch buttons
File:Bnqr select mode line.png
These buttons are only visible when the run is stopped. The user selects the desired PPG Mode by pressing one of the PPG Mode buttons. The buttons will then be replaced by a message as in Figure 6.
- Figure 6 PPG Mode changing
File:Bnmr ppg mode changing.png
After a short time, the PPG Mode will change to the selected mode and the PPG Mode buttons will reappear. The Custom Parameters page can be viewed by pressing the PPG Mode button again.
The PPG Mode buttons are customscript buttons which call the perlscript change_mode.pl. The perlscript may take a few seconds to run, so a message is displayed to prevent the impatient user from clicking more buttons.
This line also contains the Run Mode buttons
TEST and
REAL. The coloured (non-grey) button indicates whether the run mode is currently TEST or REAL. The buttons are only visible when the run is stopped. When running, they are replaced by
TOGGLE for Type 2 runs only. For Type 1 runs, they are replaced by a message.
If the run type is REAL as in Figure 5, and the TEST button is pressed, a message will appear (Figure 7), then the run type will change to TEST (Figure 8).
Figure 7 Run Mode is changing | spacer | Figure 8 Run Mode has changed |
---|---|---|
File:Bnmr run mode changing1.png |
spacer | File:Bnmr run mode changing.png |
The PPG Mode buttons are customscript buttons which call the perlscripts real_run.pl or test_run.pl The perlscript may take a few seconds to run, so a message is displayed to prevent the impatient user from clicking more buttons.
Programming Information
See Custom Pages.