Hi nlthomas,
From what I understand you want to monitor the progress of output using a LabVIEW function. Unfortunately, there is no native LabVIEW command to perform this function. However, the NI-DAQ driver does support this functionality. Therefore in LabVIEW, all you would need to do is insert a Call Library Node and reference the nidaq32.dll in the winnt/system32 directory. Once you are referring to this dll, you will have access to all exported NI-DAQ functions. The function we want to use is DIG_Block_Check. It has as inputs the board number and group number you defined in DIO Group Config.vi. The output will be a numeric value indicating the remaining values. I have attached a LabVIEW example that I created to perform this function.
Hope that helps. Have a good day.
Ron
Applications Engineering
National Instruments