ok !
if i comment
pinMode(solePin[id],LOW);
setup run good.
but how make to init output as low, because when I start my program output are HIGH.
I have try to make in two time with two for ( 1st for init as output, 2nd for init as low)
but if I do that, program don't run.
How i can init output as low ?
thanks