Files
PBSwissMX/PPMACMotor.template
Thierry Zamofing 789224b83d towards recabeling and reconfiguring all Powerbricks and Smaracts devices
Here all IOCs were started without any hardware.
So in the next steps the hardware must be tested.
2017-12-21 15:04:23 +01:00

19 lines
395 B
Plaintext

record(motor,"$(P):$(M)")
{
field(DESC,"$(DESC)")
field(DTYP,"asynMotor")
field(OUT, "@asyn($(PORT),$(ADDR))")
field(DIR, $(DIR))
field(VELO,$(VELO))
field(JVEL,$(VELO))
field(HVEL,$(HVEL))
field(ACCL,.1)
field(JAR, 20)
field(MRES,$(MRES))
field(PREC,$(PREC))
field(EGU, $(EGU))
field(DHLM,$(DHLM))
field(DLLM,$(DLLM))
field(RTRY,0)
}