SA Faceplates - Dynamically Display Info From Multiple Equipment

Hello,

Does anyone know how to, or is it even possible, to display values from various other equipment on a faceplate?

I have an equipment type, "SystemControl", that I created that handles system level control, like system enable/disable and auto/manual and higher level set points that are not tied directly to valves and meters. I have used the code from the adorner genie in a button to call the FP and it displays the "SystemControl" items just fine, but I need info from other things like a valve and flow meter. I have tried to use Equipment references and FP page associations with out success. Also, when I want to hide my "SystemControl" equipment the FP does not work.

Parents
  • I presume the references to the other devices are static? If so, you can just use normal tag bindings in your component expressions. E.g. FT001.ProcessValue, or FT001_ProcessValue.

    For a system level popup, I normally wouldn't make these dynamic, as you're never going to have more than one. And if you do, it's more than likely going to be different to the first.
Reply
  • I presume the references to the other devices are static? If so, you can just use normal tag bindings in your component expressions. E.g. FT001.ProcessValue, or FT001_ProcessValue.

    For a system level popup, I normally wouldn't make these dynamic, as you're never going to have more than one. And if you do, it's more than likely going to be different to the first.
Children
No Data