US20120272146A1 - Automatic application wizard - Google Patents

Automatic application wizard Download PDF

Info

Publication number
US20120272146A1
US20120272146A1 US13/092,062 US201113092062A US2012272146A1 US 20120272146 A1 US20120272146 A1 US 20120272146A1 US 201113092062 A US201113092062 A US 201113092062A US 2012272146 A1 US2012272146 A1 US 2012272146A1
Authority
US
United States
Prior art keywords
wizard
tool
application
settings
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/092,062
Inventor
Aaron Francis D'Souza
Lavanya Bhadriraju
Soumya Ramesh
Thejasvini Shivanagendra
Stalin G
Subramanya Tavarekere Nagaraj
Kevin B. Moore
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Honeywell International Inc
Original Assignee
Honeywell International Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Honeywell International Inc filed Critical Honeywell International Inc
Priority to US13/092,062 priority Critical patent/US20120272146A1/en
Assigned to HONEYWELL INTERNATIONAL INC. reassignment HONEYWELL INTERNATIONAL INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SHIVANAGENDRA, THEJASVINI, MOORE, KEVIN B., NAGARAJ, SUBRAMANYA TAVAREKERE, BHADRIRAJU, LAVANYA, D'SOUZA, AARON FRANCIS, G, STALIN, RAMESH, SOUMYA
Publication of US20120272146A1 publication Critical patent/US20120272146A1/en
Priority to US14/639,939 priority patent/US10127056B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/453Help systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Definitions

  • the present disclosure pertains to applications and particularly to approaches for providing simple views of the applications.
  • the disclosure reveals a tool or approach to automate creation of a configuration wizard from, for example, an underlying control application.
  • a complex application may be represented with a simple configuration view such as that of a configuration wizard.
  • a user may be provided with a feature that defines the configuration wizard.
  • Some aspects of the present approach are that a wizard user interface may be automatically generated, a standard approach may be provided to define the wizard, and, for changes which are done in the application, the wizard may easily be edited and regenerated.
  • FIG. 1 is a diagram of an illustrative example of a present tool used by an application creator
  • FIGS. 2 a , 2 b , 2 c and 2 d are diagrams that reveal various kinds of uses of the present tool as illustrative examples
  • FIGS. 3-32 are diagrams of an illustrative example of a first scenario of a configuration wizard
  • FIGS. 33-43 are diagrams of an illustrative example of a second scenario of a configuration wizard
  • FIGS. 44-47 are diagrams of an illustrative example of an approach for saving a wizard in an application library for reuse according to a first option.
  • FIGS. 48-57 are diagrams of an illustrative example of an approach for saving a wizard in an application library for reuse according to a second option.
  • a wizard may be a user interface element that presents a user with a sequence of dialog boxes that leads the user through a series of well-defined steps. Tasks that are complex, infrequently performed, or unfamiliar may be easier to perform using a wizard. In contrast, an expert system may guide a user through a series of questions to utilize an application. For instance, many web applications may make use of the wizard paradigm to perform lengthy interactive processes.
  • the application may often be represented with a configuration wizard. Creating the wizard may take a considerably large amount of time and effort. Furthermore, whenever the application is changed, the wizard should be modified. Modifications may be prone to errors.
  • the wizard functionalities may be exemplified as a feature in the configuration tool that could avoid the development cost of a wizard and also mitigate failures of manual interventions.
  • a contractor or another may be provided with a feature that defines the configuration wizard.
  • the wizard feature may have the following sub-features: 1) Select data points from the application that will appear in the wizard; 2) Map data points to widget/user interface fields in the wizard; and 3) Define validations and rules for the wizard. Given the above information, the wizard may be generated for a configuration.
  • the advantages of the present approach may be: 1) The user does not have to spend effort defining the wizard user interface as it is automatically generated; 2) A standard approach may be used to define the wizard and thus will be less error prone; and 3) If any changes are done in the application, the wizard may be edited and regenerated in a quick, multi-step process.
  • the wizard creator may be provided as a feature in a SpyderTM programming tool.
  • the Spyder programming tool is merely an illustrative example with the wizard.
  • the wizard creator feature may also be provided independent of the Spyder Programming tool.
  • the user may get an additional command to launch a wizard creator tool.
  • the user may select data points and map them to fields in the wizard.
  • the user may also have options to define the wizard layout and steps in the wizard.
  • FIG. 1 is a flow diagram of the present tool used by an application creator.
  • An application may be created using a Spyder programming tool as indicated in symbol 21 .
  • a utility may be launched for creating a wizard. Parameters from the application may be discovered which can be exposed to the user in the wizard, at symbol 23 .
  • a new template or an existing template may be chosen. Based on the application, the tool should be able to suggest a template from the list of available templates, or a new template may be chosen or developed. If an existing template is to be chosen, then it may be standard template by an established entity or it may be one of the custom templates which the user has created earlier and saved for re-use.
  • a new template approach may be taken at symbol 24 .
  • one or more discovered parameters may be selected for exposure to the user in the wizard. Attributes for the selected parameters may be defined at symbol 26 . Examples of attributes may be data type, limits, range incremental, and so on. Steps may then be created at symbol 27 . There may be some standard blocks from which the user can create steps.
  • the parameters may be assigned to the steps. The parameters may be rearranged under each step at symbol 29 . Rules may be defined at symbol 30 . There may be a library of rules from which the user can select to provide rules.
  • a resultant new template may be previewed at symbol 31 , and saved at symbol 32 .
  • the user may decide to choose an existing template instead of developing a new template. Based on the type of template selected, a list of steps may be generated at symbol 33 .
  • the wizard may give a list of fields under each step.
  • the discovered parameters of symbol 23 may be mapped to the steps and/or fields at symbol 35 .
  • attributes may be defined for the parameters.
  • a decision to customize a template may be made at symbol 37 . If the template is to be customized at symbol 37 , then the steps may be modified at symbol 38 , the parameters may be rearranged under each step at symbol 39 , and the rules may be redefined at symbol 40 .
  • the resultant customized existing template may be previewed at symbol 31 and saved at symbol 32 .
  • the resultant non-customized existing template may be previewed at symbol 31 and saved at symbol 32 .
  • a saved template from symbol 32 may be output in various formats which could be used by different types of users.
  • FIGS. 2 a , 2 b , 2 c and 2 d are diagrams that reveal various kinds of users of the present tool as illustrative examples.
  • a user may be an OEM engineer who launches a utility for using the tool at symbol 41 .
  • the wizard may be opened for the application. If the user does not have access to NiagaraTM, the user may open wizard in another way.
  • the settings may be customized according to the user's needs at symbol 43 .
  • the settings may be saved at symbol 44 .
  • the application may be loaded to the controller.
  • a Spyder application user may launch a Niagara work station at symbol 51 .
  • an application may be dropped to a worksheet at symbol 52 .
  • the wizard may get bundled with the application.
  • a wizard may automatically appear.
  • the settings may be customized according to the user's needs at symbol 54 .
  • the settings may be saved.
  • the application may be loaded to a controller at symbol 56 .
  • WebVisionTM is a building manager controller that may provide features like scheduling, alarming trending and default device graphics. Configuration wizards for Honeywell International Inc.'s XL10TM family of controllers may be provided as a part of the WebVision device. Ease of installation and support for up to 120 devices may be other features of the WebVision building manager.
  • a WebVision user may launch WebVision at symbol 61 .
  • the template may be imported in Webvision at symbol 62 .
  • a wizard may automatically appear at symbol 63 .
  • the settings may be customized according to the user's needs.
  • the settings may be saved at symbol 65 .
  • LNS may be regarded as the control networking industry's first multi-client network operating system for LONWORKSTM protocol based devices. Like many operating systems, the LNS network operating system may encapsulate common LONWORKS network operations, providing an essential directory, installation, management, monitoring and control services often needed by network applications. LNS may represent a LONWORKS network as a hierarchy of objects that corresponds to network devices, characteristics and operations. These objects may provide a set of methods, properties and events which implement the network/application interface.
  • an LNS user may launch a utility for using the tool in LNS at symbol 71 .
  • the template may be imported at symbol 72 .
  • wizard may automatically appear.
  • the settings may be customized according to the needs, at symbol 74 .
  • the settings may be saved.
  • Various other kinds of users may launch a utility for using the tool in their respective application or technology.
  • a first scenario being a Spyder configuration wizard may be illustrated by diagrams of screen prints as shown in FIGS. 3-32 .
  • An application may be created using a Spyder programming tool, and then a wizard may be created for this application using a wizard creation tool.
  • FIG. 3 is a diagram of a screen print 81 of a Niagara workbench in display 82 showing an engineering mode.
  • a function block layout is shown.
  • a control program label 83 is shown as selected in a navigation tree 84 .
  • a menu 89 may drop down as shown in a screen print 91 of a diagram in FIG. 5 .
  • a label 92 entitled “Launch Wizard Creation Tool”, may have a click 93 made on it. This click 93 may result in a “General Settings” menu 94 for a configuration wizard in FIG. 6 .
  • a wizard name and a selection of a library may be a part of general settings 97 in menu 94 of a screen print diagram 95 .
  • an option 1 is shown where the wizard is created using a new template.
  • FIG. 7 is a diagram of the configuration wizard menu 94 where a select field block 96 showing parameters (NCIs and constants) which may be selected for a control loop.
  • the user may select a checkbox for parameters which should be shown as part of the configuration wizard.
  • a discover button 95 may be clicked on to result in a list of parameters which may be selectively picked by a select 90 with a mouse pointer on the check box 101 of each parameter to be desired from the list.
  • FIG. 9 shows the blocks 101 for the parameters which have been selected.
  • FIG. 10 shows parameter properties 98 selected in menu 94 .
  • Each parameter may be selected to view and/or modify properties by select 102 on one of the lines of the parameters, such as the third parameter on the list. This may result in a display 103 of properties for the parameter selected of menu 94 in FIG. 11 .
  • One may customize UI (user interface) control by clicking on box 104 , in FIG. 12 , which may result in a box 105 which shows a select UI control box 106 which may be clicked on to get choices of text field, drop down menu, radio button, check box and spin control in a list 107 , in FIG. 13 .
  • “Spin Control” may be selected to result in the select UI control box 106 to indicate “Spin Control”, in FIG. 14 .
  • Box 105 may also show data type as numeric, low limit as 10, high limit as 30, a number of decimals and an increment/decrement unit amount. An “OK” or “Cancel” of box 105 may be clicked on in FIG. 14 , thereby removing box 105 , as shown in FIG. 15 .
  • a block for “select physical I/O” may be indicated in FIG. 16 with a list of inputs and outputs which may be selected to be a part of the configuration wizard.
  • a point name, type, and display name may be shown in a box 109 for the selected inputs and outputs.
  • a box 111 shows physical point properties which may be determined for each selected input and/or output.
  • the “select physical I/Os” box 109 may have inputs 1 and 2 , and an output 1 deselected in contrast to FIG. 16 .
  • FIG. 17 may also have an “on board sensor” checked in box 111 , which has a display name with “Space Temp” indicated.
  • FIG. 18 may be similar to FIG. 17 except that a display name for input 3 in box 109 is indicated as “Space Temp”.
  • FIG. 19 is a diagram of a screen print 113 with “wizard steps” 112 in the left box selected.
  • Box 114 indicates a list and order of steps in wizards. The sequence of steps may be re ordered with buttons 115 .
  • a wizard step may be added, edited or removed with buttons 116 , 117 or 118 , respectively.
  • An add wizard step button may be clicked to get a block 119 in FIG. 20 with wizard detail such as a step name of “Setpoint” which might be saved with a button 121 click.
  • a resulting diagram 113 with block 114 in FIG. 21 shows “Setpoint” added as a step in wizard.
  • FIG. 22 is a diagram of a screen print 122 having a block 123 selected and entitled “Associate Parameter to Steps”.
  • Block 124 reveals a list of parameters and block 125 reveals a list of wizard steps. Parameters may be dragged and dropped to corresponding wizard steps.
  • An input tab 126 may be clicked to pull up a name “Space Temp” under button 126 and a “Room Setpoint” which may be dragged from block 124 to block 125 under the “Setpoints” listing as shown by an arrow 127 .
  • “Space Temp” and/or “Room Setpoint” may be an illustrative example. Any such parameters may be discovered and setup.
  • a preview block 128 of a parameter is shown in FIGS. 21-24 .
  • Room setpoint is shown to be listed in blocks 125 and 128 of block 122 of FIG. 24 .
  • the Next button 129 may be clicked to get a diagram of a screen print 131 having a block 132 selected and entitled “Re-arrange Parameters”, in FIG. 25 .
  • Steps may be selected in block 133 and parameters may be re-arranged in a preview area.
  • the Next button 129 may be clicked to get a screen print 131 as in FIG. 26 .
  • a block 134 may appear for inserting an image of, for example, a Honeywell logo, into a preview area. Clicking Next button 129 may bring forth a FIG. 27 revealing an insertion of the Honeywell logo in a preview area of screen print 131 .
  • Button 129 may be clicked for a next FIG. 28 of screen print 131 showing the Honeywell logo 135 placed in preview block 128 .
  • the Next button 129 may be clicked to get a FIG. 29 showing a screen print 136 revealing a selection of a “Define Wizard Rule” block 137 .
  • a block 138 may be an area for a list of rules in screen print 136 .
  • An “add rules” button may be clicked to bring forth a screen 136 having a rule properties block 141 as in FIG. 30 .
  • a type of rule or a custom rule may be selected in button 142 or 143 , respectively.
  • a condition in block 144 may be set with a parameter, an operator and a value.
  • the “then” action may be selected with a parameter in block 145 .
  • a save button 146 may be clicked which puts an added rule into box 138 of screen 136 in FIG. 31 .
  • the Next button 129 may be clicked to move to a screen 148 in FIG. 32 which has a block 149 entitled “Preview” being selected.
  • a block 151 shows a preview of inputs selected.
  • Outputs, a control parameter or a setpoint may be selected for a preview.
  • a “save to library” button 152 may be clicked.
  • FIGS. 33-43 of diagrams of screen prints may illustrate a second scenario of a Spyder configuration wizard.
  • An application may be created by using a Spyder programming tool.
  • One may use an existing wizard template and customize it for the program.
  • FIG. 33 is a diagram of a screen print 161 of a Niagara workbench in display 162 showing an engineering mode.
  • a function block layout is shown.
  • a control program label 163 is shown as selected in a navigation tree 164 .
  • a menu 169 may drop down as shown in a screen print 171 of a diagram in FIG. 35 .
  • a label 172 entitled “Launch Wizard Creation Tool”, may have a click 173 made on it. This click 173 may result in a “General Settings” menu 174 for a configuration wizard in FIG. 36 .
  • a wizard name and a selection of a library may be a part of general settings 177 in menu 174 of a screen print diagram 175 .
  • an option 1 may be shown where the wizard is created using a new template.
  • a selection 177 for a general settings box 174 of screen 175 in FIG. 37 , shows a box 181 for selecting a template from a library.
  • a template type may be selected from a drop-down menu 182 listing a new template, standard template and custom template, as examples.
  • a click on menu 182 may be on the custom template.
  • FIG. 38 shows the selection of custom template in box 181 .
  • the Next button 129 may be clicked to result in a select field 176 along with a box 184 , as shown in FIG. 39 .
  • Box 184 may be for selecting parameters (NCIs and constants) from a control loop.
  • Check boxes for various parameters may be selected which should be shown as a part of the configuration wizard.
  • the Next button 129 may be clicked on to result in a selection 186 in FIG. 40 of a map parameters to fields and a box 187 where a field may be mapped to existing parameters in the template by selecting a field in a first table 188 at an example click or select 191 , and selecting a corresponding parameter in a second table 189 at an example click or select 192 .
  • Table 188 may be a list of selected fields and table 189 may be a list of existing parameters in templates.
  • the result of selects 191 and 192 is shown in FIG. 41 .
  • a map button 194 may be clicked to show a mapped parameter room setpoint in table 188 and a mapped field for room setpoint in table 189 , as shown in FIG. 42 .
  • the Next button 129 may be clicked for a selection 196 of parameter properties in FIG. 43 .
  • a box 197 may appear for parameter properties.
  • a parameter may be selected in table 198 to view or modify properties.
  • the parameter properties, for the selected parameter in table 198 are shown in a box 199 .
  • the properties may be noted by function block name, field name, display name, field type, default value, and units. Box 199 may also show a preview. To proceed, a Next button 129 may be clicked.
  • FIGS. 44-47 show an approach for saving wizard in an application library for reuse according to an option 1 .
  • an application may be created using a Spyder programming tool.
  • a wizard for the application may be created from the wizard creation tool. The wizard may be saved for different users.
  • a selection 201 for preview with a preview box 202 is shown in FIG. 44 .
  • a box 203 for inputs, outputs, a control parameter and setpoint, is shown. Inputs may be selected and a box 204 may show information for space temperature.
  • a save to library button 152 may be clicked.
  • FIG. 45 may result with a box 205 for a save library item with information about a path, library and other details of the item in box 203 .
  • An OK button 206 may be clicked to pursue the save.
  • FIG. 46 is a diagram of a Niagara workbench screen 208 .
  • BACnet Spyder may be selected in Palette 209 .
  • Spyder VAV may be selected in applications of a Spyder Library 211 .
  • a drop-down menu 212 with views may be clicked to get another drop-down menu 213 showing “Wiresheet” and “Config Wizard”.
  • BACnet Spyder may be selected in Palette 209 .
  • Spyder VAV may be selected in applications of Spyder Library to get the Views drop-down menu 212 but the “Export As” at 215 may be clicked to get a drop-down menu 214 .
  • menu 214 may list “Wizard Only”, “Wizard and Application”, “LNS Plugin,” “Webvision Template”, and so forth.
  • FIGS. 48-57 may regard an option 2 for a wizard in the application library for reuse.
  • an application may be created using a Spyder programming tool.
  • a wizard for this application may be created from a wizard creation tool. The wizard may be saved for different users.
  • FIG. 48 shows a screen 210 with a “Preview” box 217 selected in the lower left portion of screen 210 .
  • a box 218 of a VAV application wizard may be present in a preview area 219 .
  • Box 218 may have layouts for inputs, outputs, control parameter and set point.
  • inputs may be selected, for example, with an instance of Space Temp 221 .
  • This preview may be saved to the library with a click of button 152 .
  • a save library item box 222 may come up on screen 216 in FIG. 49 .
  • a block 223 entitled “Define Wizard Rules”, may be selected.
  • the parent folder path may be indicated in a slot 224 .
  • a library such as LonSpyderTM may be selected as an example in a select library slot 225 , as shown in FIG. 50 .
  • a details block 226 may indicate a name of Spyder Application Logic and a type of general application. The wizard type selected may be checked as “Wizard only”. An OK button 227 may be clicked for saving the library item.
  • FIG. 51 may be a diagram of screen 208 like that in FIG. 46 , where BACnet Spyder is selected in Palette 209 .
  • Application(s) 229 may be clicked in Spyder Library 211 resulting in a list 231 of Spyder VAV applications in FIG. 52 .
  • a right click on the first Spyder VAV application 232 in FIG. 53 may result in a views menu 212 , as shown in FIG. 54 , and be similar to menu 212 in FIG. 46 .
  • the views menu 212 may be clicked in FIG. 55 to result in a Wizard View menu 233 as shown in FIG. 56 .
  • Wizard View menu 233 may be clicked to result in an engineering mode in screen 208 of FIG. 57 .
  • Present in the engineering mode area is the VAV application wizard in box 218 , which appeared to be present in the preview area 219 of FIG. 48 , and saved to the library with a button 152 click.
  • the VAV application wizard may later be retrieved with a click on menu 233 in FIG. 56 from the library to appear in FIG. 57 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

A system to automate creation of a configuration wizard from, for example, an underlying control application. In one instance, a complex application may be represented with a simple configuration view such as that of a configuration wizard. When an application is being created, a user may be provided with a feature that defines the configuration wizard. Some aspects of the present approach are that a wizard user interface may be automatically generated, a standard approach may be provided to define the wizard, and, for changes which are performed in the application, the wizard may easily be edited and regenerated.

Description

    BACKGROUND
  • The present disclosure pertains to applications and particularly to approaches for providing simple views of the applications.
  • SUMMARY
  • The disclosure reveals a tool or approach to automate creation of a configuration wizard from, for example, an underlying control application. In one instance, a complex application may be represented with a simple configuration view such as that of a configuration wizard. When an application is being created, a user may be provided with a feature that defines the configuration wizard. Some aspects of the present approach are that a wizard user interface may be automatically generated, a standard approach may be provided to define the wizard, and, for changes which are done in the application, the wizard may easily be edited and regenerated.
  • BRIEF DESCRIPTION OF THE DRAWING
  • FIG. 1 is a diagram of an illustrative example of a present tool used by an application creator;
  • FIGS. 2 a, 2 b, 2 c and 2 d are diagrams that reveal various kinds of uses of the present tool as illustrative examples;
  • FIGS. 3-32 are diagrams of an illustrative example of a first scenario of a configuration wizard;
  • FIGS. 33-43 are diagrams of an illustrative example of a second scenario of a configuration wizard;
  • FIGS. 44-47 are diagrams of an illustrative example of an approach for saving a wizard in an application library for reuse according to a first option; and
  • FIGS. 48-57 are diagrams of an illustrative example of an approach for saving a wizard in an application library for reuse according to a second option.
  • DESCRIPTION
  • A wizard may be a user interface element that presents a user with a sequence of dialog boxes that leads the user through a series of well-defined steps. Tasks that are complex, infrequently performed, or unfamiliar may be easier to perform using a wizard. In contrast, an expert system may guide a user through a series of questions to utilize an application. For instance, many web applications may make use of the wizard paradigm to perform lengthy interactive processes.
  • Contractors or others who create complex building control applications often need to present their field technicians with a simple configuration view for a complex application. The application may often be represented with a configuration wizard. Creating the wizard may take a considerably large amount of time and effort. Furthermore, whenever the application is changed, the wizard should be modified. Modifications may be prone to errors.
  • The wizard functionalities may be exemplified as a feature in the configuration tool that could avoid the development cost of a wizard and also mitigate failures of manual interventions.
  • When a control application is being created, a contractor or another may be provided with a feature that defines the configuration wizard. The wizard feature may have the following sub-features: 1) Select data points from the application that will appear in the wizard; 2) Map data points to widget/user interface fields in the wizard; and 3) Define validations and rules for the wizard. Given the above information, the wizard may be generated for a configuration.
  • The advantages of the present approach may be: 1) The user does not have to spend effort defining the wizard user interface as it is automatically generated; 2) A standard approach may be used to define the wizard and thus will be less error prone; and 3) If any changes are done in the application, the wizard may be edited and regenerated in a quick, multi-step process.
  • The wizard creator may be provided as a feature in a Spyder™ programming tool. The Spyder programming tool is merely an illustrative example with the wizard. The wizard creator feature may also be provided independent of the Spyder Programming tool.
  • When a user creates a Spyder application, the user may get an additional command to launch a wizard creator tool. Here, the user may select data points and map them to fields in the wizard. The user may also have options to define the wizard layout and steps in the wizard.
  • FIG. 1 is a flow diagram of the present tool used by an application creator. An application may be created using a Spyder programming tool as indicated in symbol 21. At symbol 22, a utility may be launched for creating a wizard. Parameters from the application may be discovered which can be exposed to the user in the wizard, at symbol 23. At symbol 24, a new template or an existing template may be chosen. Based on the application, the tool should be able to suggest a template from the list of available templates, or a new template may be chosen or developed. If an existing template is to be chosen, then it may be standard template by an established entity or it may be one of the custom templates which the user has created earlier and saved for re-use.
  • A new template approach may be taken at symbol 24. At symbol 25, one or more discovered parameters may be selected for exposure to the user in the wizard. Attributes for the selected parameters may be defined at symbol 26. Examples of attributes may be data type, limits, range incremental, and so on. Steps may then be created at symbol 27. There may be some standard blocks from which the user can create steps. At symbol 28, the parameters may be assigned to the steps. The parameters may be rearranged under each step at symbol 29. Rules may be defined at symbol 30. There may be a library of rules from which the user can select to provide rules. A resultant new template may be previewed at symbol 31, and saved at symbol 32.
  • Returning to symbol 24, the user may decide to choose an existing template instead of developing a new template. Based on the type of template selected, a list of steps may be generated at symbol 33. At symbol 34, the wizard may give a list of fields under each step. The discovered parameters of symbol 23 may be mapped to the steps and/or fields at symbol 35. At symbol 36, attributes may be defined for the parameters.
  • A decision to customize a template may be made at symbol 37. If the template is to be customized at symbol 37, then the steps may be modified at symbol 38, the parameters may be rearranged under each step at symbol 39, and the rules may be redefined at symbol 40. The resultant customized existing template may be previewed at symbol 31 and saved at symbol 32.
  • If a decision is made at symbol 37 not to customize the existing template, then the resultant non-customized existing template may be previewed at symbol 31 and saved at symbol 32. A saved template from symbol 32 may be output in various formats which could be used by different types of users.
  • FIGS. 2 a, 2 b, 2 c and 2 d are diagrams that reveal various kinds of users of the present tool as illustrative examples. In FIG. 2 a, a user may be an OEM engineer who launches a utility for using the tool at symbol 41. At symbol 42, the wizard may be opened for the application. If the user does not have access to Niagara™, the user may open wizard in another way. The settings may be customized according to the user's needs at symbol 43. The settings may be saved at symbol 44. At symbol 45, the application may be loaded to the controller.
  • In FIG. 2 b, a Spyder application user may launch a Niagara work station at symbol 51. From a library, an application may be dropped to a worksheet at symbol 52. Incidentally, if the wizard is created using a Spyder tool, the wizard may get bundled with the application. At symbol 53, a wizard may automatically appear. The settings may be customized according to the user's needs at symbol 54. At symbol 55, the settings may be saved. The application may be loaded to a controller at symbol 56.
  • It may be noted here that WebVision™ is a building manager controller that may provide features like scheduling, alarming trending and default device graphics. Configuration wizards for Honeywell International Inc.'s XL10™ family of controllers may be provided as a part of the WebVision device. Ease of installation and support for up to 120 devices may be other features of the WebVision building manager.
  • In FIG. 2 c, a WebVision user may launch WebVision at symbol 61. The template may be imported in Webvision at symbol 62. A wizard may automatically appear at symbol 63. At symbol 64, the settings may be customized according to the user's needs. The settings may be saved at symbol 65.
  • It can be noted here that LNS may be regarded as the control networking industry's first multi-client network operating system for LONWORKS™ protocol based devices. Like many operating systems, the LNS network operating system may encapsulate common LONWORKS network operations, providing an essential directory, installation, management, monitoring and control services often needed by network applications. LNS may represent a LONWORKS network as a hierarchy of objects that corresponds to network devices, characteristics and operations. These objects may provide a set of methods, properties and events which implement the network/application interface.
  • In FIG. 2 d, an LNS user may launch a utility for using the tool in LNS at symbol 71. The template may be imported at symbol 72. At symbol 73, wizard may automatically appear. The settings may be customized according to the needs, at symbol 74. At symbol 75, the settings may be saved. Various other kinds of users may launch a utility for using the tool in their respective application or technology.
  • A first scenario being a Spyder configuration wizard may be illustrated by diagrams of screen prints as shown in FIGS. 3-32. An application may be created using a Spyder programming tool, and then a wizard may be created for this application using a wizard creation tool.
  • FIG. 3 is a diagram of a screen print 81 of a Niagara workbench in display 82 showing an engineering mode. A function block layout is shown. A control program label 83 is shown as selected in a navigation tree 84. In a diagram of a screen print 86 in FIG. 4, on label 83, there may be a right click on control program 83. As a result of the right click 87, a menu 89 may drop down as shown in a screen print 91 of a diagram in FIG. 5. A label 92, entitled “Launch Wizard Creation Tool”, may have a click 93 made on it. This click 93 may result in a “General Settings” menu 94 for a configuration wizard in FIG. 6. A wizard name and a selection of a library may be a part of general settings 97 in menu 94 of a screen print diagram 95. Here, an option 1 is shown where the wizard is created using a new template.
  • FIG. 7 is a diagram of the configuration wizard menu 94 where a select field block 96 showing parameters (NCIs and constants) which may be selected for a control loop. The user may select a checkbox for parameters which should be shown as part of the configuration wizard. A discover button 95 may be clicked on to result in a list of parameters which may be selectively picked by a select 90 with a mouse pointer on the check box 101 of each parameter to be desired from the list. FIG. 9 shows the blocks 101 for the parameters which have been selected.
  • FIG. 10 shows parameter properties 98 selected in menu 94. Each parameter may be selected to view and/or modify properties by select 102 on one of the lines of the parameters, such as the third parameter on the list. This may result in a display 103 of properties for the parameter selected of menu 94 in FIG. 11. One may customize UI (user interface) control by clicking on box 104, in FIG. 12, which may result in a box 105 which shows a select UI control box 106 which may be clicked on to get choices of text field, drop down menu, radio button, check box and spin control in a list 107, in FIG. 13. “Spin Control” may be selected to result in the select UI control box 106 to indicate “Spin Control”, in FIG. 14. Box 105 may also show data type as numeric, low limit as 10, high limit as 30, a number of decimals and an increment/decrement unit amount. An “OK” or “Cancel” of box 105 may be clicked on in FIG. 14, thereby removing box 105, as shown in FIG. 15.
  • A block for “select physical I/O” may be indicated in FIG. 16 with a list of inputs and outputs which may be selected to be a part of the configuration wizard. A point name, type, and display name may be shown in a box 109 for the selected inputs and outputs. A box 111 shows physical point properties which may be determined for each selected input and/or output. In FIG. 17, the “select physical I/Os” box 109 may have inputs 1 and 2, and an output 1 deselected in contrast to FIG. 16. FIG. 17 may also have an “on board sensor” checked in box 111, which has a display name with “Space Temp” indicated. FIG. 18 may be similar to FIG. 17 except that a display name for input 3 in box 109 is indicated as “Space Temp”.
  • FIG. 19 is a diagram of a screen print 113 with “wizard steps” 112 in the left box selected. Box 114 indicates a list and order of steps in wizards. The sequence of steps may be re ordered with buttons 115. A wizard step may be added, edited or removed with buttons 116, 117 or 118, respectively. An add wizard step button may be clicked to get a block 119 in FIG. 20 with wizard detail such as a step name of “Setpoint” which might be saved with a button 121 click. A resulting diagram 113 with block 114 in FIG. 21 shows “Setpoint” added as a step in wizard.
  • FIG. 22 is a diagram of a screen print 122 having a block 123 selected and entitled “Associate Parameter to Steps”. Block 124 reveals a list of parameters and block 125 reveals a list of wizard steps. Parameters may be dragged and dropped to corresponding wizard steps. An input tab 126 may be clicked to pull up a name “Space Temp” under button 126 and a “Room Setpoint” which may be dragged from block 124 to block 125 under the “Setpoints” listing as shown by an arrow 127. “Space Temp” and/or “Room Setpoint” may be an illustrative example. Any such parameters may be discovered and setup.
  • A preview block 128 of a parameter is shown in FIGS. 21-24. Room setpoint is shown to be listed in blocks 125 and 128 of block 122 of FIG. 24. The Next button 129 may be clicked to get a diagram of a screen print 131 having a block 132 selected and entitled “Re-arrange Parameters”, in FIG. 25.
  • Steps may be selected in block 133 and parameters may be re-arranged in a preview area. The Next button 129 may be clicked to get a screen print 131 as in FIG. 26. A block 134 may appear for inserting an image of, for example, a Honeywell logo, into a preview area. Clicking Next button 129 may bring forth a FIG. 27 revealing an insertion of the Honeywell logo in a preview area of screen print 131. Button 129 may be clicked for a next FIG. 28 of screen print 131 showing the Honeywell logo 135 placed in preview block 128.
  • The Next button 129 may be clicked to get a FIG. 29 showing a screen print 136 revealing a selection of a “Define Wizard Rule” block 137. A block 138 may be an area for a list of rules in screen print 136. An “add rules” button may be clicked to bring forth a screen 136 having a rule properties block 141 as in FIG. 30. A type of rule or a custom rule may be selected in button 142 or 143, respectively. A condition in block 144 may be set with a parameter, an operator and a value. The “then” action may be selected with a parameter in block 145. A save button 146 may be clicked which puts an added rule into box 138 of screen 136 in FIG. 31.
  • The Next button 129 may be clicked to move to a screen 148 in FIG. 32 which has a block 149 entitled “Preview” being selected. A block 151 shows a preview of inputs selected. Outputs, a control parameter or a setpoint may be selected for a preview. A “save to library” button 152 may be clicked.
  • FIGS. 33-43 of diagrams of screen prints may illustrate a second scenario of a Spyder configuration wizard. An application may be created by using a Spyder programming tool. One may use an existing wizard template and customize it for the program. FIG. 33 is a diagram of a screen print 161 of a Niagara workbench in display 162 showing an engineering mode. A function block layout is shown. A control program label 163 is shown as selected in a navigation tree 164. In a diagram of a screen print 166 in FIG. 34, on label 163, there may be a right click 167 on control program 163. As a result of the right click 167, a menu 169 may drop down as shown in a screen print 171 of a diagram in FIG. 35. A label 172, entitled “Launch Wizard Creation Tool”, may have a click 173 made on it. This click 173 may result in a “General Settings” menu 174 for a configuration wizard in FIG. 36. A wizard name and a selection of a library may be a part of general settings 177 in menu 174 of a screen print diagram 175. Here, an option 1 may be shown where the wizard is created using a new template.
  • A selection 177, for a general settings box 174 of screen 175 in FIG. 37, shows a box 181 for selecting a template from a library. A template type may be selected from a drop-down menu 182 listing a new template, standard template and custom template, as examples. Here, a click on menu 182 may be on the custom template.
  • FIG. 38 shows the selection of custom template in box 181. The Next button 129 may be clicked to result in a select field 176 along with a box 184, as shown in FIG. 39. Box 184 may be for selecting parameters (NCIs and constants) from a control loop. Check boxes for various parameters may be selected which should be shown as a part of the configuration wizard. Upon selection, the Next button 129 may be clicked on to result in a selection 186 in FIG. 40 of a map parameters to fields and a box 187 where a field may be mapped to existing parameters in the template by selecting a field in a first table 188 at an example click or select 191, and selecting a corresponding parameter in a second table 189 at an example click or select 192.
  • Table 188 may be a list of selected fields and table 189 may be a list of existing parameters in templates. The result of selects 191 and 192 is shown in FIG. 41. A map button 194 may be clicked to show a mapped parameter room setpoint in table 188 and a mapped field for room setpoint in table 189, as shown in FIG. 42.
  • The Next button 129 may be clicked for a selection 196 of parameter properties in FIG. 43. A box 197 may appear for parameter properties. A parameter may be selected in table 198 to view or modify properties. The parameter properties, for the selected parameter in table 198, are shown in a box 199. The properties may be noted by function block name, field name, display name, field type, default value, and units. Box 199 may also show a preview. To proceed, a Next button 129 may be clicked.
  • FIGS. 44-47 show an approach for saving wizard in an application library for reuse according to an option 1. In general, an application may be created using a Spyder programming tool. A wizard for the application may be created from the wizard creation tool. The wizard may be saved for different users. A selection 201 for preview with a preview box 202 is shown in FIG. 44. A box 203 for inputs, outputs, a control parameter and setpoint, is shown. Inputs may be selected and a box 204 may show information for space temperature. A save to library button 152 may be clicked. FIG. 45 may result with a box 205 for a save library item with information about a path, library and other details of the item in box 203. An OK button 206 may be clicked to pursue the save.
  • FIG. 46 is a diagram of a Niagara workbench screen 208. BACnet Spyder may be selected in Palette 209. Spyder VAV may be selected in applications of a Spyder Library 211. A drop-down menu 212 with views may be clicked to get another drop-down menu 213 showing “Wiresheet” and “Config Wizard”.
  • BACnet Spyder may be selected in Palette 209. Spyder VAV may be selected in applications of Spyder Library to get the Views drop-down menu 212 but the “Export As” at 215 may be clicked to get a drop-down menu 214. For “export as”, menu 214 may list “Wizard Only”, “Wizard and Application”, “LNS Plugin,” “Webvision Template”, and so forth.
  • FIGS. 48-57 may regard an option 2 for a wizard in the application library for reuse. Overall, an application may be created using a Spyder programming tool. A wizard for this application may be created from a wizard creation tool. The wizard may be saved for different users.
  • FIG. 48 shows a screen 210 with a “Preview” box 217 selected in the lower left portion of screen 210. A box 218 of a VAV application wizard may be present in a preview area 219. Box 218 may have layouts for inputs, outputs, control parameter and set point. In box 218 of FIG. 48, inputs may be selected, for example, with an instance of Space Temp 221. This preview may be saved to the library with a click of button 152. A save library item box 222 may come up on screen 216 in FIG. 49. A block 223, entitled “Define Wizard Rules”, may be selected. In block 222, the parent folder path may be indicated in a slot 224. A library such as LonSpyder™ may be selected as an example in a select library slot 225, as shown in FIG. 50. A details block 226 may indicate a name of Spyder Application Logic and a type of general application. The wizard type selected may be checked as “Wizard only”. An OK button 227 may be clicked for saving the library item.
  • FIG. 51 may be a diagram of screen 208 like that in FIG. 46, where BACnet Spyder is selected in Palette 209. Application(s) 229 may be clicked in Spyder Library 211 resulting in a list 231 of Spyder VAV applications in FIG. 52. A right click on the first Spyder VAV application 232 in FIG. 53 may result in a views menu 212, as shown in FIG. 54, and be similar to menu 212 in FIG. 46. The views menu 212 may be clicked in FIG. 55 to result in a Wizard View menu 233 as shown in FIG. 56. Wizard View menu 233 may be clicked to result in an engineering mode in screen 208 of FIG. 57. Present in the engineering mode area is the VAV application wizard in box 218, which appeared to be present in the preview area 219 of FIG. 48, and saved to the library with a button 152 click. The VAV application wizard may later be retrieved with a click on menu 233 in FIG. 56 from the library to appear in FIG. 57.
  • In the present specification, some of the matter may be of a hypothetical or prophetic nature although stated in another manner or tense.
  • Although the present system and/or approach has been described with respect to at least one illustrative example, many variations and modifications will become apparent to those skilled in the art upon reading the specification. It is therefore the intention that the appended claims be interpreted as broadly as possible in view of the prior art to include all such variations and modifications.

Claims (22)

1. A tool for creating a wizard, comprising:
creating an application;
launching a utility for creating a wizard;
discovering parameters which can be exposed to a user in the wizard;
obtaining a new template;
selecting which discovered parameters are to be exposed to the user in the wizard;
defining attributes for the selected parameters;
creating steps;
assigning selected parameters to the steps;
rearranging, as needed, the selected parameters under each step; and
defining rules.
2. The tool of claim 1, further comprising:
launching a utility which opens the wizard for an application;
customizing settings according to needs of the user;
saving the settings; and
loading the application to a controller.
3. The tool of claim 1, further comprising:
launching a Niagara™ workstation;
dropping an application from the library to a worksheet upon which the wizard automatically appears;
customizing settings;
saving the settings; and
loading the application to a controller.
4. The tool of claim 1, further comprising:
launching a workstation;
dropping an application from the library to a worksheet upon which the wizard automatically appears;
customizing settings;
saving the settings; and
loading the application to a controller.
5. The tool of claim 4, wherein the customizing settings is according to needs of the user.
6. The tool of claim 1, further comprising:
launching WebVision™;
importing the template into WebVision upon which the wizard automatically appears;
customizing settings; and
saving the settings.
7. The tool of claim 6, wherein the customizing settings is according to needs of the user.
8. The tool of claim 1, further comprising:
launching a utility for using the tool in LNS;
importing the template in LNS upon which the wizard automatically appears;
customizing settings; and
saving the settings.
9. The tool of claim 8, wherein the customizing settings is according to needs of the user.
10. A tool for automating creation of wizard from an application, comprising:
creating an application;
launching a utility for creating a wizard;
discovering parameters which can be exposed to a user in the wizard;
obtaining an existing template;
generating a list of steps according to the template and wherein the wizard provides a list of fields under each step;
mapping parameters to the steps; and
defining attributes for the parameters.
11. The tool of claim 10, further comprising:
modifying the steps;
rearranging the parameters under each step; and
redefining rules.
12. The tool of claim 10, further comprising:
launching a utility for using the tool;
opening the wizard for an application;
customizing settings according to needs of the user;
saving the settings; and
loading the application to a controller.
13. The tool of claim 10, further comprising:
launching a Niagara™ workstation;
dropping an application from the library to a worksheet upon which the wizard automatically appears;
customizing settings;
saving the settings; and
loading the application to a controller.
14. The tool of claim 10, further comprising:
launching a workstation;
dropping an application from the library to a worksheet upon which the wizard automatically appears;
customizing settings;
saving the settings; and
loading the application to a controller.
15. The tool of claim 14, wherein the customizing settings is according to needs of the user.
16. The tool of claim 10, further comprising:
launching Webvision™;
importing the template in Webvision upon which the wizard automatically appears;
customizing settings; and
saving the settings.
17. The tool of claim 16, wherein the customizing settings is according to needs of the user.
18. The tool of claim 10, further comprising:
launching a utility for using the tool in LNS;
importing the template upon which the wizard automatically appears;
customizing settings; and
saving the settings.
19. The tool of claim 18, wherein the customizing settings is according to needs of the user.
20. A tool for automating creation of a configuration wizard from an underlying application, comprising:
creating an application;
launching a utility for generating a configuration wizard;
selecting data points from the application that are to appear in the wizard;
mapping data points to widget and/or user interface fields in the wizard;
defining validations and/or rules for the wizard; and
the wizard is generated to represent the application.
21. The tool of claim 20, wherein:
a wizard user interface is automatically generated; and
a standard approach is used for defining a wizard.
22. The tool of claim 20, wherein:
the application is created using a Spyder™ programming tool; and
the utility for generating the configuration wizard is a feature in the Spyder programming tool.
US13/092,062 2011-04-21 2011-04-21 Automatic application wizard Abandoned US20120272146A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/092,062 US20120272146A1 (en) 2011-04-21 2011-04-21 Automatic application wizard
US14/639,939 US10127056B2 (en) 2011-04-21 2015-03-05 Automatic application wizard

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/092,062 US20120272146A1 (en) 2011-04-21 2011-04-21 Automatic application wizard

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/639,939 Continuation US10127056B2 (en) 2011-04-21 2015-03-05 Automatic application wizard

Publications (1)

Publication Number Publication Date
US20120272146A1 true US20120272146A1 (en) 2012-10-25

Family

ID=47022226

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/092,062 Abandoned US20120272146A1 (en) 2011-04-21 2011-04-21 Automatic application wizard
US14/639,939 Active 2032-01-20 US10127056B2 (en) 2011-04-21 2015-03-05 Automatic application wizard

Family Applications After (1)

Application Number Title Priority Date Filing Date
US14/639,939 Active 2032-01-20 US10127056B2 (en) 2011-04-21 2015-03-05 Automatic application wizard

Country Status (1)

Country Link
US (2) US20120272146A1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140282123A1 (en) * 2013-03-13 2014-09-18 Microsoft Corporation Executable guidance experiences based on implicitly generated guidance models
USD732565S1 (en) 2012-06-05 2015-06-23 P&W Solutions Co., Ltd. Display screen with graphical user interface
US20150212714A1 (en) * 2014-01-24 2015-07-30 Honeywell International Inc. Dashboard framework for gadgets
US9141407B2 (en) 2012-11-14 2015-09-22 Honeywell International Inc. System and approach for defining labels for enumeration values of parameters in a wall module
US10127056B2 (en) 2011-04-21 2018-11-13 Honeywell International Inc. Automatic application wizard
CN112053274A (en) * 2020-10-12 2020-12-08 腾讯科技(深圳)有限公司 Construction guide method and device for government affair block chain network
US10978199B2 (en) 2019-01-11 2021-04-13 Honeywell International Inc. Methods and systems for improving infection control in a building
US11184739B1 (en) 2020-06-19 2021-11-23 Honeywel International Inc. Using smart occupancy detection and control in buildings to reduce disease transmission
US11288945B2 (en) 2018-09-05 2022-03-29 Honeywell International Inc. Methods and systems for improving infection control in a facility
US11372383B1 (en) 2021-02-26 2022-06-28 Honeywell International Inc. Healthy building dashboard facilitated by hierarchical model of building control assets
US11402113B2 (en) 2020-08-04 2022-08-02 Honeywell International Inc. Methods and systems for evaluating energy conservation and guest satisfaction in hotels
US11474489B1 (en) 2021-03-29 2022-10-18 Honeywell International Inc. Methods and systems for improving building performance
US11579578B2 (en) 2020-03-26 2023-02-14 Honeywell International Inc. Hierarchal controller logic with incremental updates
US11620594B2 (en) 2020-06-12 2023-04-04 Honeywell International Inc. Space utilization patterns for building optimization
US11619414B2 (en) 2020-07-07 2023-04-04 Honeywell International Inc. System to profile, measure, enable and monitor building air quality
US11635740B2 (en) 2020-06-09 2023-04-25 Honeywell International Inc. Methods of synchronizing controllers in a building management system
US11662115B2 (en) 2021-02-26 2023-05-30 Honeywell International Inc. Hierarchy model builder for building a hierarchical model of control assets
US11783652B2 (en) 2020-06-15 2023-10-10 Honeywell International Inc. Occupant health monitoring for buildings
US11783658B2 (en) 2020-06-15 2023-10-10 Honeywell International Inc. Methods and systems for maintaining a healthy building
US11823295B2 (en) 2020-06-19 2023-11-21 Honeywell International, Inc. Systems and methods for reducing risk of pathogen exposure within a space
US11894145B2 (en) 2020-09-30 2024-02-06 Honeywell International Inc. Dashboard for tracking healthy building performance
US11914336B2 (en) 2020-06-15 2024-02-27 Honeywell International Inc. Platform agnostic systems and methods for building management systems

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020087966A1 (en) * 2000-11-30 2002-07-04 Morris Wiginton Methods and apparatuses for building installation software
US20020178191A1 (en) * 2001-05-24 2002-11-28 International Business Machines Corporation Method and apparatus in a data processing system for list ordering with multiple selection
US6502234B1 (en) * 1999-01-15 2002-12-31 International Business Machines Corporation Component based wizard for creating wizards
US20030030656A1 (en) * 2001-06-12 2003-02-13 Darwin Ang Method and system for dynamic hierarchical data display
US6560776B1 (en) * 2000-02-18 2003-05-06 Avaya Technology Corp. Software installation verification tool
US6574791B1 (en) * 1999-01-15 2003-06-03 International Business Machines Corporation Component based designer for modifying and specializing wizards
US20040130572A1 (en) * 2003-01-07 2004-07-08 Aravind Bala Active content wizard: execution of tasks and structured content
US6871340B1 (en) * 1999-05-21 2005-03-22 Lucent Technologies Inc. System and method for generating software tools
US20050193001A1 (en) * 2004-02-27 2005-09-01 Sap Ag Client-side wizard framework
US20060120306A1 (en) * 2004-12-06 2006-06-08 Bmc Software, Inc. User interface for network discovery operations
US20060150145A1 (en) * 1999-11-18 2006-07-06 Instaknow.Com, Inc. Method and system of deploying server-based applications
US20060184888A1 (en) * 2005-02-17 2006-08-17 Microsoft Corporation Using existing content to generate active content wizard executables for execution of tasks
US20060206814A1 (en) * 1999-08-05 2006-09-14 Fujitsu Limited Electronic document creation support apparatus and an electronic document creation support data component creating apparatus
US20070045441A1 (en) * 2005-08-31 2007-03-01 Ranco Incorporated Of Delaware Thermostat configuration wizard
US7356773B1 (en) * 2001-12-27 2008-04-08 Expertune, Inc. Wizard builder, for application software, building a setup wizard which sets up a defacto interface between the application program and monitoring or control equipment
US20080127205A1 (en) * 2006-07-31 2008-05-29 Barros Alistair P Exception handling for collaborating process models
US20080294995A1 (en) * 2007-05-25 2008-11-27 Dell Products, Lp System and method of automatically generating animated installation manuals
US7500237B1 (en) * 2004-08-16 2009-03-03 Sun Microsystems, Inc. Installation builder integrated development environment
US20090113037A1 (en) * 2007-10-24 2009-04-30 Honeywell International Inc. Interoperable network programmable controller generation system
US20090138801A1 (en) * 2007-11-27 2009-05-28 Yan Schober Wizard navigation list

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7308678B2 (en) 2003-01-15 2007-12-11 Microsoft Corporation Wizard framework
US7389474B2 (en) 2003-02-28 2008-06-17 Microsoft Corporation Language or script-based character set conversions per-application program
US7526457B2 (en) 2003-11-07 2009-04-28 Sap Ag Systems and methods for configuring software
JP4408793B2 (en) * 2004-11-10 2010-02-03 株式会社東芝 Setup program, recording medium, and setup method
US7630965B1 (en) 2005-12-20 2009-12-08 At&T Intellectual Property Ii, L.P. Wizard for use generating a services repository using a target services roadmap
US7966604B2 (en) 2006-08-14 2011-06-21 Honeywell International Inc. Web browser object based automatic testing method for web applications
US9488992B2 (en) * 2008-10-16 2016-11-08 Honeywell International Inc. Wall module configuration tool
US20120272146A1 (en) 2011-04-21 2012-10-25 Honeywell International Inc. Automatic application wizard

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6574791B1 (en) * 1999-01-15 2003-06-03 International Business Machines Corporation Component based designer for modifying and specializing wizards
US6502234B1 (en) * 1999-01-15 2002-12-31 International Business Machines Corporation Component based wizard for creating wizards
US6871340B1 (en) * 1999-05-21 2005-03-22 Lucent Technologies Inc. System and method for generating software tools
US20060206814A1 (en) * 1999-08-05 2006-09-14 Fujitsu Limited Electronic document creation support apparatus and an electronic document creation support data component creating apparatus
US20060150145A1 (en) * 1999-11-18 2006-07-06 Instaknow.Com, Inc. Method and system of deploying server-based applications
US6560776B1 (en) * 2000-02-18 2003-05-06 Avaya Technology Corp. Software installation verification tool
US20020087966A1 (en) * 2000-11-30 2002-07-04 Morris Wiginton Methods and apparatuses for building installation software
US20020178191A1 (en) * 2001-05-24 2002-11-28 International Business Machines Corporation Method and apparatus in a data processing system for list ordering with multiple selection
US20030030656A1 (en) * 2001-06-12 2003-02-13 Darwin Ang Method and system for dynamic hierarchical data display
US7356773B1 (en) * 2001-12-27 2008-04-08 Expertune, Inc. Wizard builder, for application software, building a setup wizard which sets up a defacto interface between the application program and monitoring or control equipment
US20040130572A1 (en) * 2003-01-07 2004-07-08 Aravind Bala Active content wizard: execution of tasks and structured content
US20050193001A1 (en) * 2004-02-27 2005-09-01 Sap Ag Client-side wizard framework
US7500237B1 (en) * 2004-08-16 2009-03-03 Sun Microsystems, Inc. Installation builder integrated development environment
US20060120306A1 (en) * 2004-12-06 2006-06-08 Bmc Software, Inc. User interface for network discovery operations
US20060184888A1 (en) * 2005-02-17 2006-08-17 Microsoft Corporation Using existing content to generate active content wizard executables for execution of tasks
US20070045441A1 (en) * 2005-08-31 2007-03-01 Ranco Incorporated Of Delaware Thermostat configuration wizard
US20080127205A1 (en) * 2006-07-31 2008-05-29 Barros Alistair P Exception handling for collaborating process models
US20080294995A1 (en) * 2007-05-25 2008-11-27 Dell Products, Lp System and method of automatically generating animated installation manuals
US20090113037A1 (en) * 2007-10-24 2009-04-30 Honeywell International Inc. Interoperable network programmable controller generation system
US20090138801A1 (en) * 2007-11-27 2009-05-28 Yan Schober Wizard navigation list

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Honeywell Spyder User's Guide, Honeywell, published on 07/2007, pertinent pages: 1-10, 157 *
InstallAnywhere User Guide 2010, Flexera Software, published on 02-02-2010, pertinent pages including pages 15-21, 65, 87-103 *
WebVision User's Guide, Honeywell, published on 05/2010, pertinent pages 1-4, 10, 19 *

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10127056B2 (en) 2011-04-21 2018-11-13 Honeywell International Inc. Automatic application wizard
USD733736S1 (en) 2012-06-05 2015-07-07 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD769281S1 (en) 2012-06-05 2016-10-18 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD733178S1 (en) 2012-06-05 2015-06-30 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD733738S1 (en) 2012-06-05 2015-07-07 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD733737S1 (en) 2012-06-05 2015-07-07 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD732565S1 (en) 2012-06-05 2015-06-23 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD735231S1 (en) 2012-06-05 2015-07-28 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD733177S1 (en) 2012-06-05 2015-06-30 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD737840S1 (en) 2012-06-05 2015-09-01 P & W Solutions Co., Ltd. Display screen with graphical user interface
US9141407B2 (en) 2012-11-14 2015-09-22 Honeywell International Inc. System and approach for defining labels for enumeration values of parameters in a wall module
US9715372B2 (en) * 2013-03-13 2017-07-25 Microsoft Technology Licensing, Llc Executable guidance experiences based on implicitly generated guidance models
US20140282123A1 (en) * 2013-03-13 2014-09-18 Microsoft Corporation Executable guidance experiences based on implicitly generated guidance models
US20150212714A1 (en) * 2014-01-24 2015-07-30 Honeywell International Inc. Dashboard framework for gadgets
US10228837B2 (en) * 2014-01-24 2019-03-12 Honeywell International Inc. Dashboard framework for gadgets
US11288945B2 (en) 2018-09-05 2022-03-29 Honeywell International Inc. Methods and systems for improving infection control in a facility
US11626004B2 (en) 2018-09-05 2023-04-11 Honeywell International, Inc. Methods and systems for improving infection control in a facility
US11887722B2 (en) 2019-01-11 2024-01-30 Honeywell International Inc. Methods and systems for improving infection control in a building
US10978199B2 (en) 2019-01-11 2021-04-13 Honeywell International Inc. Methods and systems for improving infection control in a building
US11579578B2 (en) 2020-03-26 2023-02-14 Honeywell International Inc. Hierarchal controller logic with incremental updates
US11635740B2 (en) 2020-06-09 2023-04-25 Honeywell International Inc. Methods of synchronizing controllers in a building management system
US11620594B2 (en) 2020-06-12 2023-04-04 Honeywell International Inc. Space utilization patterns for building optimization
US11783658B2 (en) 2020-06-15 2023-10-10 Honeywell International Inc. Methods and systems for maintaining a healthy building
US11914336B2 (en) 2020-06-15 2024-02-27 Honeywell International Inc. Platform agnostic systems and methods for building management systems
US11783652B2 (en) 2020-06-15 2023-10-10 Honeywell International Inc. Occupant health monitoring for buildings
US11778423B2 (en) 2020-06-19 2023-10-03 Honeywell International Inc. Using smart occupancy detection and control in buildings to reduce disease transmission
US11184739B1 (en) 2020-06-19 2021-11-23 Honeywel International Inc. Using smart occupancy detection and control in buildings to reduce disease transmission
US11823295B2 (en) 2020-06-19 2023-11-21 Honeywell International, Inc. Systems and methods for reducing risk of pathogen exposure within a space
US11619414B2 (en) 2020-07-07 2023-04-04 Honeywell International Inc. System to profile, measure, enable and monitor building air quality
US11402113B2 (en) 2020-08-04 2022-08-02 Honeywell International Inc. Methods and systems for evaluating energy conservation and guest satisfaction in hotels
US11894145B2 (en) 2020-09-30 2024-02-06 Honeywell International Inc. Dashboard for tracking healthy building performance
CN112053274A (en) * 2020-10-12 2020-12-08 腾讯科技(深圳)有限公司 Construction guide method and device for government affair block chain network
US11662115B2 (en) 2021-02-26 2023-05-30 Honeywell International Inc. Hierarchy model builder for building a hierarchical model of control assets
US11815865B2 (en) 2021-02-26 2023-11-14 Honeywell International, Inc. Healthy building dashboard facilitated by hierarchical model of building control assets
US11372383B1 (en) 2021-02-26 2022-06-28 Honeywell International Inc. Healthy building dashboard facilitated by hierarchical model of building control assets
US11599075B2 (en) 2021-02-26 2023-03-07 Honeywell International Inc. Healthy building dashboard facilitated by hierarchical model of building control assets
US11474489B1 (en) 2021-03-29 2022-10-18 Honeywell International Inc. Methods and systems for improving building performance

Also Published As

Publication number Publication date
US20150248300A1 (en) 2015-09-03
US10127056B2 (en) 2018-11-13

Similar Documents

Publication Publication Date Title
US10127056B2 (en) Automatic application wizard
EP3798817B1 (en) User interface logical and execution view navigation and shifting
JP6549748B2 (en) Process control configuration method, process control configuration system, and software system
JP6611434B2 (en) Reusable graphical elements with rapidly editable features for use in user display of plant monitoring systems
US10268185B2 (en) Multiple deployment of applications with multiple configurations in an industrial automation environment
US9851712B2 (en) Process control system and configuration system for an industrial plant
EP3021181B1 (en) Process control systems and systems and methods for configuration thereof
EP3798757B1 (en) System and method for developing industrial applications
CN106716274B (en) Configuring a universal automation system controller
CN105094008B (en) Method and apparatus for configuring a process control system based on a common process system library
JP7412117B2 (en) Bulk start-up of field devices in process plants
US8532797B2 (en) Mechanism for constructing generic control logic including versions in various protocols
CN108369514B (en) System and method for executable content and executable content stream creation
US10108183B2 (en) Process control system and configuration system
US8793668B2 (en) Protocol independent programming environment
US20110161850A1 (en) Graphical approach to setup data sharing between two controllers
CN108475267B (en) System and method for executable content and executable content stream distribution
US11775142B2 (en) Preferential automation view curation
US20130205221A1 (en) Facilities controlling device, screen displaying method, and recording medium
US11972257B2 (en) Industrial automation system topology with point to point business rule integration
EP4152145A1 (en) Industrial automation controller project online/offline state separation

Legal Events

Date Code Title Description
AS Assignment

Owner name: HONEYWELL INTERNATIONAL INC., NEW JERSEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:D'SOUZA, AARON FRANCIS;BHADRIRAJU, LAVANYA;RAMESH, SOUMYA;AND OTHERS;SIGNING DATES FROM 20110414 TO 20110420;REEL/FRAME:026565/0461

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION