Creating Dynamic HTML5 Pages in Niagara
by Paul
Posted on 2018-10-07 09:08:00
If you're starting to use a lot of HTML5 pages to show station data, creating hundreds of html files isn't the most efficient way to go about it. Using a small snippet of javascript can save you many hours of copy/paste while making your site easier to configure in the long-run...
When using the standard Niagara mechanism to display graphics you will create PX pages with relativized ords. This is fine and all your ords know where they are in the station and have the proper context. Most of our widgets use an ORD reference. For example this dashboard has over 10 ord references and is used to show a single meter page. But what if I have 100 meters? Should I set each ORD individually? You could, but what if the ORDS change or you go onto another site?
By adding some parameters to the URL I can create 1 page that will accommodate all meters.
Lets say I have arranged my station in the following hierarchy.
Logic // Top-level AirHandlers // Folder Ahu1 // Device Level DampPosition // Point Fan // ... Heating Coil // ... Ahu2 // Another Device DampPosition // Point Fan // ... Heating Coil // ...
Assumming my point names remain the same, the items are I want to make dynamic or changeable are Logic, AirHandlers, Ahu1...2...3...etc
Now add the following snippet to your HTML file.
If you have a complex menu to navigate around the station, set each hyperlink just once and use this mechanism to navigate around much easier.
Your links are easier to configure and less complex.
When a user logs into the system, they should automatically navigate to the correct location. For example an Overview/Dashboard page. Here is an example of a nav file which navigates a user to a html file with parameters. Notice how some of the parameters are encoded to get the user to the correct ORD location.
A normal url would look like this file:^web/index.html%7Cview:web:FileDownloadView?param1=Drivers¶m2=NiagaraNetwork
The question mark was replaced with its equivalent html character code %3F and instead of using the ampersand (&), I used semi-colons to separate each paramter.
This is because Niagara ords do not handle ampersands well when used in this manner.
Ok, so its not the most elegant solution, but I have just saved myself hundreds of copy/paste commands while making configuration in the long-run less painful.
Are you looking for a cost effective way to manage and visualize data for all your customers? Why not have a look at View Builder?
Used by some of the largest companies in the world