Installation Guide
How to install custom symbols and extensions to AVEVA PI Vision (formerly Coresight).
1. Deploy Files
Extract the downloaded ZIP archive. You will see HTML, JS, and image files.
Copy these files to the PI Vision server directory:
%PIHOME%\Scripts\app\editor\symbols\ext
Typically, this path translates to:
C:\Program Files\PIPC\PIVision\Scripts\app\editor\symbols\ext
// File structure after extraction
2. Unblock Files
Windows blocks downloaded files by default. Skip this step and the symbol will silently fail to load.
Right-click the .js or .html file
Select Properties from the context menu
Find the Unblock checkbox
Located at the bottom of the General tab, next to the Security warning
Check Unblock → Click Apply → OK
Repeat for each file in the package
Type: JavaScript File
Size: 48 KB
3. License Key Activation
After purchase, a license key is delivered to your email and visible in your PIForge dashboard.
Open your PIForge Dashboard
Log in → Click Dashboard in the nav → find your purchase under My Licenses
Copy your License Key
Format: XXXX-XXXX-XXXX-XXXX
Enter the key inside PI Vision
Open the symbol on a display → click the settings (⚙) icon → paste into the License Key field
Example license key format
4. PI Vision Compatibility
Not sure which version you have? In PI Vision, go to Help → About to see the version number.
| PI Vision Version | Smart SQC Pro | Notes |
|---|---|---|
| 2022+ | Full Support | Recommended |
| 2021 | Full Support | — |
| 2020 | Full Support | — |
| 2019 | Partial | Some features limited |
| 2018 or older | Not Supported | — |
How to check your PI Vision version
In PI Vision → top-right menu → Help → About PI Vision. The version number is shown at the top of the dialog.
5. Troubleshooting
Symbol doesn't appear in asset pane
- Verify files are in the correct
extfolder on the server, not your local PC - Hard refresh:
Ctrl + Shift + R - Check that files are unblocked (step 2)
Symbol loads but shows blank / error
- Open browser DevTools (
F12) → Console tab → check for red errors - Confirm license key is entered correctly (no extra spaces)
- Try restarting IIS on the PI Vision server:
iisreset
License key not accepted
- Check your email for the original key — copy directly from there
- Log in to PIForge Dashboard → My Licenses to view/copy again
- Still not working? Contact support
6. FAQ
Do I need a PIForge account to use the symbol after purchase?
How many PI Vision servers can I install on with one license?
Where do I find my license key after purchase?
Do I need admin rights on the PI Vision server?
ext folder on the server. This typically requires local administrator or specific IIS permissions.