📄 opc_add_group.htm
字号:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>opc_add_group</title> </head> <body bgcolor="#FFFFFF"> <center>Scilab Function </center> <div align="right">Last update : 16/12/2006</div> <p> <b>opc_add_group</b> - Add a OPC group to OPC Server </p> <h3> <font color="blue">Calling Sequence</font> </h3> <dl> <dd> <tt>opc_add_group(opc_group_name) </tt> </dd> </dl> <h3> <font color="blue">Parameters</font> </h3> <ul> <li> <tt> <b>opc_group_name</b> </tt> : Name of OPC Group </li> </ul> <h3> <font color="blue">Description</font> </h3> <p> This function is to add a OPC group to OPC Server </p> <h3> <font color="blue">Examples</font> </h3> <pre>opc_group_name='group1'opc_add_group(opc_group_name) </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~2.HTM"> <tt> <b>opc_add_item</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 + -