From a96ddb317900e696d0f259c800565ddbccc7e6d6 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 23 Mar 2006 00:25:13 +0000 Subject: [PATCH] New file --- motorApp/Db/basic_asyn_motor.db | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 motorApp/Db/basic_asyn_motor.db diff --git a/motorApp/Db/basic_asyn_motor.db b/motorApp/Db/basic_asyn_motor.db new file mode 100644 index 00000000..c1146893 --- /dev/null +++ b/motorApp/Db/basic_asyn_motor.db @@ -0,0 +1,21 @@ +record(motor,"$(P)$(M)") +{ + field(DESC,"$(DESC)") + field(DTYP,"$(DTYP)") + field(DIR,"$(DIR)") + field(VELO,"$(VELO)") + field(VBAS,"$(VBAS)") + field(ACCL,"$(ACCL)") + field(BDST,"$(BDST)") + field(BVEL,"$(BVEL)") + field(BACC,"$(BACC)") + field(OUT,"@asyn($(PORT),$(ADDR))") + field(MRES,"$(MRES)") + field(PREC,"$(PREC)") + field(EGU,"$(EGU)") + field(DHLM,"$(DHLM)") + field(DLLM,"$(DLLM)") + field(INIT,"$(INIT)") + field(TWV,"1") +} +