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

Issue related with the Image widget #466

Open
claudio-rosati opened this issue Nov 7, 2018 · 5 comments
Open

Issue related with the Image widget #466

claudio-rosati opened this issue Nov 7, 2018 · 5 comments
Labels

Comments

@claudio-rosati
Copy link
Collaborator

The issue are related to the cursor. Run the Image Widget example, click inside the bottom image: the position is updated in the two Text Entry widgets on the OPI's bottom right.

Now right-click on one of those Text Entry widgets, and send the PV to the Probe: nothing is displayed in the probe, even if the cursor is mode inside the image. Why?

@kasemir
Copy link
Owner

kasemir commented Nov 12, 2018

Maybe you're using the PVManager-probe. Display builder uses vtype.pv. They each have their own local PVs.

Use EPICS PV Tree, PV Table, or actually anything but PVManager-probe.
Or use phoebus.

@claudio-rosati
Copy link
Collaborator Author

Phoebus will be the final solution, but for now people just send PVs to the Probe, and they don't know the probe is PVManager or not, they just expect to see it working.
Moreover it seems to me contrary to the philosophy of the context menu, where when a menu item is present is because it should work on the selected widget (or, in general, PV provider).
Anyway, next week I'll start working on the Display Builder Phoebus plugin, hoping to move very soon away from the eclipse-based CS-Studio.

@kasemir
Copy link
Owner

kasemir commented Nov 13, 2018

It's up to you if you want to include org.csstudio.diag.probe or org.csstudio.diag.pvmanager.probe. Pick the one that works, or the one that doesn't.

@claudio-rosati
Copy link
Collaborator Author

Is org.csstudio.diag.probe the one working with Display Builder?

@kasemir
Copy link
Owner

kasemir commented Nov 13, 2018

Yes. It's using the vtype_pv just like pretty much everything but BOY.

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

No branches or pull requests

2 participants