The present invention relates to a variable transport delay, and more particularly to a system, apparatus and method for providing a variable transport delay for use with a graphical block diagram environment.
The modeling of physical systems oftentimes requires the modeling of transport delays inherent in these physical systems. Models of physical systems that use transport delays include models of transportation systems, airports, or conveyor belt arrangements. These transport delays may be best viewed as the time required for a material to go through a buffer of know size at a known speed. The simplest forms of transport delays are exhibited by a constant delay assigned to a signal which results in the delivery of the input signal at a fixed time in the future. In situations where the speed of material transfer through the buffer is constant, a variable time delay may be computed.
An existing variable time delay is best exhibited by example. A common use of variable time delay is seen in the flow of an incompressible fluid through a pipe with an output located at length L distance away from the input. This length L can be best understood as a buffer between input and output. In such a setting, there will be a time delay td determined by the length of the transportation and the speed of the transportation. To simplify the example, it is assumed that the speed of the transportation (i.e. the fill rate of the buffer) at the inlet of the pipe is vi(t) and the speed at the outlet is vo(t). For further simplification, it will be assumed that vi(t) and vo(t) are equal, as the fluid traversing the length L is incompressible. Further associated with the present example are input u, and output uo which denote specific properties of the transported material, such as temperature at the inlet and outlet. Generally speaking, the relationship of ui to uo can be defined such that uo is a delayed ui and the delay is caused by the transportation. Representing this as an equation yields uo=ui(t−td).
To determine a variable time delay, it is necessary to solve for td based on the transport speed vi and the length L of the pipe. If the conservation variable at the inlet of the pipe is defined as
and the conservation variable at outlet of the pipe is defined as
then Li(t)−Lo(t)=L.
Additionally, as Lo(t)=Li(t−td), it is therefore evident that:
vi(t)=vo(t)
Li(t)−Li(t−td)=L
Note, however, that the delay set forth above is only constant if the velocity is constant, making it only possible to study velocity related properties or the conservation variable at the inlet and the outlet using the above equation.
In many modern systems, however, such a constant velocity is not applicable. For example, fluid flow velocity through the aforementioned pipe may be increased by the addition of a variable speed pump, such that velocity of the fluid is no longer constant. In view of this, a need to study some other property associated with the system at the input and output of the system is required. Namely, a need to determine a variable transport delay wherein the variables are not bound by existing assumptions is required to more accurately model dynamic systems.
The present invention will become better understood with reference to the following description and accompanying drawings, wherein:
This conventional time delay stores input points and simulation times during a simulation in a buffer whose initial size is user defined. When used within a Simulink® environment, should the number of points exceed the buffer size, the block allocates additional memory and Simulink® displays a message after the simulation that indicates the total buffer size needed. Because allocating memory slows down the simulation, this parameter value must be defined carefully if simulation speed is an issue. For long time delays, this block might use a large amount of memory, particularly for a dimensionalized input.
When output is required at a time that does not correspond to the times of the stored input values, the block interpolates linearly between points. When the delay is smaller than the step size, the block extrapolates from the last output point, which can produce inaccurate results. Because the block does not have direct feedthrough, it cannot use the current input to calculate its output value. Such a situation is best illustrated by example. Consider a fixed-step simulation with a step size of 1 and the current time at t=5. If the delay is 0.5, the block needs to generate a point at t=4.5. Because the most recent stored time value is at t=4, the block performs forward extrapolation.
Given an exemplary pipe of length L, with initial input parameters vi,ui and output parameters vo,ui(t−td), as illustrated below,
Applying conservation principles yields:
Normalizing Equation 1 by dividing by L further yields:
wherein:
such that TD is called instantaneous delay or can be understood as estimated time of arrival. In view of this, Equation 2 can be rewritten as:
The use of a pipe with an incompressible flow is solely for illustrative purposes and as such not intended to be limiting on scope of the present invention. For example, the variable transport delay generated in accordance with the present invention may be used in modeling conveyor belt delivery or products, automotive applications and traffic flow, for example.
To calculate a real time delay td in accordance with the illustrative embodiment the integration equation 2′ must first be solved. Following this step, u(t−td) can then be solved. In the illustrative embodiment, the instantaneous delay TD is first inverted by the inversion element 32, yielding
The output of the inversion element 32 is passed to an integrator 34. This integrator may take numerous forms, as understood by one skilled in the art. For example, in one embodiment the integration equation 2′ can be solved using a stacked buffer of input u,t and the integration of
The output equation 38 y=u(t−td), where td is determined by equation (2′), such that a variable transport delay output 24 is generated. This variable transport delay can be used in conjunction with a graphical block diagram modeling environment to simulate various dynamic systems exhibiting non-uniform delay characteristics.
set forth prior. In the present embodiment, as illustrated in
Following the storage of the time vector t, x is calculated using the integration of:
wherein
Further note that
The value of x is then stored in row 42 of the lookup table at a variety of time steps, each designating an individual column. Additionally, the input value of u(t) is further stored in an individual row (row 44).
To determine the output of the variable transport block, it is necessary to determine a time at which this output is required. For example, should the output be required at a time of t=2.1 seconds 46 (i.e. the 7th time interval) an attempt at calculating td will occur. As the value of:
x(7)47−x(2)48=2.3−1.2=1.1>1 and
x(7)47−x(3)48=2.3−1.4=0.9<1
it is clear that:
t(2)50<t−td<t(3)→0.5<t−td<0.6.
Using the method of interpolation it can be determined that t−td=0.55. This interpolation information can further be used to find u(0.55). As u(0.5)=1.6 (52) and u (0.6)=0.5 (53) the value of u(0.55) can be interpolated. This output may then be passed to a graphical block diagram modeling environment for use in further simulation.
One skilled in the art will readily recognize that the use of a lookup table arrangement is not the exclusive means by which the present invention may be practiced. One skilled in the art will note that numerous alternative means to calculate the integration result can be employed. Such means include, but are not limited to conversion of solving an integration equation, as set forth above, to the solving of a differential equation. For example, the conservation variable of the inlet of the aforementioned pipe can be defined as:
while the conservation variable of the outlet can be defined as:
In view of this,
Li(t)−Lo(t)=L, and
Lo(t)=Li(t−td), therefore:
vi(t)=vo(t)
Li(t)−Li(t−td)=L (Equation 3)
Following the differentiation of Equation (3) with respect to t yields:
Wherein vi is the transport speed.
In view of the above, the aforementioned Equation 2 has been converted into a differential equation, as illustrated in Equation 5, which may be solved using known computation techniques. For example, the Simulink variable time block can be used to solve the differential equation of Equation 5.
The calculation of instantaneous delay may occur using various means, including but not limited to computer based solutions. Following calculation of instantaneous delay in accordance with step 504 the instantaneous delay is integrated to generate a variable transport delay 506. Integration of this instantaneous delay can occur using computer based integration means, such as interpolation using a lookup table, or may occur following the conversion of the integral into a differential equation.
The computing device 600 may be electronic and include a Central Processing Unit (CPU) 610, memory 620, storage 630, an input control 640, a modem 650, a network interface 660, a display 670, etc. The CPU 610 controls each component of the computing device 600 to provide the block diagram environment and to apply a coding standard to a block diagram in the block diagram environment. The memory 620 temporarily stores instructions and data and provides them to the CPU 610 so that the CPU 610 operates the computing device 600 and runs the block diagram environment. The storage 630 usually contains software tools for applications. The storage 630 includes, in particular, code 631 for the operating system (OS) of the device 600, code 632 for applications running on the operation system including applications for providing the block diagram environment, and data 633 for block diagrams created in the block diagram environment and for one or more coding standards applied to the block diagrams.
The input control 640 may interface with a keyboard 680, a mouse 690, and other input devices. The computing device 600 may receive through the input control 640 input data necessary for creating block diagrams, such as the selection of the attributes and operations of component blocks in the block diagrams. The computing device 600 may also receive input data for applying a coding standard to a block diagram, such as data for selecting the coding standard, data for customizing the coding standard, data for correcting the violation of the coding standard in the block diagram, etc. The computing device 600 may display in the display 670 user interfaces for the users to edit the block diagrams. The computing device 600 may also display other user interfaces, such as a user interface for selecting a modeling standard, a user interface for customizing the modeling standard, a user interface for displaying a corrected block diagram that removes the violation of the modeling standard, etc.
In a setting of a non constant “L” parameter, the variable transport delay block includes three input which are used to generate a single output. In the present embodiment, as illustrated in
If the length of the transportation (i.e the length of the pipe in the prior example) is also a time varying variable, noted as L(t), then the equation governing the transportation can be expressed as:
wherein the speed of the transportation is denoted as v(t) and the delay time td is the delay time parameter needed.
In such a situation where “L” is variable, it is no longer possible to normalize the above equation in accordance with the methods used in the prior illustrative embodiment. Normalization of the above equation is exhibited in Equation 2 of the alternate embodiment wherein:
Absent the normalization process employed in a setting wherein the “L” parameter is constant, Equation 6 of the present embodiment may be solved using a similar method wherein buffer data is stored for use in interpolation of a final result. The storage of buffer data in accordance with the present embodiment requires the storage of two data sets of buffer data, namely velocity v(t) and Length L(t) data.
Rewriting equation 6 yields:
wherein the solution to:
can be found. In view of this,
tk<t−td<tk+1
Using an interpolation approach, in accordance with the setting wherein “L” is constant, the value of t−td. can be determined. This interpolation will require the storage of an additional variable, namely L(t) for use in the interpolation of t−td. An illustrative lookup table including the variable L and the value of L at variable times 79 is illustrated in
u=y(t−td).
This output 78 may be delivered to a graphical block diagram model environment for use in subsequent calculation as understood by one skilled in the art. One skilled in the art will recognize that the present embodiment is a exemplarily embodiment of a block for use in generating a variable transport delay.
One skilled in the art will recognize that the illustrative embodiment may take numerous alternative forms, for example a situation where L is a parameter associated with the variable transport delay block as opposed to the explicit input illustrated. By defining L as a parameter in the present embodiment numerous pieces of information may be further associated with the parameter. For example, not only the value of a parameter may be specified, but also other information about the parameter, such as the parameter's purpose, its dimensions, its minimum and maximum values, etc.
Numerous modifications and alternative embodiments of the present invention will be apparent to those skilled in the art in view of the foregoing description. Accordingly, this description is to be construed as illustrative only and is for the purpose of teaching those skilled in the art the best mode for carrying out the present invention. Details of the structure may vary substantially without departing from the spirit of the present invention, and exclusive use of all modifications that come within the scope of the appended claims is reserved. It is intended that the present invention be limited only to the extent required by the appended claims and the applicable rules of law.
Number | Name | Date | Kind |
---|---|---|---|
6732064 | Kadtke et al. | May 2004 | B1 |
7495450 | Furse et al. | Feb 2009 | B2 |
20020064171 | Belk | May 2002 | A1 |
20050259754 | Ho et al. | Nov 2005 | A1 |