01-10-2013 08:52 AM
Hi,
when I do the above, the VI only contains the wired conditional terminal. If I remove the code to wire the conditional terminal, the "wait (ms)" appears within the while loop. So there's obviously a conflict between these two. Is it even possible to do both within one while loop and if so, how?
Thanks.
01-11-2013
03:56 AM
- last edited on
04-12-2024
03:38 PM
by
Content Cleaner
Hello SnowLord,
VI Scripting is a NI Labs Product, like mentioned here:
https://www.ni.com/en/support/downloads/tools-network/download.labview-vi-scripting.html
it is only supported through the API Group.
You should post your question there.
Best Regards!
Moritz M.
01-11-2013 06:04 AM
I replaced your reference control with this:
When I run it I get a VI with this:
It appears to work correctly for me. Perhaps I misunderstood your situation?
01-11-2013
07:36 AM
- last edited on
04-12-2024
03:38 PM
by
Content Cleaner
@Wetzer wrote:
VI Scripting is a NI Labs Product, like mentioned here:
https://www.ni.com/en/support/downloads/tools-network/download.labview-vi-scripting.html
it is only supported through the API Group.
You should post your question there.
Scripting has been an official part of LabVIEW since LV 2010 (accessible through the options dialog and documented). There's no problem with the LV APIs group, but there's no reason it shouldn't be supported here as well. I would suggest you update your procedures to reflect this.