Niagara Sensor Status Bar


  • A Simple Status Indicator
  • Updates in Real-time
  • Clean Crisp Animation
  • Modify Colors to Your Style
  • Works in Workbench and Browser mode
Add to Cart
n4 charting

Overview


The Sensor Status Bar Widget is a simple status indicator. The value is represented by a horizontal color bar progressing from min to max over a specified range. It retrieves data from a numeric point or numeric writable and updates in real-time. The facets are automatically retrieved when the point has been resolved. Before you start, copy the sensorStatusBar-ux.jar file to your modules directory. Restart the station and Workbench.

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?

Usage


Before you start. Download the modules from our portal (see your order confirmation, which also explains licensing). Copy the modules file to your modules directory. Restart BOTH station and Workbench.

1. Copy the sensorStatusBar-ux.jar file to your modules directory.
2. Open the module from your palette file.
3. Drag and drop the widget from the palette onto your px view.

Tridium charting library


Properties


bms totals chart properties

The widget has a number of configurable properties that can be used to modify look, feel, and functionality. Change the properties as required:

Widget Ord Binding (wbViewBinding):

This can be an absolute ord, e.g. station:|slot:/Drivers/NiagaraNetwork/AHU6
OR
relativized ORD e.g. slot:AHU6

Min/Max Range Acceptable values are 0-n positive values. The shaded area will calculate the correct area to shade in based on min/max and actual values. Numbers are rounded off to the nearest whole number.

Background Color The default is transparent. If your px/html page has a different color, set this property to match it.



Using in your HTML Page


You can now use the widget in your custom html page as long as the html file is in a appropriate station directory. E.g.:
C:/../station/shared/demo1.html

1. Create an html page and place in your station files directory.
2. Create a div element and give it an id so you can inject the widget into this area. E.g.: widget1.
3. Add the following scripts before the closing head tag or the closing body tag. E.g.:

    
        <script type="text/javascript">

            var require = {
                paths: {
                    //pointing nmodule at /module is a Niagara convention, allowing us to
                    //refer to module resources without having RequireJS get hung up on
                    //the use of absolute paths everywhere.
                    "nmodule": "/module",
                    "baja": "/module/bajaScript/rc/plugin/baja",
                    "bajaScript": "/module/bajaScript/rc",
                    "bajaux": "/module/bajaux/rc",
                    "lex": "/module/js/rc/lex/lexplugin",
                    "css": "/module/js/com/tridium/js/ext/require/css",

                    "jquery": "/module/js/rc/jquery/jquery-2.1.1",
                    "Handlebars": "/module/js/rc/handlebars/handlebars-v2.0.0",
                    "Promise": "/module/js/rc/bluebird/bluebird",

                    // these are runtime dependencies
                    "hbs": "/module/js/rc/require-handlebars-plugin/hbs",
                    "i18nprecompile": "/module/js/rc/require-handlebars-plugin/hbs/i18nprecompile",
                    "json2": "/module/js/rc/require-handlebars-plugin/hbs/json2",
                    "underscore": "/module/js/rc/underscore/underscore",

                },

                hbs: {
                    disableI18n: true
                }
            }
        </script>

        <script type="text/javascript" src="/module/js/com/tridium/js/ext/require/require.min.js"></script>
        <script>
            require(['jquery', '/module/sensorStatusBar/rc/sensorStatusBar.run.js'], function (jquery, app) {

                app.initialiseSensorStatusBarWidget({
                    backgroundColor: 'transparent',
                    divId: '#widget1',
                    statusBarBackgroundColor: '#EEEEEE',
                    showTextValue: true,
                    statusBarFillColor: '#DA4453',
                    statusBarHeight: '20px',
                    statusBarRadius: '3px',
                    valueFontSize: '16px',
                    valueFontColor: '#4d4d4d',
                    valueFontWeight: 'bold',
                    valueFontFamily: 'Arial',
                    valueLocation: 'right',
                    min: 0,
                    max: 100,
                    ord: 'station:|slot:/Drivers/NiagaraNetwork/AHU2', // use absolute ord

                });
            });
        </script>
        </head>
        <!--html to go here-->
        <div id="widget1" style="width:300px;height:300px;"></div>
        <!--Rest of your html below...-->
                                    

You May Also Like





Set Point Slider

N4 View Builder™©

tridium bms system

Floor Plan Zoning


back to more widgets...