Malleable VIs
- 已更新2026-03-31
- 閱讀時間為 1 分鐘
A malleable VI .vim is a VI that is inlined into its calling VI and can adapt each terminal to its corresponding input data type. With malleable VIs, you build a VI to perform the same operation on any acceptable data type instead of saving a separate copy of the VI for each data type. The malleable VIs that LabVIEW provides have orange backgrounds.
Refer to the labview\examples\Malleable VIs\Basics\Malleable VIs Basics.lvproj for an example of using malleable VIs.
相關內容
- VI Execution Speed
- Using a Malleable VI for Different Data Types
- Using a Malleable VI for Different Classes
- Choosing between Malleable VIs and Polymorphic VIs
- Building Malleable VIs
- Debugging Malleable VIs
You cannot debug a malleable VI instance directly. Debug a malleable VI instance by converting the instance to a standard VI and then enabling debugging.