01-27-2011 08:09 AM
Does LabVIEW have the function which directly creates an array by giving intial value, step and number of elements?
thanks,
WT
Solved! Go to Solution.
01-27-2011 08:15 AM
Look at the Ramp Pattern.vi in the Signal Processing palette. Also, check the Ideas board. I think someone has posted an idea there about adding a step option to the standard For loop.
Lynn
01-27-2011 08:15 AM
You can use the Build Waveform function.
It is located in the Programming >> Waveform palette
01-28-2011 10:29 AM
Ramp pattern function works.
the waveform function works for graph function. But I need an array data for numerical operation.
Thanks.
01-31-2011 10:54 AM
Hi weitong,
You can unbundle the waveform cluster and just extract the dbl array of data.
Paul M