LabVIEW 2011安裝完成之后打不開如何解決
LabVIEW 2011 will fail to launch on computers equipped with AMD FX "Bulldozer" CPU's
Early in the LabVIEW load process, LabVIEW calls a DLL (niCPUlib.dll) that queries the CPU for low level information (e.g. # of cores and cache size). This DLL call causes an infinite loop when executed on a computer that contains these processors. For more information, please see KB 5U2H8PYJ.
http://digital.ni.com/public.nsf/allkb/4734A6405B123FA58625799900813593
Archived: LabVIEW 2011 and 2011 SP1 Known Issues - NI
Archived: LabVIEW 2011 Platform Known Issues - NI
LabVIEW 2015 SP1 Run-Time min 無(wú)法在XP上安裝
打開安裝文件夾中的 setup.ini
找到:VersionNTMin=6,1,7601,1,0 line.
修改為:VersionNTMin=5,1,2600,3,0.
NI Installer Fails on Windows XP/Vista and Windows Server 2003 - National Instruments
兼容Windows XP(SP3)的最后一個(gè)LabVIEW版本是什么版本?
Windows 8.1 及 Windows 7:LabVIEW 2020 SP1
Vista 及 XP(X86)(SP3):LabVIEW 2015 SP1 f7
LabVIEW與Microsoft Windows的兼容性 - NI
LabVIEW 2015 SP1 f9補(bǔ)丁不再支持Microsoft Windows 7 RTM(無(wú)service pack)、Windows Vista、Windows XP和Windows Server 2003
LabVIEW Run-Time Engine 2015 SP1 (32-bit) f7 Patch 綠色版打包過(guò)程:
- 安裝LVRTE2015SP1_f7Patchmin/std.exe(f7以上版本在WindowsXP上安裝時(shí)需要修改setup.ini中VersionNTMin=5,1,2600,3,0)
- 復(fù)制c:\Program Files\National Instruments\Shared\LabVIEW Run-Time\2015\
- 復(fù)制c:\WINDOWS\system32\nierInterface.dll
- 刪除多語(yǔ)言
注:min無(wú)法運(yùn)行WebServer
注:f13無(wú)法在XP上運(yùn)行
LabVIEW 使窗口置頂
- VI.FP.Title // 獲取窗口標(biāo)題
- user32.dll: int32_t FindWindowA(int32_t lpClassName, CStr lpWindowName); // 根據(jù)窗口標(biāo)題獲取窗口句柄
- user32.dll: int32_t SetWindowPos(int32_t hWnd, int32_t hWndInsertAfter, int32_t x, int32_t y, int32_t cx, int32_t cy, uint32_t uFlags); // 根據(jù)窗口句柄置頂窗口
- 失去焦點(diǎn)時(shí)AttachThreadInput其他頂層窗口后,再SetForegroundWindow自己
參考:如何強(qiáng)悍地實(shí)現(xiàn)“置頂窗口”,讓窗口不被其他窗口覆蓋-CSDN社區(qū)
注:對(duì)浮動(dòng)和模態(tài)窗口不生效
隱藏任務(wù)欄圖標(biāo)
HideRootWindow=True
縮放顯示圖像
- 修改圖片控件縮放因子
- 圖片空間數(shù)組無(wú)法單獨(dú)修改各個(gè)數(shù)組元素的縮放因子,可采用.Net先進(jìn)性圖片縮放后顯示
在 GDI+ 中裁切和縮放圖像 - Windows Forms .NET Framework | Microsoft Docs