08-30-2016 05:00 AM
Hello All,
I am working on Creating labVIEW User Interface for my TestSequence.
Trying to Reuse the existing user Interface available in "C:\Users\Public\Documents\National Instruments\TestStand 2014 (64-bit)\UserInterfaces"
I am able to run my sequence properly using existing exe but wheni try to do in LabVIEW Code i am getting error as
Could not load DLL or external library 'C:\Program Files\National Instruments\TestStand 2014\Components\Models\TestStandModels\modelsupport2\modelsupport2.dll'.
The DLL is a 64-bit DLL and thus cannot be loaded by 32-bit TestStand.
i am trying to access user Interface Files under the folder "TestStand 2014 (64-bit)"
what may be the issue?
09-02-2016 10:36 AM
Hi PalanivelT,
Make sure you are using LabVIEW 64-bit when editing and running the 64-bit example UIs.
09-05-2016 11:32 PM
yes i am sure i am using 64 bit examples. i have checked the same in different PC where I am not facing any issue may be problem is with my PC Locally.
I will try to reinstall and verify.