Files
ponsin_h 69f61cd816
CI / build-and-test (push) Successful in 44s
typo
2026-06-11 09:41:55 +02:00

21 lines
439 B
Bash
Executable File

#!/bin/bash
#an example of how to start these epic drivers
## The device name that will appeard on epics
export DEVICE_NAME="ePowerSwitch"
# The number of outlets that the device has
# These drivers only support 4 or 8 outlets
export EPOWERSWITCH_SOCKET_NUMBER=8
# The hostname and port of the ePowerSwitch device
export HOST_NAME="localhost"
export HOST_PORT="55555"
/usr/local/bin/procServ -L - -f -i ^D^C 20001 "${PWD}/st.cmd"