setup ioc stuff
This commit is contained in:
27
PPMACMotor.template
Normal file
27
PPMACMotor.template
Normal file
@@ -0,0 +1,27 @@
|
||||
record(motor,"$(P):$(M)")
|
||||
{
|
||||
field(DESC,"$(DESC)")
|
||||
field(DTYP,"asynMotor")
|
||||
field(OUT,"@asyn($(PORT),$(ADDR))")
|
||||
field(DIR,"$(DIR)")
|
||||
field(VMAX,"$(VMAX)")
|
||||
field(VELO,"$(VELO)")
|
||||
field(JVEL,"$(JVEL)")
|
||||
field(HVEL,"$(HVEL)")
|
||||
field(ACCL,"$(ACCL)")
|
||||
field(JAR, "$(JAR)")
|
||||
field(MRES,"$(MRES)")
|
||||
field(PREC,"$(PREC)")
|
||||
field(EGU,"$(EGU)")
|
||||
field(DHLM,"$(DHLM)")
|
||||
field(DLLM,"$(DLLM)")
|
||||
}
|
||||
|
||||
record(asyn,"$(P):ASYN")
|
||||
{
|
||||
field(DTYP,"asynRecordDevice")
|
||||
field(PORT,"$(PORT)")
|
||||
field(ADDR,"0")
|
||||
field(OMAX,"100")
|
||||
field(IMAX,"100")
|
||||
}
|
||||
Reference in New Issue
Block a user