Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

[LabView] Saving dato to an array?

Status
Not open for further replies.

danvemo

Electrical
Joined
Feb 10, 2005
Messages
1
Location
SE
Hi!!!

Im a newbie in the Labview world and have a couple of questions. Is there anyone that could explain how to save data, say 1000 of samples from the signalgenerator in to an array with 1000 positions?

 
Are you using a For loop to acquire the 1000 samples?

If so, wire the data source to the right edge of the loop, a tunnel will be created. Place an array indicator shell on the front panel (remember to drag a numeric indicator with the appropriate data type within the array shell). On the wiring diagram, drag the array outside of the loop and wire the data tunnel to the array. Right click on the data tunnel and select "Enable indexing". When ran, the array should then contain your 1000 samples.

Wheels within wheels / In a spiral array
A pattern so grand / And complex
Time after time / We lose sight of the way
Our causes can't see / Their effects.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top