The Dashboard Creation Toolkit (DCT) Project M. Fátima Gómez de la Cruz (EN-ICE-MTA)

Slides:



Advertisements
Similar presentations
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
Advertisements

2013 Texas Ad Astra Summit Monday, July 22 nd What’s New in 7.5 for Event Scheduling Presented by: Kelly Hollowell, Manager of Education, Ad Astra.
1 Chapter 12 Working With Access 2000 on the Internet.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Amit Caspi Idan Manor Yoav Zur Itamar Zamir. General description Easy to use. Dynamically updated. Powerful. Graphical view. Forecast ability.
1. 2 LabVIEW 2011 Versus 8.6 Doug Norman National Instruments January 6, 2012.
What is Android? Android is among the most popular operating systems aimed towards mobile devices such as smartphones, and is currently the most widely.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
Workshop 3 of 7 Welcome!. Today's Topics Review of Workshop 2 Loops While For Auto-indexing Shift registers Case Structure.
ArcGIS Workflow Manager An Introduction
Tips and Tricks to Speed LabVIEW Development Useful Nuggets to Save You Time ni.com/labviewzone.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Create.
Configuration Management and Server Administration Mohan Bang Endeca Server.
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
3-Protecting Systems Dr. John P. Abraham Professor UTPA.
Introduction to ASP.NET 1www.tech.findforinfo.com.
Nobody’s Unpredictable Ipsos Portals. © 2009 Ipsos Agenda 2 Knowledge Manager Archway Summary Portal Definition & Benefits.
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
The 1:1 meeting scheduler that runs itself The 1:1 meeting scheduler that runs itself.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
PVSSProxy The first piece of the MACS procedure framework (ProShell) Angela Brett.
A powerful network monitoring system
Lesson 2 What is ASP.NET? What is ASP.NET? What is Web Matrix? What is Web Matrix? What are the features of Web Matrix? What are the features of Web Matrix?
Beta Prototype Sarah Kuria Overview Project Schedule Important Events Process Related Information Other Experiences Demonstration.
National Instruments Leadership Seminar
GUI Design With The Appx Client Presented By: Gary Rogers.
Hands-on Teleoperation TARET Winter School Villach, February 5 –16, 2007 Darko Hercog.
Integrating EPICS and LabVIEW on Windows using DCOM Freddie Akeroyd ISIS Computing Group.
Session 1 Introduction  What is RADE  Technology  Palette  Tools  Template  Combined Example  How to get RADE  Questions? RADE Applications EN-ICE-MTA.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Office Integration Outlook –SharePoint lists in outlook –Documents in outlook InfoPath.
Building Dashboards SharePoint and Business Intelligence.
How to create & use Dreamweaver Templates. Creating a Dreamweaver Template o A template is a common structure or layout of a web site that most of your.
ASP.NET User Controls. User Controls In addition to using Web server controls in your ASP.NET Web pages, you can create your own custom, reusable controls.
Adxstudio Portals Training
Adxstudio Portals Training
Home page Web page link 1 Web page link 2Web page link 3Web page link 4.
Change Display of a Key Figure While in the Change Query (Local Definition) Hiding 1.Right click.
Change Display of a Key Figure While in the Change Query (Local Definition) Hiding 1.Right click.
TE002 Coming to grips with management with Sage CRM Robert Tan.
FlowLevel Client, server & elements monitoring and controlling system Message Include End Dial Start.
Using Workflow With Dataforms Tim Borntreger, Director of Client Services.
C. Candace Chou University of St.Thomas EndNote for Researchers.
CHAPTER 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
INTERNAL USE ONLY CIS Web Centre, December 22, Web Content Management Systems A Presentation by Randy Schilling CIS Web Centre.
Working with ASP.NET Controls What is ASP.NET Using server controls in your pages Allowing users to create their own accounts Creating a login page Letting.
Integrating and Extending Workflow 8 AA301 Carl Sykes Ed Heaney.
Industrial Control Engineering Session 1 Introduction  What is RADE  Technology  Palette  Tools  Template  Combined Example  How to get RADE 
17 Copyright © 2006, Oracle. All rights reserved. Information Publisher.
Wednesday NI Vision Sessions
Workshop 2 of 7 Welcome!. Today’s Topics -Review of: -LabVIEW Project -Mechanical Action of Booleans -Custom Controls and Type Definitions.
Studio modeling basics
Introducing the Windows Mobile development
Welcome! Workshop 3 of 7.
Mapping for the interwebs
Gadgets and Dashboards
EE 200 Design Tools Laboratory 14
CARA 3.10 Major New Features
Welcome to all Salesforce Enthusiasts Once Again
Images v26Q3.
Getting Started with LabVIEW Virtual Instruments
Presented by [Harshit Agrawal] 03/02/2017
Baxter Shandobil Adele Rife
Sarah Kuria Beta Prototype
Marketo Programs: How to Utilize Templates, Tokens and Analytics
הודעות ריענון מהיר והרחבות Charts & Graphs גרף XY בניית מחולל אותות
LonMaker® Turbo Editions New Features
FLDigi/FLMessage NBEMS Suite
Features Overview.
In LabVIEW Stuart Wilson.
Presentation transcript:

The Dashboard Creation Toolkit (DCT) Project M. Fátima Gómez de la Cruz (EN-ICE-MTA)

 Provide an easy and standard way to create dynamic web pages from on-line data.  Requirements:  Drag and drop objects.  Only configuration.  Access to connect to data via dedicated server.  Clear template definition.  Web page creation.  Proposal: using the LabVIEW XControls technology and RADE framework

 What is?  Is a reusable custom control/indicator.  Has dedicated code.  Possibility to add new user functionalities.  Why?  Grouping in the project window.  Configurable from pop-up windows.  Once drag and drop isn’t necessary to program the Block Diagram (no high LabVIEW knowledge).

 The structure:  Data (.ctl)  State (.ctl)  Façade (.vi)  Init (.vi)  Convert State For Save (.vi)  Uninit (.vi)  Properties  Methods

 ProjectGeneratorMain.vi

 The configuration file (devices.csv) has to be placed into Config file.  Structure:  Data Type  Device/Field#Property  Visible Name  Description  Units  Frequency  Buffer

Text XY Chart XY Graph

Drag and drop XControls Select device(s) in the pop-up window Each XControl instance has all the Devices Names and only one user event refnum Run Main.vi Automatically we launch the subscriptions which will work in parallel with the Main.vi XControl update by notifications Read from Buffer and update the XControl Write to Buffer Devices and Refnums will be saved in a FG from the XControl Init ability Configuration Execution