Thanks for your comment.
I need the third frame of my example vi to go through iteration 0 again or else it will not work. In the third frame, I try to put a constant of 1 for iteration on both "Write to Digital port.vi" and still does not work.
I maybe wrong, but the way I see it you cannot use two digital port vi in the same vi. It's ok to use two digital port vi in the same frame or location in a vi, because they execute at the same time. If they execute one after another ( like my example), the second one will reset back to a Low. This is not what I want. I want the line state to stay unchange.