Enable PVA support in OPIs & add basic data streaming OPI#1834
Enable PVA support in OPIs & add basic data streaming OPI#1834
Conversation
| -XX:ErrorFile=C:\Instrument\Scratch\CrashDumps\ibex_client_%p.log | ||
| -Dlog4j2.formatMsgNoLookups=true | ||
| -Djdk.util.zip.disableZip64ExtraFieldValidation=true | ||
| "-DEPICS_PVA_ADDR_LIST=127.0.0.1 130.246.51.255" |
There was a problem hiding this comment.
is this intended to be committed on this PR/is it an artifact of a branch that is yet to be rebased?
There was a problem hiding this comment.
actually sorry im being stupid - it's PVA support isn't it? how do we set EPICS_CA_ADDR_LIST though normally?
There was a problem hiding this comment.
Yes, this is PVA support.
We set epics CA address lists via a .properties file, but as far as I could tell no such properties exist for PVA and env/system variables were the only way to configure this for PVA.
I also found the PVA support in CS-Studio a bit flaky especially on reconnection - would be curious if you find the same. If so it's probably something we need to look into...
rerpha
left a comment
There was a problem hiding this comment.
have created ISISComputingGroup/DataStreaming#43 to look into the weird pva disconnect issue but this looks a good start.
|
although could you add the dummy widget pls @Tom-Willemsen |
Description of work
Enable PVA support in OPIs & add an initial, basic, datastreaming OPI.
Ticket
ISISComputingGroup/DataStreaming#26
Acceptance criteria
pva://pv in it works.Code Review
check_opi_format.pyscript in C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.opis pass?Final Steps