Commit a1ad3224 authored by claes's avatar claes

Changes in template values for io objects and documentation

parent 6c415746
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
! !
! @b See also ! @b See also
! @classlink NodeConfig pwrb_nodeconfig.html ! @classlink NodeConfig pwrb_nodeconfig.html
! @classlink GraphDistribute pwrb_graphdistribute.html ! @classlink Distribute pwrb_distribute.html
!*/ !*/
SObject pwrb:Class SObject pwrb:Class
Object ApplDistribute $ClassDef 17 Object ApplDistribute $ClassDef 17
......
...@@ -679,7 +679,7 @@ SObject pwrb:Class ...@@ -679,7 +679,7 @@ SObject pwrb:Class
Attr High = 1 Attr High = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ShowDetectText = 0 Attr ShowDetectText = 1
EndBody EndBody
EndObject EndObject
Object PostCreate $DbCallBack Object PostCreate $DbCallBack
......
...@@ -163,9 +163,9 @@ SObject pwrb:Class ...@@ -163,9 +163,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template CStoAi Object Template CStoAi
Body DevBody Body DevBody
Attr AiObjectSegments = 1 Attr AiObjectSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -169,9 +169,9 @@ SObject pwrb:Class ...@@ -169,9 +169,9 @@ SObject pwrb:Class
Attr Cond = 1 Attr Cond = 1
EndBody EndBody
Body DevBody Body DevBody
Attr AoObjectSegments = 1 Attr AoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -158,7 +158,7 @@ SObject pwrb:Class ...@@ -158,7 +158,7 @@ SObject pwrb:Class
Attr Cond = 1 Attr Cond = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -127,7 +127,7 @@ SObject pwrb:Class ...@@ -127,7 +127,7 @@ SObject pwrb:Class
Attr Cond = 1 Attr Cond = 1
EndBody EndBody
Body DevBody Body DevBody
Attr AvObjectSegments = 1 Attr AvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -155,7 +155,7 @@ SObject pwrb:Class ...@@ -155,7 +155,7 @@ SObject pwrb:Class
Attr Cond = 1 Attr Cond = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -136,7 +136,7 @@ SObject pwrb:Class ...@@ -136,7 +136,7 @@ SObject pwrb:Class
Attr Cond = 1 Attr Cond = 1
EndBody EndBody
Body DevBody Body DevBody
Attr SvObjectSegments = 1 Attr SvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -13,8 +13,53 @@ ...@@ -13,8 +13,53 @@
! operator stations. ! operator stations.
! !
! The object reside in the project volume beneath a NodeConfig object. ! The object reside in the project volume beneath a NodeConfig object.
! The specified file will be copied to the node configured by the ! The specified file(s) will be included in the distribution package and
! NodeConfig object. ! copied to the node configured by the NodeConfig object.
!
! The files are specified in the Components attribute, which is a bitmask.
! Description of the bits in Compontents:
!
! @b UserDatabase
! The Proview user database $pwra_db/pwr_user.dat is included.
! The source is fetched from
! 1. $pwrp_src/'nodename'/pwr_user.dat
! 2. $pwra_db/pwr_user.dat
! @b LoadFiles
! Loadfiles are included, i.e.
! - loadfiles for volumes configured with RootVolumeLoad, SubVolumeLoad
! and ClassVolumeLoad objects, and volumes referenced by these volumes,
! - plc file.
! - rtt crossreference files.
! @b ApplFile
! The startup file $pwrp_load/ld_appl_'nodename'_'busnumber'.dat is included.
! @b PwrpAliasFile
! $pwrp_load/pwrp_alias.dat is included.
! @b IncludeFiles
! All includefiles in $pwrp_inc is included.
! @b GraphFiles
! All Ge graph files $pwrp_pop/*.pwg are included.
! @b XttHelpFile
! The xtt help file is included. The source file is fetched from
! 1. $pwrp_src/'nodename'/xtt_help.dat
! 2. $pwrp_exe/xtt_help.dat
! @b XttResourceFile
! The xtt resource file with fuction key definitions is included. The source
! file is fetched from
! 1. $pwrp_src/'nodename'/Rt_xtt
! 2. $pwrp_pop/Rt_xtt
! @b XttSetupFile
! Not implemented.
! @b FlowFiles
! The plc trace files $pwrp_load/*.flw are included.
! @b RHostsFile
! The .rhost file used by rsh is included. The source is fetched from
! 1. $pwrp_src/'nodename'/.rhosts
! 2. $pwra_db/.rhosts
! @b WebFiles
! All web-files in $pwrp_web are included.
!
! Other files can be included with an ApplDistribute object.
! The GraphDistribute and SystemDistribute objects are obsolete.
! !
! @b See also ! @b See also
! @classlink NodeConfig pwrb_nodeconfig.html ! @classlink NodeConfig pwrb_nodeconfig.html
...@@ -38,5 +83,15 @@ SObject pwrb:Class ...@@ -38,5 +83,15 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
EndObject EndObject
Object Template Distribute
Body DevBody
Attr Components = 4095
EndBody
EndObject
EndObject EndObject
EndSObject EndSObject
...@@ -646,7 +646,7 @@ SObject pwrb:Class ...@@ -646,7 +646,7 @@ SObject pwrb:Class
Attr CtrlPosition = 1 Attr CtrlPosition = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ShowDetectText = 0 Attr ShowDetectText = 1
EndBody EndBody
EndObject EndObject
Object PostCreate $DbCallBack Object PostCreate $DbCallBack
......
...@@ -149,9 +149,9 @@ SObject pwrb:Class ...@@ -149,9 +149,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetAi Object Template GetAi
Body DevBody Body DevBody
Attr AiObjectSegments = 1 Attr AiObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -148,9 +148,9 @@ SObject pwrb:Class ...@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetAo Object Template GetAo
Body DevBody Body DevBody
Attr AoObjectSegments = 1 Attr AoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -126,7 +126,7 @@ SObject pwrb:Class ...@@ -126,7 +126,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetAp Object Template GetAp
Body DevBody Body DevBody
Attr ApObjectSegments = 1 Attr ApObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -107,7 +107,7 @@ SObject pwrb:Class ...@@ -107,7 +107,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetAv Object Template GetAv
Body DevBody Body DevBody
Attr AvObjectSegments = 1 Attr AvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -108,7 +108,7 @@ SObject pwrb:Class ...@@ -108,7 +108,7 @@ SObject pwrb:Class
! !
Object Template GetData Object Template GetData
Body DevBody Body DevBody
Attr DataObjectSegments = 1 Attr DataObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -144,9 +144,9 @@ SObject pwrb:Class ...@@ -144,9 +144,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetDi Object Template GetDi
Body DevBody Body DevBody
Attr DiObjectSegments = 1 Attr DiObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -148,9 +148,9 @@ SObject pwrb:Class ...@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetDo Object Template GetDo
Body DevBody Body DevBody
Attr DoObjectSegments = 1 Attr DoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -122,7 +122,7 @@ SObject pwrb:Class ...@@ -122,7 +122,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetDp Object Template GetDp
Body DevBody Body DevBody
Attr DpObjectSegments = 1 Attr DpObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -108,7 +108,7 @@ SObject pwrb:Class ...@@ -108,7 +108,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetDv Object Template GetDv
Body DevBody Body DevBody
Attr DvObjectSegments = 1 Attr DvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -135,7 +135,7 @@ SObject pwrb:Class ...@@ -135,7 +135,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetIp Object Template GetIp
Body DevBody Body DevBody
Attr IpObjectSegments = 1 Attr IpObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -168,9 +168,9 @@ SObject pwrb:Class ...@@ -168,9 +168,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetPi Object Template GetPi
Body DevBody Body DevBody
Attr CoObjectSegments = 1 Attr CoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -126,7 +126,7 @@ SObject pwrb:Class ...@@ -126,7 +126,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetSp Object Template GetSp
Body DevBody Body DevBody
Attr SpObjectSegments = 1 Attr SpObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -103,7 +103,7 @@ SObject pwrb:Class ...@@ -103,7 +103,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template GetSv Object Template GetSv
Body DevBody Body DevBody
Attr SvObjectSegments = 1 Attr SvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group ProjectConfiguration ! @Summary Obsolete from V4.0.
! @Summary Configures distribution of graphs. ! @b Obsolete from V4.0
! The GraphDistribute object configures distribution of ge graphs ! The GraphDistribute object configures distribution of ge graphs
! and other files related to the operator environment. ! and other files related to the operator environment.
! !
......
...@@ -161,9 +161,9 @@ SObject pwrb:Class ...@@ -161,9 +161,9 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DiObjectSegments = 1 Attr DiObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -158,9 +158,9 @@ SObject pwrb:Class ...@@ -158,9 +158,9 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DoObjectSegments = 1 Attr DoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -134,7 +134,7 @@ SObject pwrb:Class ...@@ -134,7 +134,7 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -115,7 +115,7 @@ SObject pwrb:Class ...@@ -115,7 +115,7 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DvObjectSegments = 1 Attr DvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -163,9 +163,9 @@ SObject pwrb:Class ...@@ -163,9 +163,9 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DiObjectSegments = 1 Attr DiObjectSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -158,9 +158,9 @@ SObject pwrb:Class ...@@ -158,9 +158,9 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DoObjectSegments = 1 Attr DoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -135,7 +135,7 @@ SObject pwrb:Class ...@@ -135,7 +135,7 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -115,7 +115,7 @@ SObject pwrb:Class ...@@ -115,7 +115,7 @@ SObject pwrb:Class
Attr In = 1 Attr In = 1
EndBody EndBody
Body DevBody Body DevBody
Attr DvObjectSegments = 1 Attr DvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group ProjectConfiguration
! Not yet implemented. ! Not yet implemented.
!*/ !*/
! !
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group ProjectConfiguration
! Not yet implemented. ! Not yet implemented.
!*/ !*/
! !
......
...@@ -152,9 +152,9 @@ SObject pwrb:Class ...@@ -152,9 +152,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoAi Object Template StoAi
Body DevBody Body DevBody
Attr AiObjectSegments = 1 Attr AiObjectSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -150,9 +150,9 @@ SObject pwrb:Class ...@@ -150,9 +150,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoAo Object Template StoAo
Body DevBody Body DevBody
Attr AoObjectSegments = 1 Attr AoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -129,7 +129,7 @@ SObject pwrb:Class ...@@ -129,7 +129,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoAp Object Template StoAp
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -110,7 +110,7 @@ SObject pwrb:Class ...@@ -110,7 +110,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoAv Object Template StoAv
Body DevBody Body DevBody
Attr AvObjectSegments = 1 Attr AvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -153,9 +153,9 @@ SObject pwrb:Class ...@@ -153,9 +153,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoDi Object Template StoDi
Body DevBody Body DevBody
Attr DiObjectSegments = 1 Attr DiObjectSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -148,9 +148,9 @@ SObject pwrb:Class ...@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoDo Object Template StoDo
Body DevBody Body DevBody
Attr DoObjectSegments = 1 Attr DoObjectSegments = 2
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -130,7 +130,7 @@ SObject pwrb:Class ...@@ -130,7 +130,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoDp Object Template StoDp
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -108,7 +108,7 @@ SObject pwrb:Class ...@@ -108,7 +108,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoDv Object Template StoDv
Body DevBody Body DevBody
Attr DvObjectSegments = 1 Attr DvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -130,7 +130,7 @@ SObject pwrb:Class ...@@ -130,7 +130,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoIp Object Template StoIp
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -152,9 +152,9 @@ SObject pwrb:Class ...@@ -152,9 +152,9 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoPi Object Template StoPi
Body DevBody Body DevBody
Attr CoObjectSegments = 1 Attr CoObjectSegments = 2
Attr ShowSigChanCon = 0 Attr ShowSigChanCon = 1
Attr SigChanConSegments = 1 Attr SigChanConSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -128,7 +128,7 @@ SObject pwrb:Class ...@@ -128,7 +128,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoSp Object Template StoSp
Body DevBody Body DevBody
Attr ObjectSegments = 1 Attr ObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -104,7 +104,7 @@ SObject pwrb:Class ...@@ -104,7 +104,7 @@ SObject pwrb:Class
EndObject EndObject
Object Template StoSv Object Template StoSv
Body DevBody Body DevBody
Attr SvObjectSegments = 1 Attr SvObjectSegments = 2
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group ProjectConfiguration ! @Summary Obsolete from V4.0.
! @Summary Configures distribution of ELN system files. ! @b Obsolete from V4.0
! The SystemDistribute object configures distribution of ELN ! The SystemDistribute object configures distribution of ELN
! system files generated by EBUILD. ! system files generated by EBUILD.
! !
......
...@@ -9,10 +9,12 @@ ...@@ -9,10 +9,12 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group ProjectConfiguration
! @Summary Configuration of workbench environment.
! The WbEnviroment configures the workbench environment. ! The WbEnviroment configures the workbench environment.
! The object resides in the project volume as a top object. ! The object resides in the project volume as a top object.
! In the path attribute a search path for loadfiles. ! In the path attribute a search path for loadfiles.
! The object can have children of type RootVolumeLoad, SharedVolumeLoad ! The object can have children of type RootVolumeLoad, SubVolumeLoad
! and ClassVolumeLoad that defines which volumes can be loaded into the ! and ClassVolumeLoad that defines which volumes can be loaded into the
! workbench environment. ! workbench environment.
!*/ !*/
......
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