How to Get Sequence File Version Programmatically in LabVIEW

Updated Jun 8, 2023

Reported In

Software

  • LabVIEW

Issue Details

  • I have some sequence files that were developed in different versions of TestStand
  • I have multiple revisions of my sequence files and would like to determine which is the latest one

Solution

To get the version information from the sequence file programmatically in LabVIEW, the TestStand API's FileInformation methods can be used:  
The example below shows a simple LabVIEW program that can collect these information and the result on a sequence file created in TestStand 2019:
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.