openscada使用基本流程

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