若您能使用Application Builder創建執行檔,您只需按照
Running a LabVIEW Executable When Windows Boots的步驟,便可於系統開機時自動運行執行檔。若您沒有權限使用Application Builder,則可透過以下步驟在系統啟動時自動執行VI:
- 前往C:\Program Files\National Instruments\LabVIEW XX\LabVIEW.exe。
- 在桌面上創建此.exe執行檔的捷徑。
- 打開此執行檔的內容 (右鍵點擊執行檔»內容),並將目標更改為要在系統啟動時自動執行的VI。例如:C:\Program Files\National Instruments\LabVIEW XX\<vi name> ,其中<vi name>即是您的VI程式名稱。
- 開啟該VI程式,然後從下拉式選單中選擇File»VI Properties 。
- 在Execution下,勾選「Run when opened」。
- 切換至block diagram,並透過Functions»Programming»Application Control»Quit LabVIEW以加入關閉LabVIEW的功能。(這部分可自由選擇)
- 將該VI存檔。
- 將桌面上的LabVIEW.exe捷徑複製到以下的啟動資料夾 (Startup Folder)中:C:\Users\<使用者名稱>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- 重新啟動電腦。
Additional Information
- 本文所講述的步驟僅是在系統啟動時執行VI。我們的「執行檔」是透過LabVIEW捷徑,來開啟所指定的VI。
- 電腦上所有使用者的啟動資料夾都位於C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup