...
Test Stand Instructions (B084/Lab 2)
If only one Bergoz device is connected:
To start the vioc on the default tty device (/dev/ttyACM0):
ssh laci@cpu-b084-hp03
cd $EPICS_IOC_TOP/users/caf/modules/BergozBCM-RF-asyn/R1-0-0/startup/iocBergozBCMTest
./st.cmd
Alternatively, if multiple Bergoz devices are connected:
To start the vioc on a specified tty device (e.g., /dev/ttyACM1):
ssh laci@cpu-b084-hp03
cd $EPICS_IOC_TOP/users/caf/modules/BergozBCM-RF-asyn/R1-0-0/startup/iocBergozBCMTest
BERGOZ_TTY=/dev/ttyACM1 ./st.cmd
In a seperate separate terminal, follow the following commands to open the user display:
...