12-16-2024 11:44 AM
I know that I can have multiple versions of LabVIEW and TestStand on the same PC.
Can I install multiple versions of Veristand on the same computer? As long as I am not running them at the same time is this possible?
Solved! Go to Solution.
12-16-2024 09:11 PM
Yes, I always had multiple versions of VeriStand installed to build custom devices. However, you can only run one version of VeriStand at a time.
12-17-2024 08:43 AM
Thank you for the information and the quick response!
03-06-2025 01:58 PM
@ZYOng wrote:
Yes, I always had multiple versions of VeriStand installed to build custom devices. However, you can only run one version of VeriStand at a time.
Each version of VeriStand installs and runs a different version of DAQmx. How do you deal with this issue and get around this mess?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LZTSA2&l=en-US
03-07-2025 04:50 AM - edited 03-07-2025 04:55 AM
@BigApple0 wrote:
Each version of VeriStand installs and runs a different version of DAQmx. How do you deal with this issue and get around this mess?
VeriStand is dependent on LabVIEW and hence shares the same compatibility with LabVIEW. As a rule of thumb, NI drivers are backward-compatible to four versions of LabVIEW. Thus NI-DAQmx 2025 supports VeriStand 2025, 2024 and 2023 (there was no VeriStand 2022).
Edit:
Just realized the following.
Starting with LabVIEW 2022Q3 release, select NI drivers and toolkits will become version-independent from LabVIEW release. Extending Compatibility Between LabVIEW and NI Drivers with Addon Support
Hence, NI-DAQmx 2022 Q3 supports VeriStand 2023 or later (because VeriStand 2022 does not exist).
03-18-2025 03:55 PM
@ZYOng wrote:
@BigApple0 wrote:
Each version of VeriStand installs and runs a different version of DAQmx. How do you deal with this issue and get around this mess?
VeriStand is dependent on LabVIEW and hence shares the same compatibility with LabVIEW. As a rule of thumb, NI drivers are backward-compatible to four versions of LabVIEW. Thus NI-DAQmx 2025 supports VeriStand 2025, 2024 and 2023 (there was no VeriStand 2022).
Edit:
Just realized the following.
Starting with LabVIEW 2022Q3 release, select NI drivers and toolkits will become version-independent from LabVIEW release. Extending Compatibility Between LabVIEW and NI Drivers with Addon Support
Hence, NI-DAQmx 2022 Q3 supports VeriStand 2023 or later (because VeriStand 2022 does not exist).
Instead of reading about what should work, I suggest trying it. The process is a mess.