TN 1045 Enabling Industrial Graphics in AVEVA EDGE
Description
This article from InSource shows howto enable Industrial Graphics (fka ArchestrA Graphics) in AVEVA EDGE.
- Author: Chris Selph
- Published: 10/9/2020
- Applies to: EDGE 2020
Details
Recommended workflow:
- Enable IIS per steps below
- Install EDGE which should have the Industrial Graphics selection enabled.
You can always add IG support later.
Industrial Graphic support in EDGE requires Internet Information Services (IIS) to be installed and configured properly. The configuration can be found in the help file as seen here:
The configuration can be automated using the Powershell scripting below. If you have already installed EDGE then just execute the "Install IIS" section.
Be sure to close your EDGE application first.
Run Powershell ISE "As Administrator" and paste your commands from below. This will take perhaps 5 minutes.
Powershell scripts if needed
##########################################################################
## Make sure Powershell Execution Policy is bypassed to run these scripts:
## Set-ExecutionPolicy Bypass -Scope Process
##########################################################################
########## Install .NET 3.5 ##########
Install-WindowsFeature -name NET-Framework-Features
Install-WindowsFeature -name NET-Framework-Core
Install-WindowsFeature -name NET-HTTP-Activation
########## Install .NET 4.6 ##########
Install-WindowsFeature -name NET-Framework-45-Features
Install-WindowsFeature -name NET-Framework-45-Core
Install-WindowsFeature -name NET-Framework-45-ASPNET
Install-WindowsFeature -name NET-WCF-Services45
Install-WindowsFeature -name NET-WCF-HTTP-Activation45
Install-WindowsFeature -name NET-WCF-MSMQ-Activation45
Install-WindowsFeature -name NET-WCF-TCP-PortSharing45
########## Install IIS ##########
Install-WindowsFeature -name Web-Server
Install-WindowsFeature -name Web-WebServer
Install-WindowsFeature -name Web-Common-Http
Install-WindowsFeature -name Web-Default-Doc
Install-WindowsFeature -name Web-Dir-Browsing
Install-WindowsFeature -name Web-Http-Errors
Install-WindowsFeature -name Web-Static-Content
Install-WindowsFeature -name Web-Http-Redirect
Install-WindowsFeature -name Web-Health
Install-WindowsFeature -name Web-Http-Logging
Install-WindowsFeature -name Web-Performance
Install-WindowsFeature -name Web-Stat-Compression
Install-WindowsFeature -name Web-Security
Install-WindowsFeature -name Web-Filtering
Install-WindowsFeature -name Web-Windows-Auth
Install-WindowsFeature -name Web-App-Dev
Install-WindowsFeature -name Web-Net-Ext
Install-WindowsFeature -name Web-Net-Ext45
Install-WindowsFeature -name Web-ASP
Install-WindowsFeature -name Web-Asp-Net
Install-WindowsFeature -name Web-Asp-Net45
Install-WindowsFeature -name Web-ISAPI-Ext
Install-WindowsFeature -name Web-ISAPI-Filter
Install-WindowsFeature -name Web-Mgmt-Tools -IncludeAllSubFeature
########## END ##########
If you did this after installation of EDGE, run the EDGE setup again, choose modify and selec Industrial Graphics for installation.
Validation
You should be able to insert an IG: