Real-time ASCEND: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Restored page from Google Cache, uploaded by John Pye
 
No edit summary
 
Line 1: Line 1:
{{task}}
{{task}}
We propose developing a system that allows realtime data to be incorporated into ASCEND simulations, both for computing the performance of realtime systems, as well as for performing realtime parameter estimation. This is a huge area, and work is just beginning.
We propose developing a system that allows realtime data to be incorporated into ASCEND simulations, both for computing the performance of realtime systems, as well as for performing realtime parameter estimation. This is a huge area, and work is just beginning.


<br />     
Contributed by: [[Dipak Chirmade]]
Contributed by: [[Dipak Chirmade]]


== Integration of live data streams into ASCEND simulation ==
== Integration of live data streams into ASCEND simulation ==
Line 15: Line 11:


Sub-pages:
Sub-pages:
* [[Real-time_ASCEND/Data_acquisition_hardware|Data acquisition (DA) hardware]]
* [[Real-time_ASCEND/Data_acquisition_hardware|Data acquisition (DA) hardware]]
* [[Real-time_ASCEND/Data_reader|Real-time Data reader]]
* [[Real-time_ASCEND/Data_reader|Real-time Data reader]]
Line 28: Line 22:


Source:  [http://ascendcode.cheme.cmu.edu/viewvc.cgi/code/branches/dipak/models/dipak/Examples <font color="orange">dipak</font>:models/dipak/Examples]
Source:  [http://ascendcode.cheme.cmu.edu/viewvc.cgi/code/branches/dipak/models/dipak/Examples <font color="orange">dipak</font>:models/dipak/Examples]


=== Sequence diagram or work-flow of real-time ascend ===
=== Sequence diagram or work-flow of real-time ascend ===
Line 37: Line 30:
<div class="thumb tnone"><div class="thumbinner" style="width:802px;">[[Image:RS_Sequence.jpg]] <div class="thumbcaption"><div class="magnify">[[File:RS_Sequence.jpg|<img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" />]]</div>Sequence of operations at real-time solver side using Runge-Kutta method.</div></div></div>
<div class="thumb tnone"><div class="thumbinner" style="width:802px;">[[Image:RS_Sequence.jpg]] <div class="thumbcaption"><div class="magnify">[[File:RS_Sequence.jpg|<img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" />]]</div>Sequence of operations at real-time solver side using Runge-Kutta method.</div></div></div>


 
[[Category:Development]]
 
[[Category:GSOC2009]]
[[Category:Proposed]]
[[Category:Miscellany]]

Latest revision as of 13:19, 2 August 2010

This article is about planned development or proposed functionality. Comments welcome.

We propose developing a system that allows realtime data to be incorporated into ASCEND simulations, both for computing the performance of realtime systems, as well as for performing realtime parameter estimation. This is a huge area, and work is just beginning.

Contributed by: Dipak Chirmade

Integration of live data streams into ASCEND simulation

Detailed procedure

Please scroll down through the page to understand the overall work-flow diagram of current work.

Sub-pages:

Quick example

Following video demonstrate calculation of average of two live real-time temperature feeds. Please visit detailed procedure to learn more about real-time data reader and prototype of real-time solver.

<object width="400" height="329"><param name="movie" value="http://www.youtube.com/v/cxF2u_-KVE4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/cxF2u_-KVE4" type="application/x-shockwave-flash" wmode="transparent" width="400" height="329"></embed></object>

Source: dipak:models/dipak/Examples

Sequence diagram or work-flow of real-time ascend

(With only major actions)

File:RS Sequence.jpg
Sequence of operations at real-time solver side using Runge-Kutta method.