⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opc_add_item.htm

📁 opc技术
💻 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>,&nbsp;&nbsp;<a href="OPC_DI~1.HTM">        <tt>          <b>opc_disconnect</b>        </tt>      </a>,&nbsp;&nbsp;<a href="OPC_AD~1.HTM">        <tt>          <b>opc_add_group</b>        </tt>      </a>,&nbsp;&nbsp;<a href="OPC_IT~1.HTM">        <tt>          <b>opc_item_read</b>        </tt>      </a>,&nbsp;&nbsp;<a href="OPC_WR~1.HTM">        <tt>          <b>opc_item_write</b>        </tt>      </a>,&nbsp;&nbsp;</p>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -