User Tools

Site Tools


general:industrial_app_store_faq

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
general:industrial_app_store_faq [2021/03/01 13:41] – [Is App Store Connect safe?] sugeneral:industrial_app_store_faq [2022/02/18 15:35] – Added in a question that could show the implementation table su
Line 38: Line 38:
 App Store Connect has already been approved for use by a number of blue chip clients and we're ready to work with your Digital Security Team. App Store Connect has already been approved for use by a number of blue chip clients and we're ready to work with your Digital Security Team.
  
-For starters, here's an overview of our [[https://www.intelligentplant.com/datasheets/IAS-Digital%20Security-Key%20Features.pdf|Digital Security Key Features]].+For starters, here's an overview of our [[https://appstore.intelligentplant.com/nuget/downloads/IAS-Digital Security-Key Features.pdf|Digital Security Key Features]].
  
 ---- ----
Line 54: Line 54:
 ===== Have you a privacy policy? ===== ===== Have you a privacy policy? =====
  
-Yes, read it [[https://intelligentplant.com/datasheets/privacypolicy.pdf|here]].+Yes, read it [[https://appstore.intelligentplant.com/Content/assets/legal/IAS-PrivacyPolicy.html|here]].
  
 ---- ----
- 
- 
  
  
Line 68: Line 66:
  
 ===== How do I connect an historian to the Industrial App Store? ===== ===== How do I connect an historian to the Industrial App Store? =====
 +
 +App Store Connect ships with connectors for most Industrial Data Historians. The configuration required for each will be slightly different, but the general procedure is the same:
 +
 +  - Install App Store Connect
 +  - Configure Real Time Data Source
 +
 +More information is availble on: [[data_core:how_to_connect_your_data_to_the_app_store|How to Connect your data to the App Store]].
  
 ---- ----
  
 ===== Can I use the Industrial App Store to collaborate with colleagues in other companies? ===== ===== Can I use the Industrial App Store to collaborate with colleagues in other companies? =====
 +
 +The [[https://www.ogauthority.co.uk/media/1014/ukcs_maximising_recovery_review.pdf|Wood Review on UK offshore oil and gas recovery (2014)]] identified:
 +
 +   the need for far greater constructive collaboration between operators 
 +
 +With this in mind, we desiged data collaboration at the heart of the Industrial App Store. Organizations can enable trusts that enable their employees to work together.
 +
 +For more information, see [[general:organization_user_and_data_management:trust_management|Inter-organization Trust Management]].
  
 ---- ----
Line 85: Line 98:
 You only need to install App Store Connect if you want to connect data to applications. If your organization is already registed with the Industrial App Store, the chances are that an App Store Connect has already been set-up and access to organzation data sources configured. If so, you should contact your App Store Connect administrator and request access. You only need to install App Store Connect if you want to connect data to applications. If your organization is already registed with the Industrial App Store, the chances are that an App Store Connect has already been set-up and access to organzation data sources configured. If so, you should contact your App Store Connect administrator and request access.
  
-If you do not who your App Store Connect administrator is, contact <support@intelligentplant.com>.+If you do not know who your App Store Connect administrator is, contact <support@intelligentplant.com>.
  
 ===== How do Microsoft Power Tools (Power BI, Flow Automate, Power Apps) integrate with the Industrial App Store? ===== ===== How do Microsoft Power Tools (Power BI, Flow Automate, Power Apps) integrate with the Industrial App Store? =====
 +
 +In March 2019 Microsoft announced that Power BI Desktop would ship with [[https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-march-2019-feature-summary/#IntelligentPlantsIndustrialAppStore|Intelligent Plant’s Industrial App Store connector]]. This means you can now connect your Industrial Data Historians directly Power BI reports (no need to export to excel or SQL first).
 +
 +Connectors for Microsoft Power Apps and Automate soon followed.
  
 ---- ----
Line 99: Line 116:
 ===== My country/company has strict data protection laws. Can I still use the Industrial App Store? ===== ===== My country/company has strict data protection laws. Can I still use the Industrial App Store? =====
  
 +App Store Connect can be a good solution where data protection laws prohibit the migration of data across borders. App Store Connect enables access to existing data sources rather than moving data to alternative repositories in other countries.
  
 ---- ----
Line 133: Line 151:
  
  
 +----
 +==== Do you have any documentation that can help in deciding what method to opt for when making dashboards? ====
 +
 +This Implementation Table provides details on a variety of methods that could be used when working towards building dashboards.
 +
 +**For Calculations**
 +
 +^Method ^Scale Limit ^Responsibility for Scaling ^Possible Complexity ^Ease of Replication ^Experience Required ^IP Protection ^Effort to create single dashboard ^Effort to create many dashboards^
 +|**Templated Script Tags**|ASC Server|Intelligent Plant|Low (Orchestrated)|Upload Instances (Easy)|Basic Configuration (Select Tags)|Tags can be seen by client admin, new instances can be created by admin|Low|Low (import)|
 +|**Custom Script Tags**|ASC Server & Code Efficiency|Developer|Low (Orchestrated)|Developer Responsible|Basic Code (Scripting)|Code can be seen and copied/modified by admin|Low|High (Up To Developer)|
 +|**Custom Script Tags With DLL**|ASC Server & Code Efficiency|Developer|Low (Orchestrated)|Developer Responsible|Medium Code (Compilation/Linking)|DLL code can be obfuscated but decompilation possible.|Low|High (Up To Developer)|
 +|**Jupyter Hub**|Bandwidth & Capacity Of Server Instance|Developer|Medium (Manually Run)|Developer Responsible|Basic Python|Scripts are stored on intelligent plant server - could be accessed by someone if they broke contract.|Medium|High (Up To Developer)|
 +|**App Implementation (Ext. Host)**|Bandwidth & Server Host & Code Efficiency|Developer|High (Fully Open)|Developer Responsible|Advanced Coding|No one else can possibly see how your app does something, but they could attempt to replicate results through reverse engineering|Depends On App|Depends On App|
 +|**App Implementation (Local Install)**|Server Host & Code Efficiency|Developer|High (Fully Open)|Developer Responsible|Advanced Coding|A local install would mean anyone with access to the client host could decompile or attempt to reuse code.|Depends On App|Depends On App|
 +|**Power Automate**|Bandwidth & Azure Limits On Data, Executions Etc..|Developer|Very Low (Orchestrated, Restricted)|Developer Responsible|Drag And Drop|Depends on sharing level|Low| |
 +
 +** For Displays **
 +^Method ^Shareable with Users ^Real-time Updates ^Embeddable ^User Configurable^
 +|**PnID**|Yes|Yes|Yes|Yes|
 +|**Power BI**|Yes|No|No|Yes|
 +|**Trend**|Yes|Yes|Yes|Yes|
 +|**Jupyter Hub**|No, this must be run by the developer, but when it works then it could be used as start of app|No|No(Developer Only)|No|
 +|**New App**|Developer Responsible|Developer Responsible|Developer Responsible|Developer Responsible|
  
 +** For Storage **
 +^Storage of Data ^Write-ability^
 +|**Client Historian**|Unlikely|
 +|**IP Hist**|Yes|
 +|**Alarm Analysis**|Yes|
  
  
general/industrial_app_store_faq.txt · Last modified: 2023/09/28 13:27 by su