axsharp icon indicating copy to clipboard operation
axsharp copied to clipboard

[NEW-FEATURE] Possibility to define Tab name from plc

Open peterbarancek opened this issue 2 months ago • 0 comments

Current state: {#ix-attr:[Container(Layout.Tabs)]}
{#ix-set:AttributeName = "<#Presence Shutter Inner#>"}
PresenceShutterInner : AXOpen.Components.Elements.AxoDi;
Goal : #ix-attr:[Container(Layout.Tabs),"Inputs"]}
{#ix-set:AttributeName = "<#Presence Shutter Inner#>"}
PresenceShutterInner : AXOpen.Components.Elements.AxoDi;
or put the another attribute element under tab named Inputs (instead of using the first component’s name).

peterbarancek avatar Nov 11 '25 10:11 peterbarancek