|
On 11/10/25 1:34 AM, Heinz Junkes (FHI)
via Tech-talk wrote:
Unfortunately, reading the PVs doesn't work either:
```
(base) hactar:~ junkes$ env |grep EPICS_PVA
EPICS_PVA_ADDR_LIST=141.14.128.12
EPICS_PVA_AUTO_ADDR_LIST=NO
(base) hactar:~ junkes$ pvget rtems:aiExample
Timeout
rtems:aiExample (base) hactar:~ junkes$ pvget my:custom:pv
Timeout
```
Does anyone have any idea what I'm overlooking?
Are you able to ping the IOC (141.14.128.12) from this host
(141.14.128.70)?
Can you connect to TCP 5076? eg. with:
telnet 141.14.128.12 5075
Also, you might setup a PVA link on this IOC with a distinctive PV
name, then use 'pvxvct' on the host to look for those search
broadcasts.
|