export ALARMHANDLER=<path to your alarmhandler config.alhConfig>
GROUP NULL xxxGroup
INCLUDE xxxGroup zzz.alhConfig
GROUP NULL test
GROUP test test1
CHANNEL test1 beck:mySawTooth
$ALIAS aliasing keyword
$GUIDANCE
this is not a helpful hint
$END
$STATCOMMAND HIGH medm -x xxx.adl
$> . epics
st.cmd
...
drvAsynIPPortConfigure ("ps002" ,"hadpszzz.gsi.de:xxyy") ; where xxy is the port number
...
.db files
field (OUT, "@Agilent.proto debug ps002 ")
field (DTYP, "stream")
Agilent.proto
: #
# Agilent.proto (stream device protocol file)
#
# Genesys/Agilent/Lambda DC Power Supply
# Connect a stringout record to this to get
# a generic command interface.
# After processing finishes, the record contains the reply.
debug {
ExtraInput = Ignore;
out "%s"; in "%39c"}
st.cmd
...
epicsEnvSet ("STREAM_PROTOCOL_PATH","...some path...")
...