EPICS asyn motor support for Qioptiq Fetura optics.
Please refer to the provided example IOC, qioptiqFeturaIOC, for specifics.
- Create serial asyn port:
drvAsynSerialPortConfigure("SERUSB0", "/dev/ttyUSB0", 0, 0, 0) - Configure Fetura+ to above asyn port:
FeturaPlusCreateController("QFETPLUS", "SERUSB0", 1, 100, 1000) - Load asynMotor DTYP motor record(s):
dbLoadTemplate("feturaplus.substitutions")
The FeturaPlusCreateController command follows the usual API (portName, asynPortName, numAxes, movingPollingRate, idlePollingRate).