EnglishУкраїнськаmRussian
Login/New
Topic with no new replies

How to configure OpenSCADA to startup without QT / QTStart / QTConfig?


Author Message
Written on: 02. 02. 2014 [00:31]
Philapol
Phila Pol
Topic creator
registered since: 24.12.2013
Posts: 6
Under the Ubuntu (12.04 LTS) ARM embedded environment I require only the Web interface (WebCfg). There is no display on the embedded system. I have tried several things to try to prevent OpenSCADA from using QT. For example, changing openscada_start:

pCmd="openscada --ModDeny UI.QTStarter.so;UI.QTCfg.so --CoreDumpAllow --Config=./oscada.xml"

What do I need to do to make this work?
Written on: 02. 02. 2014 [11:50]
roman
Roman Savochenko
Moderator
Contributor
Developer
registered since: 12.12.2007
Posts: 3742
"Philapol" wrote:

Under the Ubuntu (12.04 LTS) ARM embedded environment I require only the Web interface (WebCfg). There is no display on the embedded system. I have tried several things to try to prevent OpenSCADA from using QT. For example, changing openscada_start

You do not need use openscada_* for that, but you can simple start OpenSCADA into daemon mode, by RC-script /etc/init.d/openscada, like: "$ /etc/init.d/openscada start".

Learn, learn and learn better than work, work and work.



10892