freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

測控技術及儀器本科畢業(yè)設計論文外文翻譯譯文-vi的使用-在線瀏覽

2025-07-30 21:52本頁面
  

【正文】 。 3. 在 My Physical Channels 列表中選擇一個未使用的通道。 5. 重新命名通道為 Second Voltage Reading。當在 DAQ 助手中選擇計時和觸發(fā),這些選項用于應用 Channel List 中的所有通道。 8. 將 DAQ Assistant Express VI 放置在一個 While Loop 中并將曲線圖顯示件連接 11 到 data 輸出端。 圖 42 Read Volage VI 的程序框圖 直觀的比較兩個電壓讀數 由于在曲線圖上有兩個電壓讀數,可以定制圖表加以區(qū)別。 1. 在前面板中,擴展圖表圖例為兩個圖表。 注意在圖表中出現(xiàn)兩條曲線,并且圖例自動更新為兩個圖例名稱。使用取色器,選擇一種顏色,比如黃色,這樣曲線就變得更容易分辨。 4. 保存這個 VI。開發(fā)人員應該盡可能的使用驅動程序控制儀器。訪問 NI 公司的網站,在 NI 儀器驅動網站上找到您所需要的驅動程序, 網址為 。完成下面與儀器進行通信的練習。使用 Instrumen I/O Assistant Express VI 按照如下的步驟選定儀器。只有在開啟的狀態(tài)下才能使用 Instrument I/O Assistant Express VI。 3. 點擊 Show Help 鍵,如左邊圖標所示,位于 Instrument I/O Assistant Express VI 對話框的右上角。在幫助窗口頂端包含關于使用 Instrument I/O Assistant 的流程信息。 4. 按照幫助窗口中上方的流程選定需要通信的儀 器。 6. 點擊 Hide Help 鍵,如左邊圖標,在 Instrument I/O Assistant 對 話框的右上角,最小化幫助窗口。在本練習中, 你 將學習使用 Instrument I/O Assistant Express VI 獲得并解析儀器的鑒 別信息。 2. 在 Enter a mand 文本框中輸入 *IDN?。儀器會回應一個用于描述儀器的識別字符串。 3. 點擊 Run Sequence 按鈕 , 儀器 I/O 助手向儀器發(fā)送指令,儀器返回識別信息。也可以使用儀器 I/O 助手解析 ASCII 碼的數字和二進制數據。 6. 在 Token name 文本框中給標號起個名字。 7. 點擊 OK 鍵返回程序框圖。 小結 DAQ Assistant Express VI 使用 DAQ Assistant Express VI 圖形化地設置通道或常用的測量任務。 為了使用 NIDAQmx 進行數據采集,在程序框圖上放置 DAQ Assistant Express VI 13 對通道和任務進行設置。 對 NIDAQmx 支持的設備,可以使用 DAQ Assistant Express VI 對儀器進 行控制。選擇 HelpTaking an NIDAQ Measurement in LabVIEW 啟動幫助指南。如果 NIDAQmx 不支持您所使用的設備,請在 LabVIEW 測量手冊中查詢有關使用 Traditional NIDAQ 進行數據采集的信息。從概念上講,任務代表執(zhí)行的測量或輸出功能。在創(chuàng)建一個任務以后,您不需要對每條通道進行設置以實現(xiàn)模擬信號輸入功能,而只需使用一個任務。 在 LabVIEW Measurement Manual (測量手冊 )中獲得更多關于通道和 任務的信息,請參見第五章中的 Channels Versus Tasks 部分中的 Creating a Typical Measurement Application。每個程序協(xié)調一項程 序化的功能,例如設置,讀取,寫入和觸發(fā)儀器。訪問 NI 儀器驅動網站( Instrument Driver Network)查詢您需要的儀器驅動,網址為 ??梢允褂? Instrument I/O Assistant 與串口,以太網或 GPIB 進行通信并 圖形化地分析返回的結果。 參見 Instrument I/O Assistant Help 獲取更多關于與外部設備進行通信的信息。 15 本科畢業(yè)設計(論文)外文翻譯原文 學生姓名: 王大虎 院 (系): 電 子 工 程 學 院 專業(yè)班級 : 測控 0703 班 指導教師 : 賈惠芹 完成日期 : 2020 年 3 月 5 日 16 Expanding the Features of a VI You can choose one of many LabVIEW VI templates to use as a starting point. However, sometimes you need to build a VI for which a template is not available. This chapter teaches you how to build and customize a VI without using a template. Building a VI from a Blank Template In the following exercises, you will open a blank VI and add Express VIs and structures to theblock diagram to build a new VI. You will build a VI that generates a signal, reduces the number of samples in the signal, and displays the resulting data in a table on the front panel. When you plete the exercises, the front panel of the VI will look similar to the front panel in Figure 31. You can plete the exercises in approximately 30 minutes. Figure 31. Front Panel for the Reduce Samples VI Opening a Blank VI If no template is available for the task you want to create, you can start with a blank VI and add Express VIs to acplish the specific task. Complete the following steps to open a blank VI. 1. In the LabVIEW dialog box, click the arrow on the New button and select BlankVI from the shortcut menu or press the CtrlN keys to open a blank VI. Notice that a blank front panel and block diagram appear. 17 Note You also can open a blank VI by selecting Blank VI from the Create new list in The New dialog box or by selecting File187。VI, Function, amp。Numeric Indicator to create a numeric indicator. 2. Rightclick the Mean output of the Sample Compression Express VI and select Insert Input/Output from the shortcut menu to insert the Enable input. 3. Rightclick the Enable input and select Create187。Graph Indicator. Notice that you can create controls and indicators from the block diagram. When you reate controls and indicators using this method, LabVIEW automatically creates terminals that are labeled and formatted correctly. 5. Using the Wiring tool, wire the Mean output in the Sample Compression Express VI to the Sine terminal. Notice that the Merge Signals function appears. 6. Arrange the objects on the block diagram so that they appear similar to Figure 32. Tip You can rightclick any wire and select Clean Up Wire from the shortcut menu to have LabVIEW automatically arrange the wires for you. Figure 32. Block Diagram for the Reduce Samples VI 7. Display the front panel. Notice that the controls and indicators you added automatically appear on the front panel with labels that correspond to their function. 8. Save this VI. 5 Configuring the VI to Run Continuously Until the User Stops It In the current state, the VI runs once, generates one signal, then stops executing. To run the VI until a condition is met, you can add a While Loop to the block diagram. Complete the following steps to add a While Loop. 1. Display the front panel and run the VI. Notice how the VI runs once and then stops. Also notice how there is no STOP button. 2. Display the block diagram and select the While Loop on the Execution Control palette. 3. Move the cursor to the upper left corner of the block diagram. Place the top left corner of the While Loop here. 4. Click and drag the cursor diagonally to enclose all the Express VIs and wires, as shown in Figure33. Figure 33. Placing the While Loop around the Express VIs Notice that the While Loop, shown at left, appears with a STOP button wired to the condition terminal. This While Loop is configured to stop when the user clicks the STOP button. 5. Display the front panel
點擊復制文檔內容
畢業(yè)設計相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1