05-14-2018 08:26 AM
Solved! Go to Solution.
05-15-2018
10:15 AM
- last edited on
12-31-2024
01:31 PM
by
Content Cleaner
Hello,
When you build your installer with TSDU, how are you deploying your LabVIEW code? In LabVIEW Options, are you choosing PPL?
Have you seen the following tutorial - https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x2pdCAA&l=en-US?
Before you deployed your code, did you try to run your test sequences with the LabVIEW run time engine adapter instead of the development environment?
I would also take a look at this help documentation - https://www.ni.com/docs/en-US/bundle/teststand/page/processing-labview-code-modules-for-deploymen.ht...
Also take a look at this KB and try out the steps.
Let me know if this helps and what steps you try.
Thanks
05-16-2018 07:08 AM - edited 05-16-2018 07:09 AM
Hi Roxana,
Thank you very much for the reply.
I did not use PPL, also I tried run the test sequence with Labview runtime engine instead of the development environment, it was successful.
I read all the links (very usefull links) given by you, and tried different strategies mentioned, no success.
Best wishes
Mingyuexin
05-16-2018 07:14 AM
Hi,
By playing around, the issue is solved.
Actually the labssh.dll should be put in the same directory as the VI that calls labssh VI.
Mingyuexin