first commit
This commit is contained in:
commit
f323a29af9
131 changed files with 15580 additions and 0 deletions
41
data/basic_blocks_eae/power.fbt
Normal file
41
data/basic_blocks_eae/power.fbt
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE FBType SYSTEM "../LibraryElement.dtd">
|
||||
<FBType GUID="4d3edac2-7784-4e7b-a0e4-97870a2107a2" Name="power" Comment="Basic Function Block Type" Namespace="Main">
|
||||
<Identification Standard="61499-2" />
|
||||
<VersionInfo Organization="Schneider Electric" Version="0.0" Author="Schneider" Date="4/28/2025" Remarks="Template" />
|
||||
<InterfaceList>
|
||||
<EventInputs>
|
||||
<Event Name="REQ" Comment="Normal Execution Request">
|
||||
<With Var="IN1" />
|
||||
<With Var="IN2" />
|
||||
</Event>
|
||||
</EventInputs>
|
||||
<EventOutputs>
|
||||
<Event Name="CNF" Comment="Execution Confirmation">
|
||||
<With Var="OUT" />
|
||||
</Event>
|
||||
</EventOutputs>
|
||||
<InputVars>
|
||||
<VarDeclaration Name="IN1" Type="REAL" Comment="Input event qualifier" />
|
||||
<VarDeclaration Name="IN2" Type="INT" />
|
||||
</InputVars>
|
||||
<OutputVars>
|
||||
<VarDeclaration Name="OUT" Type="REAL" Comment="Output event qualifier" />
|
||||
</OutputVars>
|
||||
</InterfaceList>
|
||||
<BasicFB>
|
||||
<Attribute Name="FBType.Basic.Algorithm.Order" Value="REQ" />
|
||||
<ECC>
|
||||
<ECState Name="START" Comment="Initial State" x="552.9412" y="429.4117" />
|
||||
<ECState Name="REQ" Comment="Normal execution" x="217.647" y="752.9412">
|
||||
<ECAction Algorithm="REQ" Output="CNF" />
|
||||
</ECState>
|
||||
<ECTransition Source="START" Destination="REQ" Condition="REQ" x="447.8488" y="648.3352" />
|
||||
<ECTransition Source="REQ" Destination="START" Condition="1" x="372.8767" y="512.7991" />
|
||||
</ECC>
|
||||
<Algorithm Name="REQ" Comment="Normally executed algorithm">
|
||||
<ST><![CDATA[;
|
||||
OUT:=IN1**IN2;]]></ST>
|
||||
</Algorithm>
|
||||
</BasicFB>
|
||||
</FBType>
|
Loading…
Add table
Add a link
Reference in a new issue