Skip to content

Commit

Permalink
plcsim
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Dec 18, 2024
1 parent 776a4c2 commit 3e1949d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public Task StartPlcSim([Option('x', Description = "PlcSim instance name")] stri
{
Console.WriteLine($"PLCsim instance: {PlcSimInstanceName} at IP address: {PlcIpAddress} is accessible!");
isAccessible = true;
break;
return Task.CompletedTask;
}
}
catch (Exception ex)
Expand Down

0 comments on commit 3e1949d

Please sign in to comment.