I tested the nanotec a little at BOA. Not finished yet, especially the homing bit. I also added support for an Oxfolrd Mercury temperature controller. But this is not working because my simulation for the Mercury is a different version then the one the EPICS driver is for.
9 lines
439 B
Plaintext
9 lines
439 B
Plaintext
epicsEnvSet("ARCH","linux-x86-debug")
|
|
epicsEnvSet("IOC","iocsinqEPICS")
|
|
epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp")
|
|
epicsEnvSet("EPICS_BASE","/usr/local/epics")
|
|
epicsEnvSet("ASYN","/usr/local/epics/support/asyn-4-18")
|
|
epicsEnvSet("MOTOR","/usr/local/epics/support/motor-6-7")
|
|
epicsEnvSet("LAKESHORE336","/usr/local/epics/support/lakeshore336")
|
|
epicsEnvSet("OXINSTCRYOJET","/usr/local/epics/support/OxInstCryojet-2-18-3")
|