Experimental Physics and Industrial Control System
Hey guys,
I'm building a database to ramp a magnet given inputs from an Agilent 34970 MUX and output to an Agilent 3631 Voltage programmer. I've got the drivers and device support working for the MUX and programmer and would like to create a database (and separate application) that can access the AI and AO records from the devices and and perform calculations. My question is: Do records loaded in the same IOC have access to each others PVs? For instance if I :
dbLoadRecords("db/devAG34970.db",args)
dbLoadRecords("db/devAG3631.db",args)
to load the AI and AO records for the devices, can I have a third record,
dbLoadRecords("db/MagnetCtrl.db",args)
that contains calc records that have inputs from pvs defined in the devAG records? Alternatively, do I have to define one big record that includes everything I want.
Cheers,
Andrew
- Replies:
- RE: DataBase question Mark Rivers
- Re: DataBase question Ralph Lange
- Re: DataBase question Matthieu Bec
- Re: DataBase question Tim Mooney
- Navigate by Date:
- Prev:
Re: IOC Build Error Andrew Johnson
- Next:
RE: DataBase question Mark Rivers
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
<2010>
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
RE: compressArray Kalantari Babak
- Next:
RE: DataBase question Mark Rivers
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
<2010>
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024