You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does one display, in one display, different parameters from different instances that are coming from the same yamcs server?
It looks look yamcs-studio assumes that parameters are only from one server/instance at a time and one cannot mix and match! Why is that?
I know yamcs seems to have that limitation as questioned here yamcs/yamcs#1006 , but why would yamcs studio make that assumption, that parameters are only provided by one server/instance?
Perhaps I am not using yamcs studio correctly!
The text was updated successfully, but these errors were encountered:
haisamido
changed the title
How to display, in one Display, different parameters from different instances from the same yamcs server?
How to display, on one display, different parameters from different instances from the same yamcs server?
Feb 18, 2025
We took the original Phoebus and wrote YAMCS plugins so it can understand YAMCS.
The way this works in Phoebus is that we have the concept of "Connections". Each connection is a YAMCS server and each server of course has instances. In your display you can specify multiple PVS from different instances like this:
Take for example the "cascading" that comes with the YAMCS repo that has an "upstream" instance and a "downstream" instance. And then you create a connection called "localhost" on Phoebus, you would specify your PVs like this on your Display:
/localhost:downstream/YSS/SIMULATOR/Phi
/localhost:upstream/YSS/SIMULATOR/CAS
The format "localhost:downstream" tells Phoebus I want a PV from connection "localhost", instance "downstream".
How does one display, in one display, different parameters from different instances that are coming from the same yamcs server?
It looks look yamcs-studio assumes that parameters are only from one server/instance at a time and one cannot mix and match! Why is that?
I know yamcs seems to have that limitation as questioned here yamcs/yamcs#1006 , but why would yamcs studio make that assumption, that parameters are only provided by one server/instance?
Perhaps I am not using yamcs studio correctly!
The text was updated successfully, but these errors were encountered: