In these notes replace [MIDASBASE] with the base of your software installation (default is /MIDAS)
# Install CAEN USB/PCI VME Bridge plugin
package require CAENVx718
For VME processors (such as the MVME5500) direct access is possible between the processor and the VME backplane.
# Install direct VME access plugin
package require VMEAccess
One of these two options is required.
# Install VME access service
package require VMEAccessServer
There are a number of configuration options. The following shows examples of these. Replace MYEXPERIMENT by something of your choice.
# Install VME access service
namespace eval VMEConfig {
variable ConfigBase
set ConfigBase [file join $env(MIDASBASE) config TclHttpd MYEXPERIMENT]
variable ModuleMenu
set ModuleMenu {CAEN_V1724 CAEN_V785 CAEN_V560 SAC}
variable NumModules
set NumModules 0
}
package require VMEAccessServer
upvar #0 VMEAccessServer_DBRootName RootName
upvar #0 VMEAccessServer_DBNodeBase NodeBase
set RootName EXPERIMENTS/MYEXPERIMENT
set NodeBase 2011
Setting DataBaseRoot [file join $env(MIDASBASE) DB]
package require DataBaseAccessServer
V Pucknell; STFC; Daresbury Lab updated 28 Nov 2011