Skip to content

Commit

Permalink
Skip F Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Oct 12, 2016
1 parent 15ca603 commit 80c0ce3
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions LibNoDaveConnectionLibrary/Projectfiles/Step7ProjectV11Tia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ public virtual string GenerateSource()
ext = "awl";
}

if (this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_DB ||
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_FBD ||
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_FBD_LIB ||
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_LAD ||
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_LAD_LIB ||
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.F_STL)
{
return null;
}
if (this.IBlock.ProgrammingLanguage != ProgrammingLanguage.SCL &&
this.IBlock.ProgrammingLanguage != ProgrammingLanguage.STL)
{
Expand Down
Binary file modified compiled/DotNetSiemensPLCToolBoxLibrary.dll
Binary file not shown.
Binary file modified compiled/JFK-ProtokollerConfigurationTool.exe
Binary file not shown.
Binary file modified compiled/JFK-ProtokollerLibrary.dll
Binary file not shown.
Binary file modified compiled/JFK-ProtokollerService.exe
Binary file not shown.
Binary file modified compiled/Kopplungstester.exe
Binary file not shown.
Binary file modified compiled/ToolboxForSiemensPLCs.exe
Binary file not shown.
Binary file modified compiled/WPFToolboxForSiemensPLCs.exe
Binary file not shown.
Binary file modified compiled/WPFVarTab.exe
Binary file not shown.
Binary file modified compiled/en/DotNetSiemensPLCToolBoxLibrary.resources.dll
Binary file not shown.
Binary file modified compiled/es/DotNetSiemensPLCToolBoxLibrary.resources.dll
Binary file not shown.

0 comments on commit 80c0ce3

Please sign in to comment.