当前位置: 首页 > 工具软件 > OpenSCADA > 使用案例 >

openscada使用基本流程

许兴文
2023-12-01

0. 串口设置

  serserial /dev/ttyUSB0 port 1         #设为485通信方式

1. 编译运行

  make

  make install

  openscada_start

2. 新增模块的编译与运行

  autoreconf -if                 #会更新子目录里的Makefile

  ./configure --enable-NewMod

  make & make install

  openscada_start

>>参考这里 http://wiki.oscada.org/HomePageEn/Doc/ModuleBuild?v=5ye

转载于:https://www.cnblogs.com/Amagasaki/p/3508823.html

 类似资料: