04-08-2024 03:07 PM
Hello
I developed a project with 6 DQMH modules and I use it in Teststand. In my pc works correctly but when I share the secuence with other members they told me the labview step has errors due missing depedencies. It can be fixed installing labview and DQMH in the computer but there are some computers where I can't install labview. I read a solution is to send the DQMH objects in a PPL https://www.studiobods.com/en/niweek2018-ts1043/ but when I open a main.vi of a module I receive a error about the vi couldn't compile the code and the subvi of enqueue is not found. Any solution?
Solved! Go to Solution.
04-09-2024 01:53 AM
Hello,
Can you please change the access scope of the "Enqueue" VIs from Public to Private, rebuild your PPL and try again:
Matthias Baudot | Software Architect | Founder at STUDIO BODs | DQMH® Consortium Board Member
04-15-2024 11:41 AM
Thanks. It worked correctly