I came from a text-based background too... I think you'll find
that most of the things you're used to in those languages are in
LabVIEW, just maybe in a different form.
For your loop, use a for loop structures->for loop. Wire 200 to the N in the top left corner (number of iterations)
Then place your sub vi in there and then use time &
dialog->wait. Wire 20 000 to the wait function, as it count
milliseconds
And you should be set...at least as far as your image is concerned