Skip to content

Commit

Permalink
set Initial value of event type to EInit
Browse files Browse the repository at this point in the history
  • Loading branch information
MandKastner authored and oberlehner committed Jan 14, 2025
1 parent cbf4e0e commit 0bb8546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/typelibrary/events-1.0.0/typelib/E_TRIG.fbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<FBType Name="E_TRIG" Comment="Trigger FB for a specified Event Type" >
<FBType Name="E_TRIG" Comment="Trigger unconnected input events of the specified type inside a resource" >
<Identification Standard="61499-2">
</Identification>
<VersionInfo Version="1.0" Author="Mario Kastner" Date="2025-01-08">
Expand All @@ -17,10 +17,10 @@
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="EVENTTYPE" Type="STRING" Comment="Event type to be triggered" />
<VarDeclaration Name="EVENTTYPE" Type="STRING" Comment="Event type to be triggered" InitialValue="'EInit'"/>
</InputVars>
</InterfaceList>
<Service RightInterface="RESOURCE" LeftInterface="APPLICATION" Comment="Service Interface Function Block Type" >
<Service RightInterface="RESOURCE" LeftInterface="APPLICATION">
</Service>
<Attribute Name="Documentation" Type="CDATA"><![CDATA[]]></Attribute>
</FBType>

0 comments on commit 0bb8546

Please sign in to comment.