openscada(1)
| OPENSCADA(1) | Main OpenSCADA start | OPENSCADA(1) |
NAME
openscada - Main OpenSCADA start program
SYNOPSIS
openscada [options]
DESCRIPTION
OpenSCADA system is an open implementation of SCADA (Supervisory Control And Data Acquisition) and HMI (Human-Machine Interface) systems. The main properties of the system are: openness(GPL), multiplatform, modularity and scalability.
Heart of the system is the modular kernel. Depending on what modules are connected, the system can carry out both functions of various servers, and functions of clients of client-server architecture. Actually, the architecture of system allows you to realize the distributed client-server systems of any complexity and mixing. For achievement of high speed due to reduction of communications time, the architecture allows to unite functions of the distributed systems into one program.
The program openscada is main starter and it allows you to start OpenSCADA into need configuration (default into file /etc/oscada.xml) whether into full-featured SCADA or PLC and demon mode. For flexible control use the projects oriented wrapper openscada_start.
For access to default configurations use account "root" and password "openscada" or account "user" and password "user".
OPTIONS
Generic options:
- -h, --help
- Info message about the system OpenSCADA options.
- --config=file
- The station configuration file.
- --station=id
- The station identifier.
- --statName=name
- The station name.
- --demon, --daemon
- Start into the daemon mode.
- --pidFile=file
- The file for the programm process ID place here.
- --coreDumpAllow
- Set limits for a core dump creation allow on the crash.
- --modPath=path
- Modules path (/var/os/modules/).
- --messLev=level
- Process messages level (0-7).
- --log=direct
- Direct messages to, by bitfield:
0x2 - stdout;
0x4 - stderr;
0x8 - the messages archive.
The module <Archive:FSArch> options:
- --noArchLimit
- Disable archives limit to the file number. Use for see archives mode, not work.
The module <UI:QTStarter> options:
- --sync
- Switches to synchronous mode X11 for debugging.
- --widgetcount
- Prints debug message at the end about number of widgets left undestroyed and maximum number of widgets existed at the same time.
- --qws
- With Qt for Embedded Linux makes this application the server.
- --style=nm
- Sets GUI style to nm (windows, platinum, plastique, ...).
- --stylesheet=path
- Sets styleSheet by path to file that contains.
- --session=nm
- Restores from an earlier session nm.
- --reverse
- Sets layout direction to Qt::RightToLeft.
- --graphicssystem=nm
- Sets the backend to be used for on-screen widgets and QPixmaps (raster, opengl).
- --display=nm
- Sets the X display name (default it is $DISPLAY).
- --geometry=geom
- Sets the client geometry of the first window that is shown.
FILES
- /etc/oscada.xml
- OpenSCADA default configuration file
- /usr/share/openscada/
- Global data files directory of OpenSCADA
SEE ALSO
- http://oscada.org
- OpenSCADA project's main site
- http://wiki.oscada.org
- WIKI-resource with all the documentation source
Full user documentation is available through the GUI configuration module like QTCfg.
AUTHORS
Roman Savochenko <roman@oscada.org>
| 2015-07-01 | 0.9 Work |
