CA2477187A1 - System for building interactive calculations on web pages - Google Patents

System for building interactive calculations on web pages Download PDF

Info

Publication number
CA2477187A1
CA2477187A1 CA002477187A CA2477187A CA2477187A1 CA 2477187 A1 CA2477187 A1 CA 2477187A1 CA 002477187 A CA002477187 A CA 002477187A CA 2477187 A CA2477187 A CA 2477187A CA 2477187 A1 CA2477187 A1 CA 2477187A1
Authority
CA
Canada
Prior art keywords
objects
communication
computer readable
central processor
readable medium
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.)
Granted
Application number
CA002477187A
Other languages
French (fr)
Other versions
CA2477187C (en
Inventor
J. Mailen Kootsey
Grant Mcauley
Hua Liu
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.)
Loma Linda University
Original Assignee
Individual
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 Individual filed Critical Individual
Publication of CA2477187A1 publication Critical patent/CA2477187A1/en
Application granted granted Critical
Publication of CA2477187C publication Critical patent/CA2477187C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui

Abstract

A system for building interactive calculations on web pages, comprising a central processor for executing program instructions stored on computer readable media, interfaces in communication with the central processor, one or more computer readable media in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects, one or more than one calculation objects (26, 28) in communication with the manager object, one or more than one input objects (14, 16, 18) controlling the model parameters, one or more than one output objects (20, 22, 24) displaying values of calculated variables, wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.

Claims (23)

1. A system for building interactive calculations on web pages, comprising:
a central processor for executing program instructions stored on one or more than one computer readable medium;
a first user interface in communication with the central processor;
a second user interface in communication with the central processor;
a first computer readable medium in communication with the central processor containing program instructions for executing a manager object for controlling the interaction of objects;
a second computer readable medium in communication with the central processor containing program instructions for executing one or more than one calculation objects (26, 28) in communication with the manager object on the first computer readable medium;
a third computer readable medium in communication with the central processor containing program instructions for executing one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object on the first computer readable medium and the first user interface;
a fourth computer readable medium in communication with the central processor containing program instructions for executing one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager abject on the first computer readable medium and the second user interface;
wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information, and model specific information is communicated through the manager object by parameter or variable name.
2. The system of claim 1, wherein the communication of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
3. The system of claim 1, wherein the input objects and the output objects communicate visual devices to the user interface.
4. The system of claim 3, wherein the visual devices for input objects are chosen from the group sliders, knobs, switches, buttons, and maps, and the visual devices for the output objects are chosen from the group graphs, animations, and indicators.
5. The system of claim 4, further comprising a fifth computer readable medium in communication with the central processor containing program instructions for interactive construction of animations.
6. The system of claim 1, wherein the user interface is connected to an external hardware device.
7. The system of claim 6, where the external hardware device is a knob, switch, converted analog voltage, indicator, control relay, digital control, or analog control.
8. The system of claim 1, wherein the calculation objects comprise a model object, or a model object and a solver object.
9. The system of claim 8, wherein the model object comprises instructions for executing mathematical or logical equations for which an automatic solution algorithm is available.
10. The system of claim 9, wherein the equations are chosen from the group including linear and nonlinear algebraic equations, ordinary and partial differential equations, difference equations, Boolean equations, cellular automata, and function generation.
11. The system of claim 8, wherein the solver object comprises instructions for executing general solution algorithms.
12. The system of claim 8, further comprising a sixth computer readable medium in communication with the central processor containing program instructions for interactive construction of the model object.
13. The system of claim 1 wherein one or more of the computer readable media communicate with the central processor through a network.
14. The system of claim 13, wherein the program instructions for executing one or more than one object are executed on a remote processor.
15. The system of claim 1, further comprising a seventh computer readable medium in communication with the central processor containing program instructions for displaying a web page on the first user interface, the second user interface, or the first user interface and the second user interface.
16. The system of claim 15, further comprising an eighth computer readable medium in communication with the central processor containing program instructions for interactive construction of the web page.
17. The system of claim 1, wherein the first user interface and the second user interface are not the same.
18. The system of claim 1, wherein the first, second, third, and fourth computer readable media are the not same.
19. A system for building interactive calculations on web pages, comprising:
central processor means for executing program instructions stored on a computer readable medium;
computer readable medium means connected to the central processor containing program instructions for executing:
manager means for controlling program interaction;
means for calculation in communication with the manager means;
means for input for controlling the model parameters, in communication with the manager means;
means for output for displaying values of calculated variables, in communication with the manager means;
wherein the manager means, each of the input means, and each of the output means are coded with no model specific information; and model specific information through the manager means by parameter or variable name.
20. A method for building interactive calculations on web pages, comprising the steps of:
providing a central processor for executing program instructions stored on a computer readable medium;
providing a computer readable medium connected to the central processor containing program instructions for executing:
a manager object for controlling the interaction of objects;
one or more than one calculation objects (26, 28) in communication with the manager object;
one or more than one input objects (14, 16, 18) controlling the model parameters, in communication with the manager object;
one or more than one output objects (20, 22, 24) displaying values of calculated variables, in communication with the manager object;
wherein the manager object, each of the input objects, and each of the output objects are coded with no model specific information; and communicating model specific information through the manager object by parameter or variable name.
21. The method of claim 20, wherein the communicating of model specific information is by supplying model specific information for each object as one or more parameters in an object call.
22. A method for building interactive calculations on web pages, comprising the steps of, under the control of a user system:
accessing a web page;
entering user defined equations;
accessing a library of standard visual objects and selecting one or more of the standard visual objects;
matching markup language code to each of the standard visual objects; and creating the layout of the standard visual objects on the web page.
23. A method for building interactive calculations on web pages, comprising the steps of:
receiving user defined equations;
providing a library of standard visual objects;
receiving information for associating each of one or more than one standard visual object with markup language source code; and receiving layout information and displaying the layout of the visual objects on a web page.
CA2477187A 2002-02-25 2003-02-25 System for building interactive calculations on web pages Expired - Fee Related CA2477187C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US31912302P 2002-02-25 2002-02-25
US60/319,123 2002-02-25
PCT/US2003/006276 WO2003073279A1 (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages

Publications (2)

Publication Number Publication Date
CA2477187A1 true CA2477187A1 (en) 2003-09-04
CA2477187C CA2477187C (en) 2011-08-02

Family

ID=27765907

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2477187A Expired - Fee Related CA2477187C (en) 2002-02-25 2003-02-25 System for building interactive calculations on web pages

Country Status (4)

Country Link
US (1) US7568181B2 (en)
JP (1) JP4187107B2 (en)
CA (1) CA2477187C (en)
WO (1) WO2003073279A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10331608B2 (en) * 2017-09-22 2019-06-25 International Business Machines Corporation Replacing mechanical/magnetic components with a supercomputer
CN107992372A (en) * 2017-12-13 2018-05-04 郑州云海信息技术有限公司 A kind of chassis information exchange method, system, equipment and computer-readable storage medium

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675752A (en) * 1994-09-15 1997-10-07 Sony Corporation Interactive applications generator for an interactive presentation environment
US5983190A (en) * 1997-05-19 1999-11-09 Microsoft Corporation Client server animation system for managing interactive user interface characters
US6509913B2 (en) 1998-04-30 2003-01-21 Openwave Systems Inc. Configurable man-machine interface
US6083276A (en) * 1998-06-11 2000-07-04 Corel, Inc. Creating and configuring component-based applications using a text-based descriptive attribute grammar
US6505343B1 (en) * 1998-12-31 2003-01-07 Intel Corporation Document/view application development architecture applied to ActiveX technology for web based application delivery
US6340977B1 (en) * 1999-05-07 2002-01-22 Philip Lui System and method for dynamic assistance in software applications using behavior and host application models
US6356279B1 (en) * 1999-07-30 2002-03-12 Curl Corporation Processing of graphical objects with minimum and preferred sizes
AU1245501A (en) * 1999-11-01 2001-05-14 Curl Corporation System and method supporting nonlocal values
WO2001033337A2 (en) * 1999-11-01 2001-05-10 Curl Corporation System and method supporting property values as options
US6425120B1 (en) * 2000-01-14 2002-07-23 Softwire Technology Llc Repeating program object for use with a graphical program-development system
US6684385B1 (en) * 2000-01-14 2004-01-27 Softwire Technology, Llc Program object for use in generating application programs
GB2364140A (en) * 2000-06-07 2002-01-16 Robert Benjamin Franks Cost manager user interface in transaction processing system for online trade mark registration
DE01951081T1 (en) 2000-06-19 2004-04-15 P.C. Krause and Associates, Inc, West Lafayette DISTRIBUTED SIMULATION
US7127705B2 (en) * 2000-09-06 2006-10-24 Oracle International Corporation Developing applications online
US6760905B1 (en) * 2000-09-21 2004-07-06 Curl Corporation Lazy compilation of template-generated classes in dynamic compilation execution environments
US7302675B2 (en) * 2001-08-14 2007-11-27 National Instruments Corporation System and method for analyzing a graphical program using debugging graphical programs

Also Published As

Publication number Publication date
WO2003073279A1 (en) 2003-09-04
CA2477187C (en) 2011-08-02
JP2005525624A (en) 2005-08-25
JP4187107B2 (en) 2008-11-26
AU2003217847A1 (en) 2003-09-09
US7568181B2 (en) 2009-07-28
US20050223351A1 (en) 2005-10-06

Similar Documents

Publication Publication Date Title
Petriu et al. Sensor-based information appliances
Chao Human-computer interaction: process and principles of human-computer interface design
CN101894279A (en) Numerical control operation panel completely based on touch screen
CN107025037A (en) A kind of control method and device of smart machine
JP2009151796A (en) Method of managing object and parameter value associated with object within simulation model
JP2010079931A (en) Method of providing access to object parameter within simulation model
CN101872176A (en) Method and system for generating measurement and control software
CN107766182A (en) Button positioning, manipulation, method of testing and the device of entering method keyboard
CN101221420A (en) Autonomy field system of reconfigurable digital controller
CN105892823A (en) Multi-window editing method, system and mobile terminal
CN111156855A (en) Electronic warfare equipment virtual training man-machine interaction system
US20050289560A1 (en) Method for making user-system interaction independent from the application of interaction media
CN104239594A (en) Artificial environment model, Agent model and modeling method of Agent model
CA2477187A1 (en) System for building interactive calculations on web pages
CN112184881B (en) Multi-level overall process monitoring method for power equipment
Zaeh et al. A model for adaptively generating assembly instructions using state-based graphs
Israel et al. On intuitive use, physicality and tangible user interfaces
Ryssel et al. Generation of function block based designs using semantic web technologies
CN103810312B (en) Method and device for the computer-aided design of man-machine interface animated graphics element
CN103593122B (en) A kind of information processing method and electronic equipment
Edwards et al. A testbed for intelligent aiding in adaptive interfaces
EP0524103B1 (en) Metaphor environment control system
Yamazaki et al. Urban disaster simulation incorporating human psychological models in evacuation behaviors
Kalawsky Gaining greater insight through interactive visualization: A human factors perspective
JP2002268737A (en) Intelligent type graphic control panel and component display method

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20160225