Повідомлення створено: 02. 02. 2014 [00:31]
|
Philapol
Phila Pol
Автор теми
Зареєстрован(а) с: 24.12.2013
Повідомлення: 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?
|
Повідомлення створено: 02. 02. 2014 [11:50]
|
roman
Roman Savochenko
Moderator Contributor Developer
Зареєстрован(а) с: 12.12.2007
Повідомлення: 3750
|
"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.
|