So the sensor isn't for the detection of the LED itself but the light that passes through some sample? If that's the case, then LabVIEW and a DAQ board should be able to do the job. I'm not at a computer with LabVIEW right now so I can't post an example but you would have a while loop that would cycle through the three different control signals. In the loop would be a single measurement. The result of the measurement would be placed in one of three different arrays. Cycle one results would be placed in array 1, cycle 2 in array 2, cycle three in array 3, cycle 4 in array 1, etc. A little modulo arithmetic on the loop count and a case statement with three different numeric cases should be all that you need. If you need an e
xample, I'll see if I can post something when I'm back at work on Monday.