From 9c1bd015fe28f9fc34ba1b74188f64446590b521 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 26 Sep 2014 20:53:17 +0000 Subject: [PATCH] access-security --- xxxApp/Db/Security_Control.db | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 xxxApp/Db/Security_Control.db diff --git a/xxxApp/Db/Security_Control.db b/xxxApp/Db/Security_Control.db new file mode 100644 index 0000000..6a083db --- /dev/null +++ b/xxxApp/Db/Security_Control.db @@ -0,0 +1,26 @@ +grecord(bo,"$(P)RemoteAccess") { + field(DESC,"AS for Remote Hosts") + field(DTYP,"Soft Channel") + field(ZNAM,"Disabled") + field(ONAM,"Enabled") + field(ASG, "controlFields") + field(PINI, "YES") +} +grecord(bo,"$(P)LocalAccess") { + field(DESC,"AS for Local PCs") + field(DTYP,"Soft Channel") + field(ZNAM,"Disabled") + field(ONAM,"Enabled") + field(ASG, "controlFields") + # test nondefault value + field(DOL, "1") + field(PINI, "YES") +} +grecord(bo,"$(P)AS_OnOff") { + field(DESC,"Access Security On/Off") + field(DTYP,"Soft Channel") + field(ZNAM,"On") + field(ONAM,"Off") + field(ASG, "controlFields") + field(PINI, "YES") +} -- GitLab