You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an application, where I would need to create a PV dynamically inside the server (by itself or triggered from the outside).
I am aware of the dynamic_pv.py example which creates a new PV at "$ caget" command, but I would like to know if there is a function or an example that allows me to dynamically create a PV on the server? That is, after the server is started, I would like to create additional PVs when desired.
The PV would ideally be of a similar structure as if the function SimpleServer.createPV() created it. I would then use "caget" and "caput" to modify its value from outside or I would modify the PV value from inside the server.
The text was updated successfully, but these errors were encountered:
Hi all,
I am working on an application, where I would need to create a PV dynamically inside the server (by itself or triggered from the outside).
I am aware of the dynamic_pv.py example which creates a new PV at "$ caget" command, but I would like to know if there is a function or an example that allows me to dynamically create a PV on the server? That is, after the server is started, I would like to create additional PVs when desired.
The PV would ideally be of a similar structure as if the function SimpleServer.createPV() created it. I would then use "caget" and "caput" to modify its value from outside or I would modify the PV value from inside the server.
The text was updated successfully, but these errors were encountered: