Now I understand. Does your for loop just contain the values, or the durations as well? If it contains the durations as well, then your problem is that you're taking the output of your for loop and wiring it to your cluster, and the for loop is indexing the output, creating an array. You need to wire your indicator inside the for loop. Use the "bundle by name" vi and connect that to your indicator, and that will do it.
Mark