Getting values to pass dynamically to a template page in perspective

Hello all,

I’m pretty new to Perspective, trying to figure out the best way to make a PLC card screen that when you click a button a screen pops up with the current values on the cards. I’m trying to do this with one template screen that can get called up and populated with different values depending on which card is clicked on. Any easy way to do this?

Thanks.

Have a look at the inductive university as I’m sure there are topics covering this.

You’ll need to create params on your popup “card” View to pass in, for example I pass in deviceName and deviceParentPath, then combine these together into a custom.deviceTagPath. Then you can use indirect tag bindings using this tag path and append on the rest of the path to your individual tags

Yes, the easy way is by passing view params