Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
reverse iteration
reverse iteration
kmo
Member
01-09-2006
09:37 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Is there any way to do reverse iteration using labview??
I want to use the index values of for loop which is executed frm 10 to 0 with a step of 1.
any help will be really appreciated.
kmo
0
Kudos
Message
1
of 4
(3,342 Views)
Reply
Re: reverse iteration
Evan
Active Participant
01-09-2006
09:39 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
There is no direct way so you just need to add a subtraction to the loop. Take the highest count and subtract out the i of the loop and there you have a reverse iteration.
0
Kudos
Message
2
of 4
(3,331 Views)
Reply
Re: reverse iteration
WNM
Active Participant
01-09-2006
09:39 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
This exact topic was covered recently in this
thread.
0
Kudos
Message
3
of 4
(3,330 Views)
Reply
Re: reverse iteration
johnsold
Knight of NI
01-09-2006
09:40 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Subtract i from N on each iteration and use the result. Search the archives. This was discussed last week.
Lynn
0
Kudos
Message
4
of 4
(3,328 Views)
Reply
All Forum Topics
Previous Topic
Next Topic