forked from epics_driver_modules/motorBase
1bb6ca05c1
This reverts commit a3cd81031a.
16 lines
656 B
Plaintext
16 lines
656 B
Plaintext
file "$(TOP)/db/asyn_motor.db"
|
|
{
|
|
pattern
|
|
{P, M, DTYP, PORT, ADDR, DESC, EGU, DIR, VMAX, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC, DHLM, DLLM, INIT}
|
|
{IOC:, m1, "asynMotor", VMC_MOTOR, 0, "VMCMotor", mm, Pos, 15., 3., .05, .5, 0, 1.0, 2, .025, 5, 0, 0, ""}
|
|
{IOC:, m2, "asynMotor", SOFT_MOTOR, 0, "SoftMotor", mm, Pos, 15., 3., .05, .5, 0, 1.0, 2, .025, 5, 0, 0, ""}
|
|
}
|
|
|
|
file "$(TOP)/db/ScriptMotorReload.db"
|
|
{
|
|
pattern
|
|
{P, PORT}
|
|
{IOC:, SOFT_MOTOR}
|
|
{IOC:, VMC_MOTOR}
|
|
}
|