Skip to content

Commit

Permalink
Merge pull request #203 from dotnetprojects/feature/textListExportV19
Browse files Browse the repository at this point in the history
Add feature to export plc alarm user textlists for TIA V19
  • Loading branch information
jogibear9988 authored May 10, 2024
2 parents 1e157ef + dc0e85a commit 9ac9a73
Show file tree
Hide file tree
Showing 5 changed files with 1,323 additions and 1,324 deletions.
4 changes: 2 additions & 2 deletions DotNetSiemensPLCToolBoxLibrary.TIAV19/Step7ProjectV19.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Step7ProjectV19()
AppDomain currentDomain = AppDomain.CurrentDomain;
currentDomain.AssemblyResolve += currentDomain_AssemblyResolve;

AksForInstance();
AskForInstance();

LoadViaOpennessDlls();

Expand Down Expand Up @@ -68,7 +68,7 @@ private void AksForInstanceWithFilename(string file)
this.ProjectFile = process.ProjectPath.ToString();
}

private void AksForInstance()
private void AskForInstance()
{

tiaPortal = new Siemens.Engineering.TiaPortal(Siemens.Engineering.TiaPortalMode.WithoutUserInterface);
Expand Down
Loading

0 comments on commit 9ac9a73

Please sign in to comment.