📄 opc_add_item.htm
字号:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>opc_add_item</title> </head> <body bgcolor="#FFFFFF"> <center>Scilab Function </center> <div align="right">Last update : 16/12/2006</div> <p> <b>opc_add_item</b> - Add a OPC Items to OPC Group </p> <h3> <font color="blue">Calling Sequence</font> </h3> <dl> <dd> <tt>opc_add_item(item,item_num) </tt> </dd> </dl> <h3> <font color="blue">Parameters</font> </h3> <ul> <li> <tt> <b>item</b> </tt> : Array of item, such as: item(1)='ABB.tag123'; item(2)='ABB.tag234'; </li> <li> <tt> <b>item_num</b> </tt> : The num of item </li> </ul> <h3> <font color="blue">Description</font> </h3> <p> This function is to add OPC Items to OPC Group </p> <h3> <font color="blue">Examples</font> </h3> <pre>item(1)='ABB.tag123'item(2)='ABB.tag234'item_num=2opc_add_item(item,item_num) </pre> <h3> <font color="blue">Author</font> </h3> <p>Zhe Peng(pengzhe1113@gmail.com), Longhua Ma. Zhejiang Univ. China </p> <h3> <font color="blue">See Also</font> </h3> <p> <a href="OPC_CO~1.HTM"> <tt> <b>opc_connect</b> </tt> </a>, <a href="OPC_DI~1.HTM"> <tt> <b>opc_disconnect</b> </tt> </a>, <a href="OPC_AD~1.HTM"> <tt> <b>opc_add_group</b> </tt> </a>, <a href="OPC_IT~1.HTM"> <tt> <b>opc_item_read</b> </tt> </a>, <a href="OPC_WR~1.HTM"> <tt> <b>opc_item_write</b> </tt> </a>, </p> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -