source: pvMail/src/pyEpics/test.db @ 655

Last change on this file since 655 was 655, checked in by jemian, 14 years ago

CLI version is ready for regular testing, GUI version not started

  • Property svn:keywords set to Author Date Id Rev Url
File size: 616 bytes
Line 
1########### SVN repository information ###################
2# $Date: 2011-11-25 20:54:42 +0000 (Fri, 25 Nov 2011) $
3# $Author: jemian $
4# $Revision: 655 $
5# $URL$
6# $Id: test.db 655 2011-11-25 20:54:42Z jemian $
7########### SVN repository information ###################
8
9# EPICS database to use while testing and developing pvMail.py code
10
11#  /APSshare/epics/base-3.14.12.1/bin/linux-x86-el5-debug/softIoc -d test.db
12#
13#  IOC:     softIoc -d test.db
14#  client:  camonitor pvMail:{trigger,message}
15
16record(bo, "pvMail:trigger")
17{
18        field(DESC, "trigger PV")
19        field(ZNAM, "off")
20        field(ONAM, "on")
21}
22record(stringout, "pvMail:message")
23{
24        field(DESC, "message to be sent by email")
25        field(VAL,  "pvMail default message")
26}
Note: See TracBrowser for help on using the repository browser.