if you can move the C bits to a Word boundary ( in your case, C10-C55 to C16-C61 ) you could use three SUMBITS instructions
SUMBITS C16:w -> D0
SUMBITS C32:w -> D1
SUUMBITS C48:w -> D2
the use NotEqualtTo contacts to check the three values in D0, D1, D2, if any are not 0 then a bit is ON.