2026-04-30 16:42:45 +02:00
2026-04-30 15:46:07 +02:00
bug
2026-04-30 16:29:08 +02:00
2026-04-28 08:20:38 +02:00
2026-04-28 08:20:38 +02:00
2026-04-30 15:46:07 +02:00

ePowerSwitch Midas Frontend

Midas frontend that wraps an EPICS ePowerSocket drivers

List of compatible EPICS driver

https://gitea.psi.ch/lin-epics-modules/ePowerSwitch/src/branch/master/README.md

How to use

Clone & Compile

Clone the frontend code

$ git clone --recurse-submodules -j8 <URL> 
$ cd ./ePowerSwitch_frontend

Compile it

$ mkdir build
$ cmake -B build
$ cmake --build build

Run

Start it with default name

$ $PWD/build/ePowerSwitchFront

Start it with specified frontend name and default equipment name

$ $PWD/build/ePowerSwitchFront <frontendName>

Start it with specified frontend name and equipment name

$ $PWD/build/ePowerSwitchFront <frontendName> <equipmentName>

Features

Controls

The frontend exposes for each socket two ODB keys:

Socket n requested => indicates the requested state for the socket number n
Socket n current   => indicates the current state of the socket number 

There are 3 state currently supported:

  • On
  • Off
  • Restart

Dynamic grow / shrink

This frontend will detect the number of sockets that EPICS declares. It will adapt accordingly. This feature also works at runtime.

  • By default, all new sockets' states will be assigned to "Off"
S
Description
No description provided
Readme
6.3 MiB
Languages
C++ 84%
CMake 15%
C 1%