pva2pva
1.4.1-dev
|
QSRV is a network server using the PVAccess protocol which runs inside an EPICS IOC process and allows clients to make requests to access the Process Variables (PVs) within.
Documentation of QSRV Configuration including Group PV definitions , Access Security and PVAccess Links configuration.
To build the latest from version control
The pva2pva module builds an executable 'softIocPVA' which function like the 'softIoc' executable built by EPICS Base, with QSRV included as well.
Then in another shell run:
QSRV is added to an IOC just like any other EPICS support module. In the Makefile which produces an IOC executable (eg. "myiocname") add:
Now run your IOC and QSRV starts automatically.
In a running IOC w/ QSRV, run the "pvasr" in the IOC shell and verify that "QSRV" is among the "PROVIDER_NAMES".