We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.
To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.
This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.
You can test workaround - adding a rule to catch the mobile site in the link and add ?redirect=false to the address. Initial testing seems to be successful. Use the string inside of the single quotes. If you use load balancer the setup will need to be done on all PI Vision servers IIS:
- URL Rewrite Module needed (v 2.1 from Microsoft - IIS)
1. Select PI Vision Application
2. In the Features View, click URL rewrite
3. Click 'Add rule' > select 'Blank rule' and choose a name for the rule (e.g. Disable Mobile Site)
4. In Requested URL, select 'Matches the Pattern' and 'Use regular expressions' option. Then enter 'Pattern' = '^m(/.*)?$'.
5. Keep 'Conditions' blank.
6. In 'Action' select 'Action Type' = 'Redirect' and 'Redirect URL' = '/PIVision{R:1}?redirect=false'
7. Uncheck 'Append query string' and select 'Redirect Type' = 'Found (302)'
Now testing with a screen or emulator that has a lower number of pixels should give access to regular PI Vision. Even if you manually add the /m in the PI Vision link for mobile version it will take you to normal PI Vision.