이 내용은 고객님의 설정 언어로 확인할 수 없습니다

이 내용은 다른 사용 가능한 언어로 표시됩니다. 고객님께서 사용하시는 브라우저에 텍스트 번역에 도움이되는 기능이 포함되어 있을 수 있습니다.

LabVIEW Application with Sound and Vibration Toolkit has Broken Run Button

Updated Aug 17, 2022

Reported In

Software

  • LabVIEW
  • LabVIEW Sound and Vibration Toolkit

Issue Details

I have created a simple VI that uses functions from the LabVIEW Sound and Vibration toolkit. This runs successfully without errors when I run the VI from the LabVIEW Development System.

When I am building this VI as an executable file, I receive the following error:
The build was unsuccessful.
Possible reason
A VI broke during the build process from being saved without a block diagram. Either open the build specification to include the block diagram of that VI or enable debugging to include the block diagrams of all VIs in the build. Report this error to National Instruments technical support.

C:\Program Files (x86)\National Instruments\LabVIEW 2020\vi.lib\addons\_NISVFA\_Generation\Signal Generation\SV Signal\Calculate Number of Remaining Samples.vi

error

If I tick Enable debugging in the Advanced category, I can build the executable successfully but the executable has a broken run button.

How can I resolve this issue?

Solution

This issue can be fixed by deselecting the Remove unused polymorphic VI instances in the Additional Exclusions category as illustrated by the image below.
image.png
 

Additional Information

This issue occurs because the Sound and Vibration toolkit has a menu item associated with the library and including all items from the library will include a menu item, which does not have a block diagram.