LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PROGRAMMING

Solved!
Go to solution

Can someone tell me what kind of structure is this in the picture (the blue square) and were I can find it in Labview 2010? It is not a function, not a loop..., what is it?

Thanks very much.

LV

0 Kudos
Message 1 of 11
(2,872 Views)

Looks like a script node, for matlab or 'c' perhaps?



------------------------------------------------------------------------------------------------------
Kudos are (always) welcome for the good post. 🙂
0 Kudos
Message 2 of 11
(2,867 Views)

Hello jmoya

This is MathSctipt node. You can find it under Programming->Structures (or pressing ctrl+space and typing MathScript in quick drop window).

0 Kudos
Message 3 of 11
(2,862 Views)

That would be the MathScript Node


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 11
(2,861 Views)

Take note that the Mathscript node is an extra cost add-on.

0 Kudos
Message 5 of 11
(2,856 Views)

Dear odessy27, PiDi, crossrulz, Dennis_Knutson. All of you are rigth!
Unfortunately I have not got this add-on, that why I didn´t find it. Thank you very much!
I have to find another solution.

0 Kudos
Message 6 of 11
(2,843 Views)

You can use Formula Node, which is in base package.

0 Kudos
Message 7 of 11
(2,833 Views)

That code looks simple enough to just do in LabVIEW.  For loop with a shift register and Replace Array Subset.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 11
(2,830 Views)

The problem is that I don't understand that code, for example, what does it means F(1+P+a*i)=1. F is an array, but F(1+P+a*i)=1?

I have to find someone to explain to me that code in MathCad, and then transform to your proposals in Labview.
Anyway, thank you very much, now I know where to go on with my programming.

0 Kudos
Message 9 of 11
(2,811 Views)

Everything inside of the parentheses evaluates to an index of the F array.

0 Kudos
Message 10 of 11
(2,793 Views)