From 7bd504718f0dc4ea3d3ecc19b57ac3d5bd074ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Denis?= <jfdenis@cea.fr> Date: Mon, 19 Sep 2016 16:06:41 +0200 Subject: [PATCH] Created DB to simulate PS --- db/EMU_PS-SIM.template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 db/EMU_PS-SIM.template diff --git a/db/EMU_PS-SIM.template b/db/EMU_PS-SIM.template new file mode 100644 index 0000000..9053f8e --- /dev/null +++ b/db/EMU_PS-SIM.template @@ -0,0 +1,15 @@ +record(ao, "$(PREFIX):$(SIGNAL)-SP") +{ + field(FLNK, "$(PREFIX):$(SIGNAL)-RBV") + field(EGU, "kV") + field(DRVH, "10") + field(DRVL, "-10") + field(PREC, 2) +} + +record(ai, "$(PREFIX):$(SIGNAL)-RBV") +{ + field(INP, "$(PREFIX):$(SIGNAL)-SP") + field(EGU, "kV") + field(PREC, 2) +} -- GitLab