MSCB Page: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
{{Pagelinks}}
* [[Midas_documentation|Midas Documentation]]
* [[Feature_listing|Feature Listing]]
* [[Application_listing|Application Listing]]
* [[Online_Database|Online Database]]
</div>


= Links =
= Links =
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
{{mhttpdpages2|[[/MSCB ODB tree]]|[https://midas.psi.ch/mscb/  MSCB (MIDAS Slow Control Bus)]}}
* [[Mhttpd|mhttpd MIDAS web server]]
* [[Status Page]]
* [[ODB Page]]
* [[Programs Page]]
* [[Alarms Page]]
* [[MSCB Page]]
* [[History Page]]
* [[Custom Page]]
* [[/MSCB ODB tree]]
* [[odbedit]]
</div>


= Purpose =
= Purpose =
The purpose of a [[mhttpd]] MSCB Page is to visually present the devices in the MSCB (MIDAS Slow Control Bus) system and their variables.
The purpose of a [[mhttpd]] MSCB Page is to visually present the devices in the
[https://midas.psi.ch/mscb/  MSCB (MIDAS Slow Control Bus)] system and their variables.


= Access to the MSCB Page =
= Access to the MSCB Page =
The MSCB Page is displayed by clicking on the <span style="color: #444444; background-color: #CCCCCC; font-style:italic;
The MSCB Page is displayed by clicking on the {{Button|name=MSCB}}  button on the mhttpd [[Status Page]] or other mhttpd web page.  
font-size: 90; padding:0.25em;
 
padding-left: 0.5em;padding-right: 0.5em;border:1px solid #808080;border-radius: 5px;margin-bottom:1px;">MSCB</span> button on the mhttpd [[Status Page]] or other mhttpd web page. <br><br>
;Note
: If the MSCB button is not present on the Status Page, either
:* MIDAS has been built without MSCB support ([[#MIDAS with MSCB support|see below]]) or
:* it may have been [[Status Page#page-switch-buttons|suppressed]].
 
 
== MIDAS with MSCB support ==


In order to create the MSCB page, the flag
In order to create the MSCB page, the flag
; -DHAVE_MSCB
; -DHAVE_MSCB
must be present in the MIDAS Makefile  so that mhttpd is linked against ../mscb/mscb.c and has direct access to all mscb ethernet submasters (USB access is currently disabled on purpose there). The presence of the flag '''-DHAVE_MSCB''' will cause the MSCB button to appear on the [[Status Page]] by default, unless the menu buttons have been [[/Experiment ODB tree#Menu Buttons|customized]] to remove it.
must be present in the MIDAS Makefile  so that mhttpd is linked against ../mscb/mscb.c and has direct access to all mscb ethernet submasters (USB access is currently disabled on purpose there). See [[Compilation & Build]] for more information.
 
The presence of the flag '''-DHAVE_MSCB''' will cause the MSCB button to appear on the [[Status Page]] by default, unless the menu button has been [[Status Page#page-switch-buttons|suppressed]].
 
;Note
: The current MIDAS distribution contains a file <span style="color:#686868; font-weight:bold; font-style:italic ">../midas/examples/slowcont/mscb_fe.c</span> which contains example code of how to read some MSCB devices.
 


= Features of the MSCB page =
= Features of the MSCB page =
Line 44: Line 41:




[[Category:mhttpd]]
[[Category: MSCB]] [[Category:mhttpd Pages]] [[Category:Slow Control]]

Revision as of 14:17, 10 August 2015


Links


Purpose

The purpose of a mhttpd MSCB Page is to visually present the devices in the MSCB (MIDAS Slow Control Bus) system and their variables.

Access to the MSCB Page

The MSCB Page is displayed by clicking on the MSCB button on the mhttpd Status Page or other mhttpd web page.

Note
If the MSCB button is not present on the Status Page, either


MIDAS with MSCB support

In order to create the MSCB page, the flag

-DHAVE_MSCB

must be present in the MIDAS Makefile so that mhttpd is linked against ../mscb/mscb.c and has direct access to all mscb ethernet submasters (USB access is currently disabled on purpose there). See Compilation & Build for more information.

The presence of the flag -DHAVE_MSCB will cause the MSCB button to appear on the Status Page by default, unless the menu button has been suppressed.

Note
The current MIDAS distribution contains a file ../midas/examples/slowcont/mscb_fe.c which contains example code of how to read some MSCB devices.


Features of the MSCB page

Click thumbnail to enlarge

Figure 1: Example of a MSCB page

The MSCB page (see Figure 1) displays information from the /MSCB ODB tree. It obtains a list of all available submasters from the Submaster subtree.

The Rescan button will rescan the MSCB devices, the Reload button refreshes the page.