<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8285891131311647175</id><updated>2024-09-08T06:08:07.175-07:00</updated><category term="Event Structure、User Event、Dynamic Event"/><category term="XControl"/><category term="exe"/><category term="exe，dynamic，path，執行檔"/><category term="path"/><category term="動態呼叫、Open VI Reference"/><category term="呼叫SubVI，動態呼叫，靜態呼叫"/><category term="執行檔"/><title type='text'>LabVIEW備忘錄</title><subtitle type='html'>記憶力太差，這blog是用來自己記錄用。如果有錯誤的觀念，請留言一起討論~謝謝!!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-9123522715381877351</id><published>2015-02-05T22:34:00.004-08:00</published><updated>2015-02-05T22:34:56.066-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="exe，dynamic，path，執行檔"/><title type='text'>動態呼叫編譯成執行檔時要注意的地方</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 之前&lt;span style=&quot;color: #0070c0;&quot;&gt;&lt;a href=&quot;http://fredlaipi.blogspot.tw/2015/01/blog-post.html&quot;&gt;文章&lt;/a&gt;&lt;/span&gt;有講過如果程式當中有比較少使用到的功能，可以透過動態載入與動態呼叫的方式，來加速程式開啟的速度，還有減少程式使用記憶體的負擔。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;另外，還有一篇&lt;span style=&quot;color: #0070c0;&quot;&gt;&lt;a href=&quot;http://fredlaipi.blogspot.tw/2015/01/blog-post_29.html&quot;&gt;文章&lt;/a&gt;&lt;/span&gt;提到編譯成執行檔後路徑呼叫的差異。所以這篇主要是要說明編譯成執行檔後的兩種動態呼叫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;檔的差異。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 第一種的動態呼叫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，是把動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;一併編譯進單一執行檔內&lt;/span&gt;(&lt;a href=&quot;https://drive.google.com/file/d/0B5_uBPHgmGuGbkx4eWtESldicU0/view?usp=sharing&quot;&gt;附件ㄧ&lt;/a&gt;)&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。所以編譯成執行檔後，無法再修改被呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。這種方法編譯成執行時，動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;路徑，不需要另外的設定，只要跟程式編輯時一樣的路徑就&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;OK&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。主要在編譯的設定檔內部如下圖中所顯示的，要將動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;檔，放在&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Always Included&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;裡面。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf0ml0yQm7EQRNBUpKZwf-0X4YvPOYYFQjB1fHYIRGHUaF1fIBGkP_cI04iTajlcG08IZwh-APPIkzItWDj7kKWSAnJu0YKFIqKuOWIvKUANDRn0qXB0za1cOOypnVT2woDg9tJJ0r_V0G/s1600/dynamicRunEx1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf0ml0yQm7EQRNBUpKZwf-0X4YvPOYYFQjB1fHYIRGHUaF1fIBGkP_cI04iTajlcG08IZwh-APPIkzItWDj7kKWSAnJu0YKFIqKuOWIvKUANDRn0qXB0za1cOOypnVT2woDg9tJJ0r_V0G/s1600/dynamicRunEx1.PNG&quot; height=&quot;177&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 另一種則是不把動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;包進執行檔內&lt;/span&gt;(&lt;a href=&quot;https://drive.google.com/file/d/0B5_uBPHgmGuGX3dTSHM1MGJZWFk/view?usp=sharing&quot;&gt;附件二&lt;/a&gt;)&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。這樣後續如果要更新功能就不須重新編譯執行檔。如下面所示，subVI以VI的方式放置於subfolder資料夾內&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;PS:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;呼叫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的路徑要注意因為編譯成&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;exe&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;檔後會多一層，所以可以依照之前的&lt;span style=&quot;color: #0070c0;&quot;&gt;&lt;a href=&quot;http://fredlaipi.blogspot.tw/2015/01/blog-post_29.html&quot;&gt;文章&lt;/a&gt;&lt;/span&gt;來解決。&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNQXTFaNwFjNDc69YK_jdIznyNu8gqq5pWDGAiDS3H9758VSHSQ3wWDzdPwXLx3I64PmMsCDFLd_ZLViJwu-4jqkfhkXJsxvB2JfZbi01L8UKvSAgx939QMMA-VY6KADGXKCKtY97YCD8l/s1600/%E6%93%B7%E5%8F%96.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNQXTFaNwFjNDc69YK_jdIznyNu8gqq5pWDGAiDS3H9758VSHSQ3wWDzdPwXLx3I64PmMsCDFLd_ZLViJwu-4jqkfhkXJsxvB2JfZbi01L8UKvSAgx939QMMA-VY6KADGXKCKtY97YCD8l/s1600/%E6%93%B7%E5%8F%96.PNG&quot; height=&quot;248&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 最近剛好看到網路上有人在詢問&lt;span style=&quot;color: #0070c0;&quot;&gt;&lt;a href=&quot;http://www.labviewpro.net/forum_post_detail.php?fid=1&amp;amp;post=9038&quot;&gt;是否可以不變更主程式，只更新&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://www.labviewpro.net/forum_post_detail.php?fid=1&amp;amp;post=9038&quot;&gt;是否可以不變更主程式，只更新UI介面的樣式&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。答案是可以的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;測試過後發現可以把要動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;包進執行檔內，但&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;UI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;介面的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;不包進執行檔內(&lt;a href=&quot;https://drive.google.com/file/d/0B5_uBPHgmGuGcFZRbUR6MlBXTkE/view?usp=sharing&quot;&gt;附件三&lt;/a&gt;)。只要在編譯的設定檔內&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Always
Included&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;放置動態呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，並且&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;UI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;介面的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;呼叫的路徑正確就可以達成。如下圖所示，包成執行檔後，路徑要多一層執行檔名稱。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6RdVw-S9b03kcOZl71L5Wwy3GVQIA8sseQCzbN0dcHpxDZT41HqkJcvnase6WEuHweREKhiEpR4Nj56y85_xiCsTlM1-mWSLthcK5ck-4wjd6lPWwH8nA0e5McTcXUNHSiN2IJKBSIuw_/s1600/%E6%93%B7%E5%8F%96.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6RdVw-S9b03kcOZl71L5Wwy3GVQIA8sseQCzbN0dcHpxDZT41HqkJcvnase6WEuHweREKhiEpR4Nj56y85_xiCsTlM1-mWSLthcK5ck-4wjd6lPWwH8nA0e5McTcXUNHSiN2IJKBSIuw_/s1600/%E6%93%B7%E5%8F%96.PNG&quot; height=&quot;132&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;PS:如果不想給別人看到&lt;/span&gt;發佈出去的UI介面VI的程式碼!可以在 發布前將後面板的程式介面移除，只保留前面板，就不會有程式碼外流的疑慮，因為程式碼已經變成機器碼。&lt;br /&gt;
&lt;br /&gt;
如果你不想要讓人知道你用哪種語言寫的，如下圖，可以將UI介面的VI用llb檔包起來後再改副檔名為dll，變成假的dll檔XD(&lt;a href=&quot;https://drive.google.com/file/d/0B5_uBPHgmGuGdW9SVnBsblhYWUk/view?usp=sharing&quot;&gt;附件四&lt;/a&gt;)。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8H8k3-_XOalH-AwzRGong0fTaFAFCjsMJygkncUq-bPj5lC_jjfMsCjea0rEz3UPsOBsr-fOi-WZcqe1dShP_pT8kvEpX1dXQHLJqEGJazLOuH2-gbWL7C3OtpEirrhm0793OBafgjxsg/s1600/%E6%93%B7%E5%8F%96.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8H8k3-_XOalH-AwzRGong0fTaFAFCjsMJygkncUq-bPj5lC_jjfMsCjea0rEz3UPsOBsr-fOi-WZcqe1dShP_pT8kvEpX1dXQHLJqEGJazLOuH2-gbWL7C3OtpEirrhm0793OBafgjxsg/s1600/%E6%93%B7%E5%8F%96.PNG&quot; height=&quot;183&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
反正總歸一句，&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;呼叫的路徑設定OK就OK拉&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;~&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/9123522715381877351/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/02/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/9123522715381877351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/9123522715381877351'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/02/blog-post.html' title='動態呼叫編譯成執行檔時要注意的地方'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf0ml0yQm7EQRNBUpKZwf-0X4YvPOYYFQjB1fHYIRGHUaF1fIBGkP_cI04iTajlcG08IZwh-APPIkzItWDj7kKWSAnJu0YKFIqKuOWIvKUANDRn0qXB0za1cOOypnVT2woDg9tJJ0r_V0G/s72-c/dynamicRunEx1.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-1829723681996977283</id><published>2015-01-30T08:02:00.000-08:00</published><updated>2015-01-30T08:02:48.236-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="動態呼叫、Open VI Reference"/><title type='text'>動態呼叫方法參數說明</title><content type='html'>前一篇文章已經有說明子程式的執行方式(動、靜態呼叫與裝載)。&lt;br /&gt;
&lt;div&gt;
本篇將進一步的說明動態裝載與呼叫時，會用到的 Open VI Reference元件。&lt;br /&gt;
&lt;div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;Option:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-stretch: normal;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;0x0(&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;預設值&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;):&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;只能只用&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt; call by reference &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;2&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;0x08:可使用於一般執行&lt;/span&gt;或同行(reentrant)執行&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，只能使用於&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;run vi property &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;執行。如果要用於同步執行，參數&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;不需增加0x40&lt;/b&gt;&lt;/span&gt;，只需要將&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;被呼叫的背景程式的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI Properties&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定視窗，依需求要設定為&lt;/span&gt;&amp;nbsp;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Shared clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;或&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Preallocated clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。這邊需注意的是左圖中的&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Wait Until Done需設定為False&lt;/b&gt;&lt;/span&gt;，主程式才能呼叫多次背景程式，不然會在第一次呼叫時就暫停執行，並等待背景程式執行完畢。&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAsKty09vb-2x45PPBy0dCyHsfDBliBtgCOtD4LnD_UqGycQzjzgNEkLuGRTETSRAUKdNjHLJPLVcBEq02aKqr4cDixAp9M6y4Pr2W50g5yRs9vNu3yQM2FcOvBKrzVU1uF3f4TQzkQsXW/s1600/34567.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAsKty09vb-2x45PPBy0dCyHsfDBliBtgCOtD4LnD_UqGycQzjzgNEkLuGRTETSRAUKdNjHLJPLVcBEq02aKqr4cDixAp9M6y4Pr2W50g5yRs9vNu3yQM2FcOvBKrzVU1uF3f4TQzkQsXW/s1600/34567.PNG&quot; height=&quot;127&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;0x40:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;啟用同步執行&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，並共享&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。執行方式分為&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;call
by reference &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;和&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;start asynchronous call &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3.1&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;Call by reference:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;下圖使用&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Parallel For Loop Iterations&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，由於是同步執行，所以此處的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;error
cluster &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;不需要使用&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;shift register&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRuJBH_xle1fzrNld5iZ7eyo9Ci8sYGqWhPEHQO8ZMdXOyI1wbFI0uqEZadeTeFTfiLb3ejJEQJU7X3WHtDoncoUDv7lMIEp9lGkyOzrvRi3duIIGhxmnanO5ltZw2o3MlaiYmgbF5WxId/s1600/%E6%93%B7%E5%8F%96.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRuJBH_xle1fzrNld5iZ7eyo9Ci8sYGqWhPEHQO8ZMdXOyI1wbFI0uqEZadeTeFTfiLb3ejJEQJU7X3WHtDoncoUDv7lMIEp9lGkyOzrvRi3duIIGhxmnanO5ltZw2o3MlaiYmgbF5WxId/s1600/%E6%93%B7%E5%8F%96.PNG&quot; height=&quot;266&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3.2&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;Start asynchronous call:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;透過&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;start asynchronous call &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;執行的可建立背景程式，並依照是否讀取背景程式的輸出來設定&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Open VI Reference &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;option&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;值。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 70.9pt; mso-list: l0 level3 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3.2.1&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;如果&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;不需要&lt;/span&gt;&lt;/b&gt;讀取背景程式的輸出值，則&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;option&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定如下圖左方，&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;0x80&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;為不需讀取背景程式輸出值的設定碼。右圖為被呼叫的背景程式的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI Properties&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定視窗，依需求要設定為&lt;/span&gt; &lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Shared clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;或&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Preallocated clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIDNJlBbTVNuEt2mn6x0kvi7TKCbkPPC0GV1EKXdnG74K8Bgc3t9cv6da0zXfA_HN0SLVYxFQ0rEHFScK3tCxaxB4FSf4ZADeKOgf_i-G8tqxvgW4y2YgtW-dev5o6ASdTqx6qm-5NaY5r/s1600/%CB%873%E6%93%B7%E5%8F%96.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIDNJlBbTVNuEt2mn6x0kvi7TKCbkPPC0GV1EKXdnG74K8Bgc3t9cv6da0zXfA_HN0SLVYxFQ0rEHFScK3tCxaxB4FSf4ZADeKOgf_i-G8tqxvgW4y2YgtW-dev5o6ASdTqx6qm-5NaY5r/s1600/%CB%873%E6%93%B7%E5%8F%96.PNG&quot; height=&quot;130&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 70.9pt; mso-list: l0 level3 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;3.2.2&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;如果&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;需讀取&lt;/span&gt;&lt;/b&gt;背景程式的輸出值，則&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;option&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定如下圖左方，&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;0x100&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;為需讀取背景程式輸出值的設定碼。右圖為被呼叫的背景程式的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI Properties&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定視窗，須設定為&lt;/span&gt; &lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Shared clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;或&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Preallocated clone reentrant execution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQjvzkzXmeQ0s43YPBVVDLcuNjLi2LZAXWaOVPjJucxMDDJego7hVFNHGUePLF8iTjvTiztFlIekw1YwR_2LiGo3Uo_H5OS7mlPRGuPn1_AUBNQx85XK_5b6Y_oBQ07bdfn2M28yKHtAjP/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQjvzkzXmeQ0s43YPBVVDLcuNjLi2LZAXWaOVPjJucxMDDJego7hVFNHGUePLF8iTjvTiztFlIekw1YwR_2LiGo3Uo_H5OS7mlPRGuPn1_AUBNQx85XK_5b6Y_oBQ07bdfn2M28yKHtAjP/s1600/1.PNG&quot; height=&quot;121&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;4&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;0x80:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;並且不需要管理其運行的背景程式，不讀取背景程式的輸出數據。只能用&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;Start Asynchronous Call&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;執行&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;5&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;0x100:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;只能用&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;Start Asynchronous Call&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;執行。並且透過&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Wait On
Asynchronous Call&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;讀取背景程式的輸出數據。&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
參考程式: labview\examples\viserver\AsynchronousCallByReference\TCPDateServerUsingStartAsynchronousCall.llb&lt;br /&gt;
labview\examples\viserver\AsynchronousCallByReference&lt;br /&gt;
labview\examples\viserver\AsynchronousCallByReference&lt;br /&gt;
labview\examples\viserver\AsynchronousCallByReference&lt;br /&gt;
labview\examples\Application Control\VI Server\Asynchronous Call By Reference\ Benchmarking Asynchronous Calls&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/1829723681996977283/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post_19.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/1829723681996977283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/1829723681996977283'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post_19.html' title='動態呼叫方法參數說明'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAsKty09vb-2x45PPBy0dCyHsfDBliBtgCOtD4LnD_UqGycQzjzgNEkLuGRTETSRAUKdNjHLJPLVcBEq02aKqr4cDixAp9M6y4Pr2W50g5yRs9vNu3yQM2FcOvBKrzVU1uF3f4TQzkQsXW/s72-c/34567.PNG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-6717507414187400828</id><published>2015-01-30T02:02:00.000-08:00</published><updated>2015-01-30T08:01:24.422-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="XControl"/><title type='text'>XControl的運作流程與相關說明</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;最近在練習寫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，參考了網路上的&lt;a href=&quot;http://liuhao815.blog.163.com/blog/static/23142978200961394527158/&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;文章&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;我都照著他的說明做。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;最後將產生的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;放置前面板時，正常來說只有是當顯示元件並且是&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;run&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的狀態下才無法點選。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;但不知道為何我編寫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;不管設置為控制元件還是顯示元件都無法點選。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;所以後來我就了解一下&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的運行流程。最後會說明我編寫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的問題在哪&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的運作流程&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;下圖是說明前面板還有&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;元件的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;開啟時&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;只有開啟&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;喔&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;還沒有&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Run&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，實際&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內部的運行流程。不管你是否有改變&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;為控制元件或顯示元件。都會觸發&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Display State Change Event!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA2PvZUu-VXqOzOz9qP6iYCetxv_A3obnGAdifzHo_Tyf87xjlrj1Af4wkvNH12W4Pz-eUPFG_2BUVwDJHG9e018ZPE0Z9wXEj4igDdeb6KW5wxHDsjXV36GMnV8bCkxH-t_O_z3wh3JE4/s1600/%E5%9C%96%E7%89%871.tif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA2PvZUu-VXqOzOz9qP6iYCetxv_A3obnGAdifzHo_Tyf87xjlrj1Af4wkvNH12W4Pz-eUPFG_2BUVwDJHG9e018ZPE0Z9wXEj4igDdeb6KW5wxHDsjXV36GMnV8bCkxH-t_O_z3wh3JE4/s1600/%E5%9C%96%E7%89%871.tif&quot; height=&quot;306&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;下圖是說明前面板還有&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;元件的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;運行停止時，實際&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內部的運行流程。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdHOCDxo0mUsjhhWYhVTn9HIZrU9H-JKtOKNm4LO0VBbHOhKBndi6XbeJtoDhc7JFM0asScisR8UNDD3HAbTT64pZ-LlioxRvxbgim6w54gE51b7VOiuTHnCEp7KXlwJ-4sNLkKiAfHQEo/s1600/%E5%9C%96%E7%89%872.tif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdHOCDxo0mUsjhhWYhVTn9HIZrU9H-JKtOKNm4LO0VBbHOhKBndi6XbeJtoDhc7JFM0asScisR8UNDD3HAbTT64pZ-LlioxRvxbgim6w54gE51b7VOiuTHnCEp7KXlwJ-4sNLkKiAfHQEo/s1600/%E5%9C%96%E7%89%872.tif&quot; height=&quot;131&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;後來我發現在&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;Facade&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內部&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;如果你把&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;元件設定為&lt;span style=&quot;color: red;&quot;&gt;顯示&lt;/span&gt;元件，則在呼叫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;元件的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內，不管你把他設定為控制元件還是顯示元件，都無法點選。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;目前我還是有個問題無法解決，就是參考的那網頁把&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的控制與顯示元件的預設顏色都是紅色。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;但我把控制跟顯示的預設顏色設定為不一樣。就會發現一個問題。就是&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;無法依照我在含有&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內設定&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;XControl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;為控制或是顯示的元件，來變更預設的顏色。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;我知道與&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Convert State For Save.VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;有關但是我不知道怎樣的狀態下才會觸發這個&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，目前還在研究中&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;….&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/6717507414187400828/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/xcontrol.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/6717507414187400828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/6717507414187400828'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/xcontrol.html' title='XControl的運作流程與相關說明'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA2PvZUu-VXqOzOz9qP6iYCetxv_A3obnGAdifzHo_Tyf87xjlrj1Af4wkvNH12W4Pz-eUPFG_2BUVwDJHG9e018ZPE0Z9wXEj4igDdeb6KW5wxHDsjXV36GMnV8bCkxH-t_O_z3wh3JE4/s72-c/%E5%9C%96%E7%89%871.tif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-4958337313016591130</id><published>2015-01-29T07:15:00.001-08:00</published><updated>2015-01-30T08:01:57.372-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="exe"/><category scheme="http://www.blogger.com/atom/ns#" term="path"/><category scheme="http://www.blogger.com/atom/ns#" term="執行檔"/><title type='text'>執行檔與編譯環境下的路徑呼叫差異</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;程式當中常需要載入設定檔或是輸出報表，常常在程式編寫、測試時沒有問題。但將程式編譯成執行檔後，卻又無法正常的載入或輸出檔案。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;一般來說比較常見的是因為呼叫的路徑錯誤，所以找不到檔案。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;通常我們都使用&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Current’s VI Path Node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;取得主程式的路徑所存在的資料夾路徑。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;如下圖，可以看到在程式編輯執行時，可以得到主程式所存在的資料夾路徑。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEDk-gb1adfGxwq7yiA2-JRlB6mtO2PzUrWqMPSa1o-Si3W8z2qFVWWF1eefYe8JW-g2yiurqmOCvs2JlVoS8r96vm5AB0XmM0k9ig6ir138r5blwkMg8nqljkYjiXqOPCIZDr0DVbUnTU/s1600/vv.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEDk-gb1adfGxwq7yiA2-JRlB6mtO2PzUrWqMPSa1o-Si3W8z2qFVWWF1eefYe8JW-g2yiurqmOCvs2JlVoS8r96vm5AB0XmM0k9ig6ir138r5blwkMg8nqljkYjiXqOPCIZDr0DVbUnTU/s1600/vv.PNG&quot; height=&quot;397&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;下圖是編譯成執行檔後的運行，原本的程式碼所取得的並不是主程式所存在的資料夾路徑。因為原本程式碼編譯成執行檔後，原本主程式&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;包覆在執行檔的裡面，透過原本的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Current’s VI Path Node &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;呼叫就可以看出多了一層。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhF9JXYVYTXbvM4HkD2E3F2gjliBNMhKfH2RUyD-uMuNZeIStlTHR8q64N_PKAWN1UGQDeiDUNOOmbFiqSEbe86PM991siqrJStSdkDE9OItZq1LFCrG-rhaAHxvLmwB-6l_vFLsZBvbQ1c/s1600/ll.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhF9JXYVYTXbvM4HkD2E3F2gjliBNMhKfH2RUyD-uMuNZeIStlTHR8q64N_PKAWN1UGQDeiDUNOOmbFiqSEbe86PM991siqrJStSdkDE9OItZq1LFCrG-rhaAHxvLmwB-6l_vFLsZBvbQ1c/s1600/ll.PNG&quot; height=&quot;400&quot; width=&quot;396&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1N6a-AUfxhyphenhyphen213d0650mbCbAjXv1yo8s7MdVsm6k-Bp1AcRV8D6PAgCtpnVy0wBYE-YJioVDmEME78PA0xh9pVa1IIPzrQeuF7Pj3KF-Qa71zEAhY9i8TvgJlD67eL1SdL5cEfoP49R5H/s1600/oop.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1N6a-AUfxhyphenhyphen213d0650mbCbAjXv1yo8s7MdVsm6k-Bp1AcRV8D6PAgCtpnVy0wBYE-YJioVDmEME78PA0xh9pVa1IIPzrQeuF7Pj3KF-Qa71zEAhY9i8TvgJlD67eL1SdL5cEfoP49R5H/s1600/oop.PNG&quot; height=&quot;396&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;這裡提出三個方法來完成不論是程式編輯或是編譯成執行檔皆可取得同樣的路徑。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;text-indent: -24pt;&quot;&gt;1.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;text-indent: -24pt;&quot;&gt;By Property Node&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 48.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -24.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;2.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;By Conditional Disable
Structure&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 48.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -24.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;By Application Directory Node&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBV6Uegg2Ld7G6IgnH5Yq4D8Vq9xh7i2e1f-Mbjjdzs-XguqLz2X7_CE4jFZhkfDnAHWh07S58lwqv0iXlvpz1X-Mm3p-IsQxQhHtZBth942dnhyJMrw6L-Zot0jAU7_B838aIi67qiPan/s1600/ww.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBV6Uegg2Ld7G6IgnH5Yq4D8Vq9xh7i2e1f-Mbjjdzs-XguqLz2X7_CE4jFZhkfDnAHWh07S58lwqv0iXlvpz1X-Mm3p-IsQxQhHtZBth942dnhyJMrw6L-Zot0jAU7_B838aIi67qiPan/s1600/ww.PNG&quot; height=&quot;396&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj350o2it0PEBW13-epUFGu0W0kVqew2W6GJu4_uOltf3GAvUs2W0beaAqotmMiQ4fxXbcdn0U0fmgtw7qnY55_uVudvv2ul9q038CG9ApZyrHYtipsGLoQBLgaW1SwLKau53nw7IHZHWaB/s1600/zz.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj350o2it0PEBW13-epUFGu0W0kVqew2W6GJu4_uOltf3GAvUs2W0beaAqotmMiQ4fxXbcdn0U0fmgtw7qnY55_uVudvv2ul9q038CG9ApZyrHYtipsGLoQBLgaW1SwLKau53nw7IHZHWaB/s1600/zz.PNG&quot; height=&quot;305&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 48.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -24.0pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/4958337313016591130/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post_29.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/4958337313016591130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/4958337313016591130'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post_29.html' title='執行檔與編譯環境下的路徑呼叫差異'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEDk-gb1adfGxwq7yiA2-JRlB6mtO2PzUrWqMPSa1o-Si3W8z2qFVWWF1eefYe8JW-g2yiurqmOCvs2JlVoS8r96vm5AB0XmM0k9ig6ir138r5blwkMg8nqljkYjiXqOPCIZDr0DVbUnTU/s72-c/vv.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-5495180238102963734</id><published>2015-01-20T02:51:00.001-08:00</published><updated>2015-01-30T08:02:27.133-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Event Structure、User Event、Dynamic Event"/><title type='text'>事件(Event Structure)觸發說明</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;事件&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(Event Structure)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;觸發方式&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -18.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;1.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;normal event: &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;一般用來接收人機介面上的動作，&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;while structure &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內部不用放置延遲元件&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(Wait&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;、&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Wait until next ms multiple)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。圖中箭頭為&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;timeout&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;設定，預設為&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;-1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;也就是沒有&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;timeout&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ53hxgi7klopBJdoEeCYmTPzvK3FTHblUhavTQaAsCZs1wIJef7Ry91FuFy-YBoI-JlF2iQlLEFCrtI8QxpEKtpAJjII73pev9MR7LYF4bzTRjn8zDUO5ncKUG-iV3Y_9LI_S3P0vbyfq/s1600/hh.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ53hxgi7klopBJdoEeCYmTPzvK3FTHblUhavTQaAsCZs1wIJef7Ry91FuFy-YBoI-JlF2iQlLEFCrtI8QxpEKtpAJjII73pev9MR7LYF4bzTRjn8zDUO5ncKUG-iV3Y_9LI_S3P0vbyfq/s1600/hh.PNG&quot; height=&quot;323&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -18.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;2.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;call by value(signal) property
node:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;上一個方法僅能觸發人機介面上的操作，但實際運作中並不一定每次的觸發都是因為人機介面操作所觸發的。如下圖，如果點選&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;start&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;按鈕後就會觸發將下面的迴圈產生的隨機數值加總，此外，如果沒有點選&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;start&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;按鈕，則透過圖中紅圈的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;value(Signal) property node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，每產生二十個隨機數值觸發加總的事件&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(event)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd; text-align: justify; text-justify: inter-ideograph;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;PS:&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;不管&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;value(signal) &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;輸入何值，只要呼叫到該&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;node &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;都會觸發&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;event&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;事件。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbRo_ZcueYAD7oPIC983cOFpmAVCAUKsvZUvSyTyKkDDhlFqT3zTiSnGVpHJ8rSQv7TBVCYzLWr_Ie_cDOTgvSQ3MFK_8FT-MaoxqNasts99wzGykDp8fPsyTLK6MgAePIOXbbc0SzDkG1/s1600/ii.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbRo_ZcueYAD7oPIC983cOFpmAVCAUKsvZUvSyTyKkDDhlFqT3zTiSnGVpHJ8rSQv7TBVCYzLWr_Ie_cDOTgvSQ3MFK_8FT-MaoxqNasts99wzGykDp8fPsyTLK6MgAePIOXbbc0SzDkG1/s1600/ii.PNG&quot; height=&quot;383&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;操作說明&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;在要觸發的按鍵上按右鍵，如圖可選出&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;value(signaling) &amp;nbsp;property node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-I5LtkGosXOFcb2K1wqLU_FZogd5lhVzC50_twhnbUWWf6DYG9-a90Iabll_dSfzNcapOBJlW4FirlyulrQZ_M5fxg8A3DPPvmtirc-vHCUjnt35SX4-52vuxZkaupSK2MSZD348kixny/s1600/tt.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-I5LtkGosXOFcb2K1wqLU_FZogd5lhVzC50_twhnbUWWf6DYG9-a90Iabll_dSfzNcapOBJlW4FirlyulrQZ_M5fxg8A3DPPvmtirc-vHCUjnt35SX4-52vuxZkaupSK2MSZD348kixny/s1600/tt.png&quot; height=&quot;400&quot; width=&quot;332&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -18.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;3.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;dynamic event:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;雖然說盡量不要在&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;subVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;內放置&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，但是如果一定要放的話，就可以透過此方法來執行。另外，這方法還可以完成程式執行的狀態下改變同一動作觸發狀態&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(#1) &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的功能。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxalTX0fp2jdt59V0njH5XtnrP_xod6lfVTZwsRWGd7n-6bxu1C4WmUMRlgsxoMRWcUKFUPNPwq58TchKn2Jlfmw5hgsguD4YM1f7PSdmLEKSzf6bZrFEY_nduUdJo8qYMClHjX-eBM95t/s1600/rr.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxalTX0fp2jdt59V0njH5XtnrP_xod6lfVTZwsRWGd7n-6bxu1C4WmUMRlgsxoMRWcUKFUPNPwq58TchKn2Jlfmw5hgsguD4YM1f7PSdmLEKSzf6bZrFEY_nduUdJo8qYMClHjX-eBM95t/s1600/rr.PNG&quot; height=&quot;232&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;操作說明&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 48.0pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -24.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;1.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;在&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;上按右鍵點選&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;show dynamic event terminals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTBZBkyYna-1u1VgCnA_grlicPU3VQ45NUHckyZrWZBEx3yRyFUxc5mcPubRRqL1nzqAj0Fv5qnW1DKZt7e0eWiP7O1XIjhjnqFKtvRkBRJkIVFKukm0a6m59ZaKTFOPUarQArELSEGK24/s1600/ww.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTBZBkyYna-1u1VgCnA_grlicPU3VQ45NUHckyZrWZBEx3yRyFUxc5mcPubRRqL1nzqAj0Fv5qnW1DKZt7e0eWiP7O1XIjhjnqFKtvRkBRJkIVFKukm0a6m59ZaKTFOPUarQArELSEGK24/s1600/ww.png&quot; height=&quot;400&quot; width=&quot;285&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 48.0pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -24.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;2.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;然後&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;左邊會出現一個雷達的圖樣，在上面點選右鍵，就會有相關的元件。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 24.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipjqRdUhQu3du2kf1zGXi6rydf1G0poyKZ1jfJjIThGjq-68EuCHgHXKJjnwoIjQYdbDO0tuHnbhB5r_FvOR8nc03I7tv-YoHctD2Z5MNHOKmKYHaW7HInUvUlONDIrl1ThoKULyz067Or/s1600/ee.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipjqRdUhQu3du2kf1zGXi6rydf1G0poyKZ1jfJjIThGjq-68EuCHgHXKJjnwoIjQYdbDO0tuHnbhB5r_FvOR8nc03I7tv-YoHctD2Z5MNHOKmKYHaW7HInUvUlONDIrl1ThoKULyz067Or/s1600/ee.png&quot; height=&quot;198&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -18.0pt;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;4.&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang=&quot;EN-US&quot;&gt;user event(#2): &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;此方法的適用於原本&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;沒有定義的觸發動作與多迴圈的架構，如圖中&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;LOOP2&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;如果發生錯誤就會停止迴圈，並且&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;LOOP1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;會觸發自訂的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;user event &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;跳出錯誤顯示視窗後停止&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;LOOP1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;迴圈，避免&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;LOOP2&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;錯誤發生時，無法停止&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;LOOP1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;的問題。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 18.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;圖中左邊的紅圈可自訂要傳輸的資料格式，設定好後可以在&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;event structure&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;中觸發&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;user event&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;時，輸出&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;圖中右邊的紅圈&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOtOqMuBrkMwlZrcFm3Gcu6ySbU7jwm0P0Pe2rmhkafgkM-HW-0pPr3xY0tBRNQiui_8kvjGypzKv-I8nliNh7QKNQJwyB07DaqfA4zDjSHbu68hkybRQPQPQ2I-5e80eNUrijBQgijiKd/s1600/qq.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOtOqMuBrkMwlZrcFm3Gcu6ySbU7jwm0P0Pe2rmhkafgkM-HW-0pPr3xY0tBRNQiui_8kvjGypzKv-I8nliNh7QKNQJwyB07DaqfA4zDjSHbu68hkybRQPQPQ2I-5e80eNUrijBQgijiKd/s1600/qq.PNG&quot; height=&quot;247&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
參考程式:&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;#1. \National Instruments\LabVIEW 2014\examples\Dialog and User
Interface\Events\Dynamic Event Generation.vi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;#2. \National Instruments\LabVIEW 2014\examples\Dialog and User
Interface\Events\User Event Generation.vi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/5495180238102963734/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/event-structure.html#comment-form' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/5495180238102963734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/5495180238102963734'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/event-structure.html' title='事件(Event Structure)觸發說明'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ53hxgi7klopBJdoEeCYmTPzvK3FTHblUhavTQaAsCZs1wIJef7Ry91FuFy-YBoI-JlF2iQlLEFCrtI8QxpEKtpAJjII73pev9MR7LYF4bzTRjn8zDUO5ncKUG-iV3Y_9LI_S3P0vbyfq/s72-c/hh.PNG" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8285891131311647175.post-5222156283311241156</id><published>2015-01-16T02:17:00.000-08:00</published><updated>2015-01-30T08:03:17.679-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="呼叫SubVI，動態呼叫，靜態呼叫"/><title type='text'>動態與靜態運行子程式說明</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
本篇要來介紹子程式載入與呼叫的方式，分別有分為靜態與動態，說明如下:&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: red; font-size: large;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;b&gt;靜態裝載&lt;/b&gt;&lt;/span&gt;&lt;b&gt;(static load)&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;:只要程式碼一開啟，即裝載進記憶體(&lt;/span&gt;不一定是程式執行的狀態下，編譯程式的狀態也會)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;動態裝載&lt;/span&gt;(dynamic load)&lt;/span&gt;&lt;/b&gt;:程式執行時，才裝載進記憶體&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;color: red; font-family: 新細明體, serif; font-size: xx-small;&quot;&gt;&lt;b&gt;靜態呼叫(static call)&lt;/b&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;SubVI&lt;/span&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;路徑只能於程式編譯時，做設定&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;color: red; font-family: 新細明體, serif; font-size: xx-small;&quot;&gt;&lt;b&gt;動態呼叫(dynamic call)&lt;/b&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;呼叫的&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;SubVI&lt;/span&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;路徑可以於程式執行的時候再設定&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;h3&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;1.靜態裝載&amp;amp;靜態呼叫&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;/h3&gt;
&lt;h4&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;Load
with callers&lt;/span&gt;&lt;/b&gt;:&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;當&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;caller VI load&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;後也一併&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;load subVI(&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;不用等到程式執行時&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyxMo-OwVWV7LoCkPy6L3nsyHWEdy1ahjppZ73YSxudN8BQHj8Aw0gZYGX269dc1uMC1LLlP17NTGCQvcSxZf9MrSLd3b73n_hR5aSPfUH_NpgJOoNha7Pyfyzk8bak5b8y-V1Je40GlaJ/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyxMo-OwVWV7LoCkPy6L3nsyHWEdy1ahjppZ73YSxudN8BQHj8Aw0gZYGX269dc1uMC1LLlP17NTGCQvcSxZf9MrSLd3b73n_hR5aSPfUH_NpgJOoNha7Pyfyzk8bak5b8y-V1Je40GlaJ/s1600/2.png&quot; height=&quot;191&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 24.0pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;
 &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;
 &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt;
&lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape id=&quot;圖片_x0020_2&quot; o:spid=&quot;_x0000_i1029&quot; style=&quot;height: 198pt; mso-wrap-style: square; visibility: visible; width: 415.5pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;&quot; src=&quot;file:///C:\Users\Da-Wei\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;h3&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;2.&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;動態裝載&amp;amp;靜態呼叫&lt;/span&gt;&lt;/b&gt;:&lt;/span&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;h4&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;2.1&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;Reload for each call&lt;/span&gt;&lt;/b&gt;:&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;當&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;caller VI &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;運行並每次呼叫&lt;/span&gt; &lt;span lang=&quot;EN-US&quot;&gt;SubVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;時都會重新&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;load&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;實際上是如果&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;subVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;沒有在記憶體內就會&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;reload&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;。故此選項也不保證運行完後&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;SubVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;會保留在記憶體內&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyxMo-OwVWV7LoCkPy6L3nsyHWEdy1ahjppZ73YSxudN8BQHj8Aw0gZYGX269dc1uMC1LLlP17NTGCQvcSxZf9MrSLd3b73n_hR5aSPfUH_NpgJOoNha7Pyfyzk8bak5b8y-V1Je40GlaJ/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyxMo-OwVWV7LoCkPy6L3nsyHWEdy1ahjppZ73YSxudN8BQHj8Aw0gZYGX269dc1uMC1LLlP17NTGCQvcSxZf9MrSLd3b73n_hR5aSPfUH_NpgJOoNha7Pyfyzk8bak5b8y-V1Je40GlaJ/s1600/2.png&quot; height=&quot;191&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;v:shape id=&quot;圖片_x0020_3&quot; o:spid=&quot;_x0000_i1028&quot; style=&quot;height: 198.75pt; mso-wrap-style: square; visibility: visible; width: 415.5pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;&quot; src=&quot;file:///C:\Users\Da-Wei\AppData\Local\Temp\msohtmlclip1\01\clip_image002.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;h4&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;2.2&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;Load and retain on first call&lt;/span&gt;&lt;/b&gt;:&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;當&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;caller VI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;運行時第一次呼叫&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;SubVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;時，&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;subVI&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;才會&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;Load&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;，並存在記憶體內。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-left: 21.25pt; mso-char-indent-count: 2.0; text-indent: 24.0pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipzwfn7m-8UrlYisjueKbkSXQWsqgEnVOO7HE934ZNpsr2mYg8N8sbEluXo38gIGUxq6AbeUqCYahFhrSdijnBJ4vn14Zh8gNwgZXZDPbHWhYQmXuQkbzONpKtdY1pGaslWefb77e0JqrM/s1600/3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipzwfn7m-8UrlYisjueKbkSXQWsqgEnVOO7HE934ZNpsr2mYg8N8sbEluXo38gIGUxq6AbeUqCYahFhrSdijnBJ4vn14Zh8gNwgZXZDPbHWhYQmXuQkbzONpKtdY1pGaslWefb77e0JqrM/s1600/3.png&quot; height=&quot;191&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 0cm; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;v:shape id=&quot;圖片_x0020_4&quot; o:spid=&quot;_x0000_i1027&quot; style=&quot;height: 198.75pt; mso-wrap-style: square; visibility: visible; width: 415.5pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;&quot; src=&quot;file:///C:\Users\Da-Wei\AppData\Local\Temp\msohtmlclip1\01\clip_image003.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21.25pt; mso-list: l0 level1 lfo1; mso-para-margin-left: 0gd; text-indent: -21.25pt;&quot;&gt;
&lt;h3&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;b&gt;3.動態裝載&lt;/b&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-weight: bold;&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;新細明體&amp;quot;,serif; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 新細明體; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin;&quot;&gt;動態呼叫:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;3.1&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;藉由invoke node 呼叫(call by vi method)&lt;/span&gt;:&lt;/h3&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-list: l0 level2 lfo1; mso-para-margin-left: 0gd; text-indent: -1.0cm;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;此種方法可以建立不影&lt;/span&gt;&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;響主程式運行流程的&lt;/span&gt;背景程式&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;，&lt;/span&gt;但有個&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;缺點就是要輸入跟輸出SubVI的資料很麻煩!!!&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBpaLCMztIkumQ6-lqJA0nKDdsjkO_ydlOUhQ4SH7tS0EAbxESMcPvdenjqFZBxDht7G0q7jOsK0kV8bM6FOV0ftAoNpEI_8IZuxWHDhzTIHi_r8NnLblctwhNgvPguWIpS3rVkBxl3vWr/s1600/5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBpaLCMztIkumQ6-lqJA0nKDdsjkO_ydlOUhQ4SH7tS0EAbxESMcPvdenjqFZBxDht7G0q7jOsK0kV8bM6FOV0ftAoNpEI_8IZuxWHDhzTIHi_r8NnLblctwhNgvPguWIpS3rVkBxl3vWr/s1600/5.png&quot; height=&quot;129&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-size: 7pt; font-stretch: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h4 style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;3.2&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large; font-weight: bold;&quot;&gt;藉由reference呼叫(call by ref)&lt;/span&gt;:&lt;/h4&gt;
&lt;h4 style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;無法建立背景程式，主程式中如果透過該方式呼叫SubVI，則&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;一定執行完SubVI的程式後，才可以繼續執行主程式&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;。&lt;/span&gt;&lt;/h4&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 49.6pt; mso-para-margin-left: 0gd;&quot;&gt;
&lt;span style=&quot;font-family: 新細明體, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisND9MiziboTSWzFLXl6behqTVmDEBgWmefkpcEPRZqtq9haEpl2cMOo9lzO7lRwWFb9wMsZdKBoz2MUCfYaWRrRvi5esR3TKb1rK2fIxltvpNQVYsDYau13UpFS8pLJTxhRF89hyH8SM3/s1600/4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisND9MiziboTSWzFLXl6behqTVmDEBgWmefkpcEPRZqtq9haEpl2cMOo9lzO7lRwWFb9wMsZdKBoz2MUCfYaWRrRvi5esR3TKb1rK2fIxltvpNQVYsDYau13UpFS8pLJTxhRF89hyH8SM3/s1600/4.png&quot; height=&quot;173&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;LabVIEW2011&lt;/span&gt;&lt;/b&gt;之後的版本，新增了&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4 style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;3.3&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large; font-weight: bold;&quot;&gt;Start Asynchronous Call Node&lt;/span&gt;:&lt;/h4&gt;
&lt;h4 style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;這個元件有很多功能，之後再另外開一篇文章來介紹。這篇只講其中一個，就是可以有(call by vi method)的優點，&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;&lt;b&gt;可以建立背景程式&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;，並且又可以像(call by ref)，&lt;/span&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;&lt;b&gt;有簡單的方式可以輸入跟輸出資料&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;，設定的重點是圖中圈起來的地方必須設定為0x&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-size: large;&quot;&gt;80&lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrhKgFFsdur_HnbHM4E0aIL4EqerJ0nWbR3VWhr9VkacS-ubuLonUhY-pJFb2nlWp4FIsNQIFy9lG4Cy2OUFqahfNPgrp8IkhBs-bB5qpSkp6f7PTEOHFsKLAfpLJOO5s1xXm1tK33Kez/s1600/6.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrhKgFFsdur_HnbHM4E0aIL4EqerJ0nWbR3VWhr9VkacS-ubuLonUhY-pJFb2nlWp4FIsNQIFy9lG4Cy2OUFqahfNPgrp8IkhBs-bB5qpSkp6f7PTEOHFsKLAfpLJOO5s1xXm1tK33Kez/s1600/6.PNG&quot; height=&quot;155&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://fredlaipi.blogspot.com/feeds/5222156283311241156/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/5222156283311241156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8285891131311647175/posts/default/5222156283311241156'/><link rel='alternate' type='text/html' href='http://fredlaipi.blogspot.com/2015/01/blog-post.html' title='動態與靜態運行子程式說明'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyxMo-OwVWV7LoCkPy6L3nsyHWEdy1ahjppZ73YSxudN8BQHj8Aw0gZYGX269dc1uMC1LLlP17NTGCQvcSxZf9MrSLd3b73n_hR5aSPfUH_NpgJOoNha7Pyfyzk8bak5b8y-V1Je40GlaJ/s72-c/2.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>