LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make an vi of the following formula

 

 

D=  a+NL1  + Lmax 1  

         R              cj

 

 

0 Kudos
Message 1 of 4
(3,087 Views)
Hello,

Maybe just like this :



Hope this helps Smiley Wink

Message Edité par TiTou le 08-30-2006 10:47 AM


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 4
(3,082 Views)
Either use the formula node, or implement a block diagram for this equation by using the 'add', 'Multiply' and 'divide' functions found in Block diagram>>Functions palette>>Numeric functions
 
 
what exactly are those variables in your equation??
 
Is it  to be understood as two variables 'c*j' or a single variable 'cj'??
 
assuming that your equation is  D= ((a+ N*L1)/R) + (L1max/cj), Look at attached pic
 
 
0 Kudos
Message 3 of 4
(3,073 Views)

Hi

 

We have combined network of Differentiated Services and Integrated Services

I need  vi which shows graph between

Hops and Delay of both network

DiffServ formula

            e + t

D1       =    ____________

 

1-(h-1)v

e=fixed value 

 

IntservFormula

d1=(row+nl1)r+lmax1/c1

Di=? DelayD1,D2,D3 etc

Row =800

N=1 varying

Li=1200 varying

R=1e6 fixed

Lmaxj=500 varying means (L1,L2,L3. etc )

C1=5e6 varying

Need vi 

Diffserv+intserv

 

 

+

                  e + t

D1       =    ____________

 

1-(h-1)v

 

And out should be in the form of xy graph that is  X axis hops and  Y axis Delay

 

 

0 Kudos
Message 4 of 4
(2,994 Views)