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

Updating a block's label on the web-gui doesn't update the PV #154

Open
olliesilvester opened this issue Dec 11, 2024 · 3 comments · May be fixed by #157
Open

Updating a block's label on the web-gui doesn't update the PV #154

olliesilvester opened this issue Dec 11, 2024 · 3 comments · May be fixed by #157
Assignees
Labels
bug Something isn't working

Comments

@olliesilvester
Copy link

olliesilvester commented Dec 11, 2024

If I change the label for, eg, the CLOCK1 block on the panda's web-gui, the corresponding PV doesn't appear to update. I'm not sure if this is only limited to the label PV's, but it's the only one I've noticed it for

Steps To Reproduce

Steps to reproduce the behavior:

  1. With a PandA connected to an IOC, do caget -S [IOC-NAME]:CLOCK1:LABEL
  2. Change CLOCK1 label via a panda's web-gui, while it is has an active IOC
  3. Run caget -S [IOC-NAME]:CLOCK1:LABEL again and confirm value doesn't change

Acceptance Criteria

  • Fix implemented
@olliesilvester olliesilvester added the bug Something isn't working label Dec 11, 2024
@coretl
Copy link
Contributor

coretl commented Dec 11, 2024

@evalott100 if this is fixed in FastCS PandA then we can state that here and close this as not planned, but we should make sure there is a test for it in FastCS PandA

@coretl
Copy link
Contributor

coretl commented Dec 13, 2024

The following appears on the IOC console:

ERROR:Unknown field *METADATA:LABEL_PULSE1 returned from GetChanges values
ERROR:Unknown field *METADATA:LABEL_PULSE1 returned from GetChanges values
ERROR:Unknown field *METADATA:LABEL_PULSE1 returned from GetChanges values
ERROR:Unknown field *METADATA:LABEL_PULSE1 returned from GetChanges values
ERROR:Unknown field *METADATA:LABEL_CLOCK1 returned from GetChanges values

@evalott100
Copy link
Contributor

The following appears on the IOC console:

Ah if I had to guess it'll be a problem with passing metadata from the ioc to label records post introspection. I'll take a look this afternoon.

@evalott100 evalott100 self-assigned this Dec 13, 2024
@evalott100 evalott100 linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants