Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • AVEVA Edge
  • AVEVA Edge Tech Notes

TN 1045 Enabling Industrial Graphics in AVEVA EDGE

Last updated: February 28th, 2025

Description

  • Author: Brian Schneider
  • Published: February 28th, 2025

Details:

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:

  1. Enable IIS per steps below
  2. 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-PortSharing4

########## 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:

 

industrial graphics aveva edge
Give feedback about this article

Recommended articles

TN 1469 Creating an Industrial Graphic directly from a Tag in 2023 R2

Read More

TN 1393 Deleting Tags from AVEVA Insight

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand