screen_local

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
screen_local [2021/04/04 13:38]
wikiadmin
screen_local [2021/04/04 14:05] (current)
wikiadmin
Line 1: Line 1:
 When you are simply reporting values from an industrial controller or similar data source, all the web-displays for all users should show the same values.  However, when a request is made from the UI it's possible that the values should be sent only to that display.  A common example of this is the display of data from a database.  Each user can select their own lookback period and display data unique to them. When you are simply reporting values from an industrial controller or similar data source, all the web-displays for all users should show the same values.  However, when a request is made from the UI it's possible that the values should be sent only to that display.  A common example of this is the display of data from a database.  Each user can select their own lookback period and display data unique to them.
 +
 +In this case, you simply mark the whole chain of logic, from the component on the screen that triggered the search to the display component as "ScreenLocal" The "ScreenLocal" property is in the "Expert" tab of all the non-graphical components.  For example, here's a BroadcastServer with the property set to true:
 +
 +{{:pasted:20210404-140458.png?400}}
  
 Another example is using an on-screen component to cause a popup window to appear, for example asking for additional information.  An example of this is in our SECS/GEM data collection solution where, once the user enters a lot-id, they are automatically prompted for an operator Id. Another example is using an on-screen component to cause a popup window to appear, for example asking for additional information.  An example of this is in our SECS/GEM data collection solution where, once the user enters a lot-id, they are automatically prompted for an operator Id.
  • screen_local.1617561508.txt.gz
  • Last modified: 2021/04/04 13:38
  • by wikiadmin