Plug-In Versioning
- Updated2024-10-16
- 2 minute(s) read
Plug-In Versioning
Creating versioned measurement plug-ins enables development and deployment alignment, as well as traceability. Plug-in versioning is supported in TestStand and InstrumentStudio. The following sections describe how to implement versioning with your developed plug-ins.
Versioning Plug-Ins Using Python
Complete the following steps to add version numbering to your Python-developed measurement plug-in.
- Open the service configuration file (.serviceconfig) for the measurement plug-in you want to version.
- Specify the new version number in the the version field.
- Remove the version parameter from any instances of the MeasurementService class.
Versioning Plug-Ins Using LabVIEW
This section describes how to implement versioning for LabVIEW-developed measurement plug-in.
Implementing Versioning when Developing LabVIEW Measurement Plug-Ins
Incrementing Plug-In Versions using
LabVIEW
To create a new version of a measurement plug-in, open the Get Measurement Details.vi, select the diagram view, and enter the new version number in the version field in the measurement details cluster.