Retrieves the number of pending asynchronous writes issued by the TDMS Advanced Asynchronous Write function.

Tip Use this function when you monitor an application that issues a series of asynchronous writes over a long period of time. By querying the number of pending writes and keeping track of the highest value this function returns, you can choose an appropriate value for the max asynchronous writes input of the TDMS Configure Asynchronous Writes function.


icon

Inputs/Outputs

  • cgnrn.png tdms file

    tdms file specifies a reference number to the .tdms file on which to perform the operation. Use the TDMS Advanced Open function to open the refnum.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ignrn.png tdms file out

    tdms file out returns a TDMS file reference to the .tdms file on which you performed the operation.

  • iu32.png number of pending writes

    number of pending writes returns the number of pending asynchronous writes issued by the TDMS Advanced Asynchronous Write function.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\File IO\TDMS\Advanced Read and Write\Asynchronous Read and Write\TDMS Advanced Ring Buffer.vi