screen_local

This is an old revision of the document!


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.

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.

In this case, we want only the application into which the lot-id was entered to prompt for the operator, but all application to be updated with both the lotid and the operator.

In this case, the components between the BarCodeInputField and the PopuInitializer are marked “ScreenLocal” (ScreenLocalLotId and SetValue). That's all that's required to ensure that the popup only appears on the page where the user scanned the lotid.

  • screen_local.1617561508.txt.gz
  • Last modified: 2021/04/04 13:38
  • by wikiadmin