Siniša Veseli
Siniša Veseli
Forgot to mention, the following just works when using pvapy-ad-sim-server as a source that gets killed and restarted. >>> from pvapy import * >>> c = Channel('ad:image') >>> def echo(pv):...
I will likely continue to use my own build of epics base, as it provides me with greater flexibility to include fixes between releases. However, I will look into allowing...
Here is the list of libraries that get packaged with pvapy: (base) bluegill2> conda list pvapy # packages in environment at /local/sveseli/CONDA/CONDA/libtest: # # Name Version Build Channel pvapy 5.3.0...
Hi, Thanks for doing this, I believe this is very useful. I just have few comments: 1) The pvapy monitoring code can be simplified since you only have a single...
You are correct as far as the parameter usage. Let me look into this and see what is going on.
Thanks @anjohnson . I just checked the parameter operation against PvaServer (PvDatabase based server), and it works as expected, sending only fields that were requested.
@ajgdls , here is how you can test this against PvaServer instance. Terminal 1: Type "help", "copyright", "credits" or "license" for more information. >>> from pvapy import * >>> nt...
I assume you are using the latest version (5.4.0)? This problem can sometimes happen if after your consumer was restarted, the original port 11111 was not yet freed by the...
If I remember correctly, at the moment there is no epics API that would allow one to ask PVA server for connection information programmatically. If this is indeed the case...
@anjohnson Thanks... Yes, we can use environment variables to set the port, but I was referring to API for getting information from PVA server, such as what port it is...