├── Community Samples ├── Amway.China │ ├── linechart │ │ ├── README.md │ │ ├── highcharts.js │ │ ├── sym-linechart-template.html │ │ └── sym-linechart.js │ ├── namevaluetable │ │ ├── README.md │ │ ├── icons │ │ │ └── namevaluetable.png │ │ ├── sym-namevaluetable-template.html │ │ └── sym-namevaluetable.js │ ├── simplevalue │ │ ├── README.md │ │ ├── icons │ │ │ └── simplevalue.png │ │ ├── sym-simplevalue-config.html │ │ ├── sym-simplevalue-template.html │ │ └── sym-simplevalue.js │ └── statuslight │ │ ├── README.md │ │ ├── icons │ │ └── green.png │ │ ├── imgs │ │ ├── green.png │ │ ├── red.png │ │ ├── white.png │ │ └── yellow.png │ │ ├── sym-statuslight-config.html │ │ ├── sym-statuslight-template.html │ │ └── sym-statuslight.js ├── OSIsoft │ ├── HTML5video │ │ ├── HTML5video.png │ │ ├── README.md │ │ ├── sym-HTML5video-config.html │ │ ├── sym-HTML5video-template.html │ │ └── sym-HTML5video.js │ ├── README.md │ ├── advancedDataTable │ │ ├── Datatables.zip │ │ ├── README.md │ │ ├── advancedTimeSeriesDataTable.png │ │ ├── sym-advancedTimeSeriesDataTable-config.html │ │ ├── sym-advancedTimeSeriesDataTable-template.html │ │ └── sym-advancedTimeSeriesDataTable.js │ ├── af-table │ │ ├── README.MD │ │ ├── bootstrap.css │ │ ├── pagination.html │ │ ├── sym-aftable-config.html │ │ ├── sym-aftable-template.html │ │ └── sym-aftable.js │ ├── amcharts-bar │ │ ├── README.MD │ │ ├── bar-chart-icon.png │ │ ├── sym-amcharts-bar-template.html │ │ └── sym-amcharts-bar.js │ ├── amcharts-gauge │ │ ├── README.md │ │ ├── amcharts-radialgauge.png │ │ ├── sym-amcharts-RadialGauge-config.html │ │ ├── sym-amcharts-RadialGauge-template.html │ │ └── sym-amcharts-RadialGauge.js │ ├── amcharts-histogram │ │ ├── README.md │ │ ├── amcharts-histogram.png │ │ ├── sym-amcharts-histogram-config.html │ │ ├── sym-amcharts-histogram-template.html │ │ └── sym-amcharts-histogram.js │ ├── amcharts-linechart │ │ ├── ExampleofLineChart.png │ │ ├── GitHub-Mark-32px.png │ │ ├── LineChart.png │ │ ├── Q.png │ │ ├── README.MD │ │ ├── amcharts.js │ │ ├── dark.js │ │ ├── serial.js │ │ ├── sin-down.png │ │ ├── sin-right.png │ │ ├── sym-amcharts-linechart-config.html │ │ ├── sym-amcharts-linechart-template.html │ │ ├── sym-amcharts-linechart.js │ │ └── underscore-min.js │ ├── amcharts-pie │ │ ├── README.md │ │ ├── amcharts-pie.png │ │ ├── sym-amcharts-pie-config.html │ │ ├── sym-amcharts-pie-template.html │ │ └── sym-amcharts-pie.js │ ├── amcharts-radar │ │ ├── README.md │ │ ├── amcharts-radar.png │ │ ├── sym-amcharts-radar-config.html │ │ ├── sym-amcharts-radar-template.html │ │ ├── sym-amcharts-radar.js │ │ └── sym-amcharts-radar.png │ ├── amcharts-trend │ │ ├── README.md │ │ ├── amcharts-trend.png │ │ ├── sym-amcharts-trend-config.html │ │ ├── sym-amcharts-trend-template.html │ │ └── sym-amcharts-trend.js │ ├── amcharts-xyplot │ │ ├── README.md │ │ ├── amcharts-xyplot.png │ │ ├── sym-amcharts-xyplot-config.html │ │ ├── sym-amcharts-xyplot-template.html │ │ └── sym-amcharts-xyplot.js │ ├── dropdown-menu │ │ ├── Example.png │ │ ├── README.MD │ │ ├── dropdown-menu.css │ │ ├── sym-dropdown-menu-config.html │ │ ├── sym-dropdown-menu-template.html │ │ ├── sym-dropdown-menu.js │ │ └── trashcan.png │ ├── embedWebPage │ │ ├── README.md │ │ ├── embedWebPage.png │ │ ├── sym-embedWebPage-config.html │ │ ├── sym-embedWebPage-template.html │ │ └── sym-embedWebPage.js │ ├── event-creation-pane │ │ ├── README.MD │ │ ├── tool-efpicker-template.html │ │ └── tool-efpicker.js │ ├── gantt │ │ ├── README.MD │ │ ├── gantt-example.png │ │ ├── sym-ganttchart-config.html │ │ ├── sym-ganttchart-template.html │ │ └── sym-ganttchart.js │ ├── imageurl │ │ ├── README.md │ │ ├── imageurl.png │ │ ├── sym-imageurl-config.html │ │ ├── sym-imageurl-template.html │ │ └── sym-imageurl.js │ ├── manual-data-entry │ │ ├── Example.png │ │ ├── GitHub-Mark-32px.png │ │ ├── Q.png │ │ ├── README.MD │ │ ├── bootstrap-manual-entry.css │ │ ├── loading.gif │ │ ├── paper-plane-xxl.png │ │ ├── sym-sendvalue-config.html │ │ ├── sym-sendvalue-template.html │ │ ├── sym-sendvalue.js │ │ └── underscore-min.js │ ├── navigation-close-current-tab │ │ ├── README.MD │ │ ├── sym-nav-config.html │ │ ├── sym-nav-template.html │ │ └── sym-nav.js │ ├── pareto │ │ ├── README.MD │ │ ├── noun_Pareto_diagram_626189.png │ │ ├── pareto-example.png │ │ ├── sym-pareto-template.html │ │ └── sym-pareto.js │ ├── playback control │ │ ├── README.md │ │ ├── tool-playback-template.html │ │ └── tool-playback.js │ ├── plotly-3dsurface │ │ ├── README.md │ │ ├── plotly-3dsurface.png │ │ ├── sym-plotly-3dsurface-config.html │ │ ├── sym-plotly-3dsurface-template.html │ │ └── sym-plotly-3dsurface.js │ ├── rss symbol │ │ ├── README.md │ │ ├── sym-rssfeed-template.html │ │ └── sym-rssfeed.js │ ├── single-manual-data-entry │ │ ├── Reset.png │ │ ├── loading.gif │ │ ├── sym-updatevalue-config.html │ │ ├── sym-updatevalue-template.html │ │ └── sym-updatevalue.js │ ├── snapshotDataTable │ │ ├── README.md │ │ ├── snapshotDataTable.png │ │ ├── sym-snapshotDataTable-config.html │ │ ├── sym-snapshotDataTable-template.html │ │ └── sym-snapshotDataTable.js │ └── timeSeriesDataTable │ │ ├── README.md │ │ ├── sym-timeSeriesDataTable-config.html │ │ ├── sym-timeSeriesDataTable-template.html │ │ ├── sym-timeSeriesDataTable.js │ │ └── timeSeriesDataTable.png └── README.md ├── LICENSE ├── README.md └── tutorials ├── README.md ├── liquidgauge ├── README.md ├── sym-liquidgauge-template.html └── sym-liquidgauge.js ├── simplevalue ├── README.md ├── sym-simplevalue-config.html ├── sym-simplevalue-template.html └── sym-simplevalue.js └── timeserieschart ├── README.md ├── sym-timeserieschart-template.html └── sym-timeserieschart.js /Community Samples/Amway.China/linechart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/linechart/README.md -------------------------------------------------------------------------------- /Community Samples/Amway.China/linechart/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/linechart/highcharts.js -------------------------------------------------------------------------------- /Community Samples/Amway.China/linechart/sym-linechart-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/linechart/sym-linechart-template.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/linechart/sym-linechart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/linechart/sym-linechart.js -------------------------------------------------------------------------------- /Community Samples/Amway.China/namevaluetable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/namevaluetable/README.md -------------------------------------------------------------------------------- /Community Samples/Amway.China/namevaluetable/icons/namevaluetable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/namevaluetable/icons/namevaluetable.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/namevaluetable/sym-namevaluetable-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/namevaluetable/sym-namevaluetable-template.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/namevaluetable/sym-namevaluetable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/namevaluetable/sym-namevaluetable.js -------------------------------------------------------------------------------- /Community Samples/Amway.China/simplevalue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/simplevalue/README.md -------------------------------------------------------------------------------- /Community Samples/Amway.China/simplevalue/icons/simplevalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/simplevalue/icons/simplevalue.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/simplevalue/sym-simplevalue-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/simplevalue/sym-simplevalue-config.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/simplevalue/sym-simplevalue-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/simplevalue/sym-simplevalue-template.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/simplevalue/sym-simplevalue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/simplevalue/sym-simplevalue.js -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/README.md -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/icons/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/icons/green.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/imgs/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/imgs/green.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/imgs/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/imgs/red.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/imgs/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/imgs/white.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/imgs/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/imgs/yellow.png -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/sym-statuslight-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/sym-statuslight-config.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/sym-statuslight-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/sym-statuslight-template.html -------------------------------------------------------------------------------- /Community Samples/Amway.China/statuslight/sym-statuslight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/Amway.China/statuslight/sym-statuslight.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/HTML5video/HTML5video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/HTML5video/HTML5video.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/HTML5video/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/HTML5video/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/HTML5video/sym-HTML5video-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/HTML5video/sym-HTML5video-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/HTML5video/sym-HTML5video-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/HTML5video/sym-HTML5video-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/HTML5video/sym-HTML5video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/HTML5video/sym-HTML5video.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/Datatables.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/Datatables.zip -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/advancedTimeSeriesDataTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/advancedTimeSeriesDataTable.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/advancedDataTable/sym-advancedTimeSeriesDataTable.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/bootstrap.css -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/pagination.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/pagination.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/sym-aftable-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/sym-aftable-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/sym-aftable-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/sym-aftable-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/af-table/sym-aftable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/af-table/sym-aftable.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-bar/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-bar/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-bar/bar-chart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-bar/bar-chart-icon.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-bar/sym-amcharts-bar-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-bar/sym-amcharts-bar-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-bar/sym-amcharts-bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-bar/sym-amcharts-bar.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-gauge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-gauge/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-gauge/amcharts-radialgauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-gauge/amcharts-radialgauge.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-gauge/sym-amcharts-RadialGauge.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-histogram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-histogram/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-histogram/amcharts-histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-histogram/amcharts-histogram.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-histogram/sym-amcharts-histogram.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/ExampleofLineChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/ExampleofLineChart.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/GitHub-Mark-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/GitHub-Mark-32px.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/LineChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/LineChart.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/Q.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/amcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/amcharts.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/dark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/dark.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/serial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/serial.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/sin-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/sin-down.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/sin-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/sin-right.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/sym-amcharts-linechart.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-linechart/underscore-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-linechart/underscore-min.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-pie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-pie/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-pie/amcharts-pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-pie/amcharts-pie.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-pie/sym-amcharts-pie.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/amcharts-radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/amcharts-radar.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-radar/sym-amcharts-radar.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-trend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-trend/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-trend/amcharts-trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-trend/amcharts-trend.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-trend/sym-amcharts-trend.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-xyplot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-xyplot/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-xyplot/amcharts-xyplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-xyplot/amcharts-xyplot.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/amcharts-xyplot/sym-amcharts-xyplot.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/Example.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/dropdown-menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/dropdown-menu.css -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/sym-dropdown-menu.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/dropdown-menu/trashcan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/dropdown-menu/trashcan.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/embedWebPage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/embedWebPage/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/embedWebPage/embedWebPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/embedWebPage/embedWebPage.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/embedWebPage/sym-embedWebPage-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/embedWebPage/sym-embedWebPage-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/embedWebPage/sym-embedWebPage-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/embedWebPage/sym-embedWebPage-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/embedWebPage/sym-embedWebPage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/embedWebPage/sym-embedWebPage.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/event-creation-pane/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/event-creation-pane/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/event-creation-pane/tool-efpicker-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/event-creation-pane/tool-efpicker-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/event-creation-pane/tool-efpicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/event-creation-pane/tool-efpicker.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/gantt/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/gantt/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/gantt/gantt-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/gantt/gantt-example.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/gantt/sym-ganttchart-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/gantt/sym-ganttchart-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/gantt/sym-ganttchart-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/gantt/sym-ganttchart-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/gantt/sym-ganttchart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/gantt/sym-ganttchart.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/imageurl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/imageurl/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/imageurl/imageurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/imageurl/imageurl.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/imageurl/sym-imageurl-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/imageurl/sym-imageurl-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/imageurl/sym-imageurl-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/imageurl/sym-imageurl-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/imageurl/sym-imageurl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/imageurl/sym-imageurl.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/Example.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/GitHub-Mark-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/GitHub-Mark-32px.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/Q.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/bootstrap-manual-entry.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/bootstrap-manual-entry.css -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/loading.gif -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/paper-plane-xxl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/paper-plane-xxl.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/sym-sendvalue-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/sym-sendvalue-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/sym-sendvalue-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/sym-sendvalue-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/sym-sendvalue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/sym-sendvalue.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/manual-data-entry/underscore-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/manual-data-entry/underscore-min.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/navigation-close-current-tab/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/navigation-close-current-tab/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/navigation-close-current-tab/sym-nav-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/navigation-close-current-tab/sym-nav-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/navigation-close-current-tab/sym-nav-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/navigation-close-current-tab/sym-nav-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/navigation-close-current-tab/sym-nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/navigation-close-current-tab/sym-nav.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/pareto/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/pareto/README.MD -------------------------------------------------------------------------------- /Community Samples/OSIsoft/pareto/noun_Pareto_diagram_626189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/pareto/noun_Pareto_diagram_626189.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/pareto/pareto-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/pareto/pareto-example.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/pareto/sym-pareto-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/pareto/sym-pareto-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/pareto/sym-pareto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/pareto/sym-pareto.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/playback control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/playback control/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/playback control/tool-playback-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/playback control/tool-playback-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/playback control/tool-playback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/playback control/tool-playback.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/plotly-3dsurface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/plotly-3dsurface/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/plotly-3dsurface/plotly-3dsurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/plotly-3dsurface/plotly-3dsurface.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/plotly-3dsurface/sym-plotly-3dsurface.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/rss symbol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/rss symbol/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/rss symbol/sym-rssfeed-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/rss symbol/sym-rssfeed-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/rss symbol/sym-rssfeed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/rss symbol/sym-rssfeed.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/single-manual-data-entry/Reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/single-manual-data-entry/Reset.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/single-manual-data-entry/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/single-manual-data-entry/loading.gif -------------------------------------------------------------------------------- /Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/single-manual-data-entry/sym-updatevalue.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/snapshotDataTable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/snapshotDataTable/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/snapshotDataTable/snapshotDataTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/snapshotDataTable/snapshotDataTable.png -------------------------------------------------------------------------------- /Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/snapshotDataTable/sym-snapshotDataTable.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/timeSeriesDataTable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/timeSeriesDataTable/README.md -------------------------------------------------------------------------------- /Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable-config.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable-template.html -------------------------------------------------------------------------------- /Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/timeSeriesDataTable/sym-timeSeriesDataTable.js -------------------------------------------------------------------------------- /Community Samples/OSIsoft/timeSeriesDataTable/timeSeriesDataTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/OSIsoft/timeSeriesDataTable/timeSeriesDataTable.png -------------------------------------------------------------------------------- /Community Samples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/Community Samples/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/README.md -------------------------------------------------------------------------------- /tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/README.md -------------------------------------------------------------------------------- /tutorials/liquidgauge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/liquidgauge/README.md -------------------------------------------------------------------------------- /tutorials/liquidgauge/sym-liquidgauge-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/liquidgauge/sym-liquidgauge-template.html -------------------------------------------------------------------------------- /tutorials/liquidgauge/sym-liquidgauge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/liquidgauge/sym-liquidgauge.js -------------------------------------------------------------------------------- /tutorials/simplevalue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/simplevalue/README.md -------------------------------------------------------------------------------- /tutorials/simplevalue/sym-simplevalue-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/simplevalue/sym-simplevalue-config.html -------------------------------------------------------------------------------- /tutorials/simplevalue/sym-simplevalue-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/simplevalue/sym-simplevalue-template.html -------------------------------------------------------------------------------- /tutorials/simplevalue/sym-simplevalue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/simplevalue/sym-simplevalue.js -------------------------------------------------------------------------------- /tutorials/timeserieschart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/timeserieschart/README.md -------------------------------------------------------------------------------- /tutorials/timeserieschart/sym-timeserieschart-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/timeserieschart/sym-timeserieschart-template.html -------------------------------------------------------------------------------- /tutorials/timeserieschart/sym-timeserieschart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexjj/PI-Vision-Custom-Symbols/HEAD/tutorials/timeserieschart/sym-timeserieschart.js --------------------------------------------------------------------------------