以下屏幕截图显示了LabVIEW程序框图和输出.
这是输出文本.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\sesa351813\Desktop\ajay\python>More?
解决方法:
要使用System Exec.vi,您应该将尝试执行的内容传递给“命令行”连接器.如果从命令shell运行,则需要在命令前加上’cmd / c’.要获取您可以使用的目录列表:
在你的情况下,如果你传递字符串’cmd / c python hello.py’,那么这应该正确执行.