Hi Tom,
We have such a device support at J-PARC, which you can find in github:
https://github.com/shuei/epics-textfile
It supports longin, ai and waveform records, and you could write something like:
record(waveform, "TEST") {
field(DTYP, "Text File")
field(PINI, "YES")
field(INP, "@/relative/or/absolute/path/to/file")
field(NELM, "5")
field(FTVL, "LONG")
}
best regards,
Shuei
> Hi all,
>
> Has anyone written a support module that puts the contents of a file in a waveform record? I was going to do this in an aSub record, but it occurred to me that one of the synApps modules might contain device support for something like this.
>
> I was hoping to write something like:
>
> record(waveform,"TEST") {
> field(DTYP,"from_file")
> field(INP, "/path/to/file")
> }
>
> then be able to caget TEST and see the contents of the file.
>
> Has anyone written something like this?
>
> Thanks,
> Tom
--
----------------------------------------------------
Shuei Yamada,
High Energy Accelerator Research Organization (KEK)
mailto:shuei at post.kek.jp
----------------------------------------------------
- Replies:
- Re: How to put the contents of a file in a waveform record Cobb, Tom (DLSLtd,RAL,LSCI) via Tech-talk
- References:
- How to put the contents of a file in a waveform record Cobb, Tom (DLSLtd,RAL,LSCI) via Tech-talk
- Navigate by Date:
- Prev:
PyDevice and an IOC Josh Fiddler via Tech-talk
- Next:
Re: PyDevice and an IOC Florian Feldbauer via Tech-talk
- 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: [EXTERNAL] How to put the contents of a file in a waveform record Vodopivec, Klemen via Tech-talk
- Next:
Re: How to put the contents of a file in a waveform record Cobb, Tom (DLSLtd,RAL,LSCI) via Tech-talk
- 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
|