LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Mathscript integration

Using Mathscript, is it possible to integrate the function A/(B-C*w^2) where A, B, and C are previously defined constants eg. A=1 and w is a variable?

0 Kudos
Message 1 of 3
(6,041 Views)

Hi MattMcShane, 

 

I'm pleased to say its extremely straightforward to implement such functionality in LabVIEW. I've attached a code snippit of what this might look like on the block diagram, and the VI I created if you want to download this yourself. 

 

snippit.png

 

 

I hope this answers your question!

 

Kind regards,

Matt H
Applications Engineer
National Instruments UK
0 Kudos
Message 2 of 3
(6,029 Views)

@MattMcShane wrote:

Using Mathscript, is it possible to integrate the function A/(B-C*w^2) where A, B, and C are previously defined constants eg. A=1 and w is a variable?


If you are asking about an integral, you also need to tell us the independent variable and the integration boundaries.

Message 3 of 3
(6,020 Views)