Commit a1ad3224 authored by claes's avatar claes

Changes in template values for io objects and documentation

parent 6c415746
......@@ -25,7 +25,7 @@
!
! @b See also
! @classlink NodeConfig pwrb_nodeconfig.html
! @classlink GraphDistribute pwrb_graphdistribute.html
! @classlink Distribute pwrb_distribute.html
!*/
SObject pwrb:Class
Object ApplDistribute $ClassDef 17
......
......@@ -679,7 +679,7 @@ SObject pwrb:Class
Attr High = 1
EndBody
Body DevBody
Attr ShowDetectText = 0
Attr ShowDetectText = 1
EndBody
EndObject
Object PostCreate $DbCallBack
......
......@@ -163,9 +163,9 @@ SObject pwrb:Class
EndObject
Object Template CStoAi
Body DevBody
Attr AiObjectSegments = 1
Attr ShowSigChanCon = 0
Attr SigChanConSegments = 1
Attr AiObjectSegments = 2
Attr ShowSigChanCon = 1
Attr SigChanConSegments = 2
EndBody
EndObject
EndObject
......
......@@ -169,9 +169,9 @@ SObject pwrb:Class
Attr Cond = 1
EndBody
Body DevBody
Attr AoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr AoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -158,7 +158,7 @@ SObject pwrb:Class
Attr Cond = 1
EndBody
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -127,7 +127,7 @@ SObject pwrb:Class
Attr Cond = 1
EndBody
Body DevBody
Attr AvObjectSegments = 1
Attr AvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -155,7 +155,7 @@ SObject pwrb:Class
Attr Cond = 1
EndBody
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -136,7 +136,7 @@ SObject pwrb:Class
Attr Cond = 1
EndBody
Body DevBody
Attr SvObjectSegments = 1
Attr SvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -13,8 +13,53 @@
! operator stations.
!
! The object reside in the project volume beneath a NodeConfig object.
! The specified file will be copied to the node configured by the
! NodeConfig object.
! The specified file(s) will be included in the distribution package and
! 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
! @classlink NodeConfig pwrb_nodeconfig.html
......@@ -38,5 +83,15 @@ SObject pwrb:Class
EndBody
EndObject
EndObject
Object Template Distribute
Body DevBody
Attr Components = 4095
EndBody
EndObject
EndObject
EndSObject
......@@ -646,7 +646,7 @@ SObject pwrb:Class
Attr CtrlPosition = 1
EndBody
Body DevBody
Attr ShowDetectText = 0
Attr ShowDetectText = 1
EndBody
EndObject
Object PostCreate $DbCallBack
......
......@@ -149,9 +149,9 @@ SObject pwrb:Class
EndObject
Object Template GetAi
Body DevBody
Attr AiObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr AiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject
Object Template GetAo
Body DevBody
Attr AoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr AoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -126,7 +126,7 @@ SObject pwrb:Class
EndObject
Object Template GetAp
Body DevBody
Attr ApObjectSegments = 1
Attr ApObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -107,7 +107,7 @@ SObject pwrb:Class
EndObject
Object Template GetAv
Body DevBody
Attr AvObjectSegments = 1
Attr AvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -108,7 +108,7 @@ SObject pwrb:Class
!
Object Template GetData
Body DevBody
Attr DataObjectSegments = 1
Attr DataObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -144,9 +144,9 @@ SObject pwrb:Class
EndObject
Object Template GetDi
Body DevBody
Attr DiObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject
Object Template GetDo
Body DevBody
Attr DoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -122,7 +122,7 @@ SObject pwrb:Class
EndObject
Object Template GetDp
Body DevBody
Attr DpObjectSegments = 1
Attr DpObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -108,7 +108,7 @@ SObject pwrb:Class
EndObject
Object Template GetDv
Body DevBody
Attr DvObjectSegments = 1
Attr DvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -135,7 +135,7 @@ SObject pwrb:Class
EndObject
Object Template GetIp
Body DevBody
Attr IpObjectSegments = 1
Attr IpObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -168,9 +168,9 @@ SObject pwrb:Class
EndObject
Object Template GetPi
Body DevBody
Attr CoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr CoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -126,7 +126,7 @@ SObject pwrb:Class
EndObject
Object Template GetSp
Body DevBody
Attr SpObjectSegments = 1
Attr SpObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -103,7 +103,7 @@ SObject pwrb:Class
EndObject
Object Template GetSv
Body DevBody
Attr SvObjectSegments = 1
Attr SvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -7,8 +7,8 @@
!
!/**
! @Version 1.0
! @Group ProjectConfiguration
! @Summary Configures distribution of graphs.
! @Summary Obsolete from V4.0.
! @b Obsolete from V4.0
! The GraphDistribute object configures distribution of ge graphs
! and other files related to the operator environment.
!
......
......@@ -161,9 +161,9 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DiObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -158,9 +158,9 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -134,7 +134,7 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -115,7 +115,7 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DvObjectSegments = 1
Attr DvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -163,9 +163,9 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DiObjectSegments = 1
Attr ShowSigChanCon = 0
Attr SigChanConSegments = 1
Attr DiObjectSegments = 2
Attr ShowSigChanCon = 1
Attr SigChanConSegments = 2
EndBody
EndObject
EndObject
......
......@@ -158,9 +158,9 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -135,7 +135,7 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -115,7 +115,7 @@ SObject pwrb:Class
Attr In = 1
EndBody
Body DevBody
Attr DvObjectSegments = 1
Attr DvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -7,7 +7,6 @@
!
!/**
! @Version 1.0
! @Group ProjectConfiguration
! Not yet implemented.
!*/
!
......
......@@ -7,7 +7,6 @@
!
!/**
! @Version 1.0
! @Group ProjectConfiguration
! Not yet implemented.
!*/
!
......
......@@ -152,9 +152,9 @@ SObject pwrb:Class
EndObject
Object Template StoAi
Body DevBody
Attr AiObjectSegments = 1
Attr ShowSigChanCon = 0
Attr SigChanConSegments = 1
Attr AiObjectSegments = 2
Attr ShowSigChanCon = 1
Attr SigChanConSegments = 2
EndBody
EndObject
EndObject
......
......@@ -150,9 +150,9 @@ SObject pwrb:Class
EndObject
Object Template StoAo
Body DevBody
Attr AoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr AoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -129,7 +129,7 @@ SObject pwrb:Class
EndObject
Object Template StoAp
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -110,7 +110,7 @@ SObject pwrb:Class
EndObject
Object Template StoAv
Body DevBody
Attr AvObjectSegments = 1
Attr AvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -153,9 +153,9 @@ SObject pwrb:Class
EndObject
Object Template StoDi
Body DevBody
Attr DiObjectSegments = 1
Attr ShowSigChanCon = 0
Attr SigChanConSegments = 1
Attr DiObjectSegments = 2
Attr ShowSigChanCon = 1
Attr SigChanConSegments = 2
EndBody
EndObject
EndObject
......
......@@ -148,9 +148,9 @@ SObject pwrb:Class
EndObject
Object Template StoDo
Body DevBody
Attr DoObjectSegments = 1
Attr SigChanConSegments = 1
Attr ShowSigChanCon = 0
Attr DoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -130,7 +130,7 @@ SObject pwrb:Class
EndObject
Object Template StoDp
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -108,7 +108,7 @@ SObject pwrb:Class
EndObject
Object Template StoDv
Body DevBody
Attr DvObjectSegments = 1
Attr DvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -130,7 +130,7 @@ SObject pwrb:Class
EndObject
Object Template StoIp
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -152,9 +152,9 @@ SObject pwrb:Class
EndObject
Object Template StoPi
Body DevBody
Attr CoObjectSegments = 1
Attr ShowSigChanCon = 0
Attr SigChanConSegments = 1
Attr CoObjectSegments = 2
Attr ShowSigChanCon = 1
Attr SigChanConSegments = 2
EndBody
EndObject
EndObject
......
......@@ -128,7 +128,7 @@ SObject pwrb:Class
EndObject
Object Template StoSp
Body DevBody
Attr ObjectSegments = 1
Attr ObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -104,7 +104,7 @@ SObject pwrb:Class
EndObject
Object Template StoSv
Body DevBody
Attr SvObjectSegments = 1
Attr SvObjectSegments = 2
EndBody
EndObject
EndObject
......
......@@ -7,8 +7,8 @@
!
!/**
! @Version 1.0
! @Group ProjectConfiguration
! @Summary Configures distribution of ELN system files.
! @Summary Obsolete from V4.0.
! @b Obsolete from V4.0
! The SystemDistribute object configures distribution of ELN
! system files generated by EBUILD.
!
......
......@@ -9,10 +9,12 @@
!
!/**
! @Version 1.0
! @Group ProjectConfiguration
! @Summary Configuration of workbench environment.
! The WbEnviroment configures the workbench environment.
! The object resides in the project volume as a top object.
! 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
! 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