-
1. Is there any way that this could be made to work with PV Access?
2. Is there something else that people using PV Access should try using instead of caPutLog?
-
`info(Q:group, "...")` is parse-able with #8.
How should these show up in whatrecord?
Need to add metadata for them.
-
Hello! I am doing some development with pvaccess/pvapy, and I have found my IDE (vscode) cannot find the symbols associated with pvaccess:
![image](https://github.com/epics-base/pvaPy/assets/558685…
-
I'm wondering if archive specific pv access record field is possible because currently it stores the whole PV structure that makes web viewer stop working
-
Current [plans in ophyd v2](https://github.com/bluesky/ophyd/blob/215bd0a43c1240788e176a67f30b9746321e2023/ophyd/v2/epics.py#L260-L266) call for initial integration with [p4p](https://mdavidsaver.gith…
-
- [ ] Depends on https://github.com/epics-containers/pvi/issues/141
-
I write a record like this:
`record(calc,"spam0")
{
field(INPA, "spam0.VAL CP")
field(CALC,"A+1")
}`
Then I start two terminals to monitor the value change of spam0, as you can see in the pict…
-
Messages from the server internals just get printed to stdout instead of being fed to errlogPrintf(). It looks like the infrastructure was once built for this to work, but has since bit-rotted or been…
-
After upgrading to openjdk 19.0.2, my code that uses pvAccessJava 5.1.7 fails when trying to
channelProvider = ChannelProviderRegistryFactory.getChannelProviderRegistry().getProvider(ClientFacto…
-
We will soon want to have pvAccess support available and ready to go upon installation of PyDM. This will require adding a package supporting pvAccess, starting with P4P. Will need to figure out an is…