Some nanotec testing at BOA and Oxford temperature controllers

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.
This commit is contained in:
2015-09-04 09:55:49 +02:00
parent e224004969
commit 047b0d8c74
5 changed files with 100 additions and 0 deletions

View File

@ -27,6 +27,16 @@ NanotecCreateController("nano","serial1",3,"1,10,9");
dbLoadRecords("$(ASYN)/db/asynRecord.db","P=KM36:,R=serial1,PORT=serial1,ADDR=0,OMAX=80,IMAX=80")
#------------------------------------------------------------------------------
# DANGER DANGER DANGER
#
#If the gearing factor in the substitutions file is wrong, then the nanotec
# drives badly. Not really a surprise. Thus the following procedure is required:
#
# - After editing the gearing ratios in the substitutions file, drive each motor
# carefully for a small amount and check if it is driving the correct amount by
# eye.
#------------------------------------------------------------------------------
cd ${TOP}/iocBoot/${IOC}
dbLoadTemplate "motor.substitutions.nanotec"