Commit be38892f authored by Claes Sjofors's avatar Claes Sjofors

Doc modifications

parent 33ff3cf8
......@@ -1789,6 +1789,41 @@ set the attribute ScanOff to 0. Observe that there might be subwindows in this p
that also need to be turned on.
</topic>
<topic> file_proview_cnf
/etc/proview.cnf
A configuration file for definition of various parameters both in developmen, runtime and
storage environment. In the development environment the definitions are valid for all projects
on the station.
<b>Parameters in the development environment
mysqlSocket <t><t>mysql socket for volumes with mysql database. Default value
<t><t>"/var/run/mysqld/mysqld.sock".
mysqlServer <t><t>mysql server node.
defaultProjectRoot <t><t>The default path to projects when creating new projects.
<t><t>Default value "/usr/local/pwrp".
defaultProductionBus <t><t>The default production bus when creating new projects.
<t><t>Default value 1.
defaultSimulationBus <t><t>The default simulation bus when creating new projects.
<t><t>Default value 999.
defaultSystemGroup <t><t>The default system group when creating new projects.
<t><t>Default value "Common".
defaultNodeHierRoot <t><t>Default name of the top level object in the node hierarchy when
<t><t>creating new projects. Default value "Nodes".
qcomBusId <t><t>QCom bus identity for simulation.
<b>Parameters in the runtime environment
qcomBusId <t><t>QCom bus identity.
curveExportFile <t><t>Default file name for the history curve export function.
webDirectory <t><t>Directory where the web files are placed and accessed by the web server.
<b>Parameters in the storage environment
sevDatabaseType <t><t>Database type, mysql or sqlite.
sevXttDefaultPriv <t><t>Default privileges for access of the sev databse from sev_xtt.
sevMysqlEngine <t><t>Mysql engine for created tables, innodb or myisam.
</topic>
</headerlevel>
......
This diff is collapsed.
......@@ -1507,7 +1507,7 @@ Det h
<c><volumename>.dbs
</topic>
Här läggs även filer som skaöas när man editerar plc-programmet. De innehåller all information
Här läggs även filer som skapas när man editerar plc-programmet. De innehåller all information
som behövs för att visa plc-programmet grafiskt och för att köra plc trace. De här filerna
är av filtyp .flw och kallas flow-filer.
......@@ -1774,6 +1774,39 @@ objektet (ligger som barn till PlcPgm-objektet) till 0. Observera att eventuella
också kan behöva startas.
</topic>
<topic> file_proview_cnf
/etc/proview.cnf
En konfigurations-fil för definition av diverse parametrar både i utvecklings-, runtime- och
lagrings-miljön. På en utvecklings-station gäller definitionerna alla projekt på noden.
<b>Parametrar i utvecklings-miljön
mysqlSocket <t><t>mysql socket för volymer med mysql databas. Default värde
<t><t>"/var/run/mysqld/mysqld.sock".
mysqlServer <t><t>Server node för mysql.
defaultProjectRoot <t><t>Default rot-katalog för projekt när nya projekt skapas.
<t><t>Default värde "/usr/local/pwrp".
defaultProductionBus <t><t>Default produktionsbuss när nya projekt skapas.
<t><t>Default värde 1.
defaultSimulationBus <t><t>Default simuleringsbuss när nya projekt skapas.
<t><t>Default värde 999.
defaultSystemGroup <t><t>Default systemgrupp när nya projekt skapas.
<t><t>Default värde "Common".
defaultNodeHierRoot <t><t>Default namn på översta objektet i node-hierarkin när nya
<t><t>projekt skapas. Default värde "Nodes".
qcomBusId <t><t>QCom bus identitet för simulering.
<b>Parameterar i runtime-miljön
qcomBusId <t><t>QCom bus identitet.
curveExportFile <t><t>Default fil-namn vid export från en historik kurva.
webDirectory <t><t>Katalog där web-filer placeras och läses av webservern.
<b>Parameterar i lagrings-miljön
sevDatabaseType <t><t>Databastyp, mysql eller sqlite.
sevXttDefaultPriv <t><t>Default priviligier för access av sev-databasen från sev_xtt.
sevMysqlEngine <t><t>Mysql engine för tabeller som skapas, innodb eller myisam.
</topic>
</headerlevel>
</headerlevel>
......
......@@ -64,7 +64,7 @@ SObject pwrb:Class
! - plc file.
! - rtt crossreference files.
! @b ApplFile
! The startup file $pwrp_load/ld_appl_'nodename'_'busnumber'.dat is included.
! The startup file $pwrp_load/ld_appl_'nodename'_'busnumber'.txt is included.
! @b PwrpAliasFile
! $pwrp_load/pwrp_alias.dat is included.
! @b IncludeFiles
......
......@@ -74,7 +74,7 @@ SObject pwrb:Type
EndBody
EndObject
!/**
! The startup file $pwrp_load/ld_appl_'nodename'_'busnumber'.dat is included.
! The startup file $pwrp_load/ld_appl_'nodename'_'busnumber'.txt is included.
!*/
Object ApplFile $Bit
Body SysBody
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment