FOXBORO FBM17 DM400YT系統備件庫存模塊
搜索:一個示例假設您已編程目標和運動指令,并將它們同步到控制器。目標的數量很大,因此您決定將它們分布在幾個模塊中。您可能忘記了在哪個模塊中找到了您的主要過程。1.按CTRL+F打開“搜索和替換”對話框。2.在搜索模式框中,鍵入“PROC main”。由于沒有打開的模塊,請在“搜索范圍”列表中選擇“當前系統”,然后單擊“全部搜索”。搜索結果顯示在輸出窗口中。3.雙擊與搜索匹配的行以啟動程序編輯器。然后檢查整個RAPID程序是否有錯誤。代碼段代碼段是插入RAPID編輯器中的代碼段。編輯器將這些代碼與選擇列表集成。以下是RobotStudio中預定義的代碼片段:?arrayx2x4.snippet?arrayx4.snippt?array2xx2.snippet?array4x2.snippet?返回值為bool.snippet的函數?模塊頭.sippet?過程參數.sippet?帶錯誤處理程序的過程。snippet?robtarget.snippe?tooldata.snipptt?TRAP例程示例.sippet
Searching: a case example
Assume that you have programed targets and motion instructions and sychronized them to the
controller. The number of targets is large, so you decide to distribute them among several
modules.
You may have forgotten in which module your main procedure is found.
1. Press CTRL + F to bring up the Search and Replace dialog box.
2. In the Search Pattern box, type "PROC main". Since no modules are open, in the Search
In list, select Current System, and then click Search All.
The search result is displayed in the output window.
3. Double-click the line matching your search to launch the program editor.
The entire RAPID program is then checked for errors.Code Snippets
Code Snippets are pieces of code inserted in the RAPID Editor. The editor integrates these
codes with the pick list. The following are the predefined code snippets in RobotStudio:
? array2x2x4.snippet
? array2x4.snippet
? array2x4x2.snippet
? array4x2.snippet
? function with return value bool.snippet
? module header.snippet
? procedure parameters.snippet
? procedure with error handler.snippet
? robtarget.snippet
? tooldata.snippet
? TRAP routine example.snippet
? wobjdata.snippet