with a motor axis. To this purpose a new derived class SINQAxis and SINQController were added which other drivers using this feature can derive from. The proof of concept and test platform is the EL734 driver.
10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
epicsEnvSet("ARCH","linux-x86-debug")
|
|
epicsEnvSet("IOC","iocsinqEPICS")
|
|
epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp")
|
|
epicsEnvSet("SINQ","$(TOP)/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")
|