- Added a simple, basic, motor template.

This commit is contained in:
Ron Sluiter
2000-08-16 19:02:20 +00:00
parent a4ecf827c3
commit 4f774921a3
2 changed files with 23 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ include $(TOP)/config/CONFIG_APP
#----------------------------------------------------
# Add databases, templates, substitutions like this
#DB += motor.db
DB += motor.db
DB += basic_motor.db
#----------------------------------------------------
# Declare template files which do not show up in DB
+21
View File
@@ -0,0 +1,21 @@
grecord(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,"#C$(C) S$(S) @")
field(MRES,"$(MRES)")
field(PREC,"$(PREC)")
field(EGU,"$(EGU)")
field(DHLM,"$(DHLM)")
field(DLLM,"$(DLLM)")
field(INIT,"$(INIT)")
field(TWV,"1")
}