xiongxinwei Posted April 11, 2024 Report Posted April 11, 2024 When I use "Open VI Reference" to run a VI file, LabVIEW looks for subVIs when there is a subroutine in the called VI file. When I run this program in RunTime, it says that the subVIs are not found, but I can find the missing subVIs in the development environment, I want to know how to set the path of RunTime to find the subVIs. Quote
hooovahh Posted April 11, 2024 Report Posted April 11, 2024 Use the File Dialog express VI on the File IO >> Advanced palette. You can configure this to prompt the user for a file path then wire that into the open. Quote
xiongxinwei Posted April 12, 2024 Author Report Posted April 12, 2024 18 hours ago, hooovahh said: Use the File Dialog express VI on the File IO >> Advanced palette. You can configure this to prompt the user for a file path then wire that into the open. Thanks, I've solved that problem. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.