Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recGblRecordError: devStringinEpics #54

Open
kgofron opened this issue Jul 21, 2023 · 1 comment
Open

recGblRecordError: devStringinEpics #54

kgofron opened this issue Jul 21, 2023 · 1 comment

Comments

@kgofron
Copy link

kgofron commented Jul 21, 2023

Using master branch fa12cb2

commit fa12cb2172e3477debd1372f57e68d2ae21f7c1b (HEAD -> master, origin/master, origin/HEAD)
Merge: e320eb5 48a3f0f
Author: Simon Rose <[email protected]>
Date:   Tue May 30 09:23:10 2023 +0200
    Merge pull request #52 from epics-modules/add_vx_works    
    Add iocAdminVxWorks.db rule

In my ioc startup, I am pulling ADCore
commonPlugins.cmd:dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db", "IOC=$(PREFIX)")

recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::TIMEZONE
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_ADDR_LIST
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_AUTO_ADDR
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_BEACON_PERIOD
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_BROADCAST_PORT
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_CONN_TMO
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_DEBUG
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVA_SERVER_PORT
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVAS_AUTO_BEACON_ADDR_LIST
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVAS_BEACON_ADDR_LIST
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVAS_BEACON_PERIOD
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVAS_BROADCAST_PORT
recGblRecordError: devStringinEpics (init_record) INP field is not an EPICS env var Illegal field value PV: TPX3-TEST::PVAS_SERVER_PORT

The PV: TPX3-TEST::TIMEZONE, solution is discussed by Mark Rivers in
https://epics.anl.gov/tech-talk/2023/msg00802.php

I am not sure how to fix the other issues.

@simon-ess
Copy link
Contributor

Hi @kgofron - this should have been fixed by #53 (the next commit after the one you have tested). Can you please confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants