LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculating equally spaced values over a range

Any help would be really appreciated,

 

I've bee asked: Calculate Range for a sequence of 101 equally-spaced angles in the range from -90 to +90.

 

Basically I need 101 values equally spaced between -90 and 90 each of these values needs inserted into a range formula and graph. 

 

This is the vi im working on, the unassigned T input variables on my forumula nodes are the angle values I need to calculate.    

VI.jpg

0 Kudos
Message 1 of 3
(2,806 Views)

Use the Sawtooth Waveform function generator with the proper inputs.  Or use a FOR loop with appropriate math on the iteration terminal.  Both are simple and quick.

0 Kudos
Message 2 of 3
(2,783 Views)

Or use the Ramp Pattern function to create a 1D array of equally distributed values between two limits (-90 and 90).

Thoric (CLA, CLED, CTD and LabVIEW Champion)


Message 3 of 3
(2,777 Views)