Skip to content

Commit 6507ad6

Browse files
committed
Add icons to type selection
1 parent 6cba687 commit 6507ad6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/FunctionBlocks.share.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<ParameterType Id="%AID%_PT-FCBChannelType" Name="FCBChannelType">
1616
<TypeRestriction Base="Value" SizeInBit="8">
1717
<Enumeration Id="%ENID%" Value="0" Text="Deaktiviert" />
18-
<Enumeration Id="%ENID%" Value="1" Text="UND" />
19-
<Enumeration Id="%ENID%" Value="2" Text="ODER" />
20-
<Enumeration Id="%ENID%" Value="4" Text="Anzahl" />
21-
<Enumeration Id="%ENID%" Value="8" Text="Auswahl (Mulitplexer)" />
22-
<Enumeration Id="%ENID%" Value="3" Text="Prioritätsschalter" />
23-
<Enumeration Id="%ENID%" Value="5" Text="Statistische Aggregation" />
24-
<Enumeration Id="%ENID%" Value="7" Text="Wertüberwachung" />
25-
<Enumeration Id="%ENID%" Value="6" Text="Count-Down Zeitgeber" />
26-
<Enumeration Id="%ENID%" Value="9" Text="Blinker" />
18+
<Enumeration Id="%ENID%" Value="1" Text="UND" Icon="ampersand" />
19+
<Enumeration Id="%ENID%" Value="2" Text="ODER" Icon="greater-than-or-equal" />
20+
<Enumeration Id="%ENID%" Value="4" Text="Anzahl" Icon="tally-mark-5" />
21+
<Enumeration Id="%ENID%" Value="8" Text="Auswahl (Mulitplexer)" Icon="multicast" />
22+
<Enumeration Id="%ENID%" Value="3" Text="Prioritätsschalter" Icon="priority-low" />
23+
<Enumeration Id="%ENID%" Value="5" Text="Statistische Aggregation" Icon="set-merge" />
24+
<Enumeration Id="%ENID%" Value="7" Text="Wertüberwachung" Icon="alert-remove-outline" />
25+
<Enumeration Id="%ENID%" Value="6" Text="Count-Down Zeitgeber" Icon="timer-sand" />
26+
<Enumeration Id="%ENID%" Value="9" Text="Blinker" Icon="alarm-light-outline" />
2727
</TypeRestriction>
2828
</ParameterType>
2929

0 commit comments

Comments
 (0)