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

📄 loader.sce

📁 opc技术
💻 SCE
字号:
////////////////////////////////////////////////////////////////////////////////////////////
//     OPC Toolbox
//     Developed by Zhe.Peng & Longhua.Ma
//     http://pengzhe1113.googlepages.com/
//     Email:pengzhe1113@gmail.com
//     Zhejiang Univ. Hangzhou, China
//     Dec.2006
////////////////////////////////////////////////////////////////////////////////////////////

mode(-1);

//get the directory of file
DIR=get_absolute_file_path('loader.sce');  
DIR_demos=DIR+'/demos'

//Add Helps 
add_help_chapter("OPC(OLE For Process Control)",DIR+'/man');//add first help chapter

//Load Macros
chdir(DIR);
if isdir('macros') then
chdir('macros');
exec('loadmacros.sce');
chdir('..');
end

//Add Demo
add_demo("OPC(OLE For Process Control)", DIR_demos+'/opc.sci')

// Clear the command workspace
clc;

⌨️ 快捷键说明

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