01-21-2020 01:43 PM
Can 2016 64bit TestStand run 32bit Labview? The Labview calls 32bit Dlls.
I don't think so, but I'm looking for comformation. I think TS is recompiling the Labview as 64bit...
01-21-2020
02:16 PM
- last edited on
11-03-2024
03:23 PM
by
Content Cleaner
TestStand cannot recompile your VIs. If it opens LabVIEW 64-bit, that will recompile your VIs. So you should go into your adapter settings and see what TestStand is using to load your VIs.
Some additional information: Adapter and Code Module Support for 64-bit TestStand
01-21-2020
02:55 PM
- last edited on
11-03-2024
03:23 PM
by
Content Cleaner
You can't load 32-bit DLLs in a 64-bit process but there are some workarounds by calling them in an external process:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGjoCAG&l=en-US
Hope this helps,
Trent