How can I query Metrics ICS to determine if it is finished with a measurement?
There is a new DDE command called AREYOUBUSY in Metrics ICS that acts similar to a status poll. This command returns FALSE when ICS is busy performing a measurement or some other function. The calling program can call the function from a WHILE loop until the function returns TRUE and then proceed with the next task.