Complete the following steps to convert variant data to LabVIEW data.
- Place the Variant to Data function on the block diagram.
- Wire variant data to the variant input of the Variant to Data function.
- Wire the type of data to which you want to convert the variant data to the type input of the Variant to Data function.
- Wire an indicator that matches the type you specified in the type input to the data output of the Variant to Data function.
- Run the VI.