-
Notifications
You must be signed in to change notification settings - Fork 21
Dynamic_ParameterBlock
Mike edited this page Mar 16, 2023
·
9 revisions
A ParameterBlock groups Parameter.
ParameterBlocks can be nested.
In the Image above you can see that the ParameterBlock has a -
on the left. Its for collapsing and unfolding the Channel.
Let's see it in the Creator Tool:
Property | Description |
---|---|
Access |
|
Icon | Select the Icon which will be displayed on the left |
Is InLine | ParameterBlock won't be displayed in the left navigation |
Layout |
First Row/Column is 1! |
Name | For internal use only |
Parameter Ref | Select a ParameterRef where the Text will be displayed. Can't be used with Text Parameter |
Show in ComObjectTree | ParameterBlock will group ComObjects in the ComObjectTree |
Text | Displayed Text |
Text Parameter | Select a Parameter for the dynamic Text |
XML Example
<ParameterBlock Id="M-00FA_A-0001-01-000_PB-1" Name="pGeneral" Text="Main Block">
<ParameterBlock Id="M-00FA_A-0001-01-000_PB-1002" Name="pGeneral" Layout="Table" ParamRefId="M-0083_A-0023-15-3EC1_P-1002_R-1002">
[...]
</ParameterBlock>
</ParameterBlock>
You can add following Items: