NI產品與技術 討論區

取消
顯示結果 
搜尋替代 
您的意思是: 

如何做及顯示動態Logo

請教大家一個問題,我想執行程式時先顯示動態logo再進入程式畫面如以下連結裡執行
AMI Fuel Cell Demo.exe的效果,問題是如何做此動態logo?以及在labview如何顯示此動態logo?謝謝!
0 積分
1 條訊息(共 4 條)
7,479 檢視
動態Logo我不會,但用在VI裏應該就像貼圖一樣貼上去就好了吧。
 
Eddy
0 積分
2 條訊息(共 4 條)
7,473 檢視

我目前的做法是使用flash相關軟體,將檔案轉成swf檔,再利用以下方法

"Can I Use a Flash Animation Inside of LabVIEW?"
http://digital.ni.com/public.nsf/websearch/E1BC3EE77B51781A86256CFA005EDC84?OpenDocument

0 積分
3 條訊息(共 4 條)
7,435 檢視

Use Pict Ring.

First, you will have to create all possible images i.e. images of logo at initial position to the last position (all should be of same image size)

After doing so, import all images one after each to a Pict Ring indicator.

Last but not least, do a little bit of coding to run Pict Ring from item 0 to item N. An appropriate looping will generate a motion logo 😉

Cheers!

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
4 條訊息(共 4 條)
7,229 檢視