Equipment Page

From MidasWiki
Revision as of 15:05, 11 October 2023 by Bsmith (talk | contribs) (Created page with "{{Pagelinks}} = Links = {{mhttpdpages}} = Purpose = The purpose of the mhttpd equipment pages is to allow the user to view any Variables related to an equipment. = Acc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Links


Purpose

The purpose of the mhttpd equipment pages is to allow the user to view any Variables related to an equipment.

Access the equipment page

The main Status Page contains a list of all the equipment in an experiment (with each equipment being defined by a frontend). The name of each equipment on that page is a link to the relevant equipment page.

Configuring the equipment page

There are several ODB keys that can be defined in /Equipment/<equip_name>/ that affect the behaviour of this webpage. See the Equipment ODB tree documentation for full details, but in brief:

  • "/Equipment/<equip_name>/Variables/" contains the Variables to show on this page (and to record in the history system).
  • "/Equipment/<equip_name>/Settings/Names" or "/Equipment/<equip_name>/Settings/Names <variable>" contains the name of each element in the Variables arrays (e.g. channel names if recording the current of multiple channels).
  • "/Equipment/<equip_name>/Settings/Unit <variable>" contains the units in which a variable is measured.
  • "/Equipment/<equip_name>/Settings/Editable" contains a comma-separated list of variables that can be edited on the Equipment page.

All the settings are optional, and must be created by the user if desired.

Example configuration and display

Click to enlarge each image...