I am learning LabVIEW these days and working on control systems simulations.

In my program, using a MathScript Node, I generate a signal defined as: 

t=0:0.1:200;

X=((pi/2)+(2*pi*0.01*t));

I would like to use this X in a Control & Simulation Loop.

The main problem here that X generated is a 1D array and I would like to use each element in this array at each iteration of the Control & Simulation Loop.

Can any one help me?

Best Regards,,

More Osama Elshazly's questions See All
Similar questions and discussions