Skip to content

Commit

Permalink
Reduce size of origin string for commands in IEC61850 client that was…
Browse files Browse the repository at this point in the history
… reported to crash devices.
  • Loading branch information
riclolsen committed Jul 16, 2024
1 parent 89d5720 commit 4edbca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ await collection
}
else
{
control.SetOrigin(CopyrightMessage, OrCat.STATION_CONTROL);
control.SetOrigin("JsonScada", OrCat.STATION_CONTROL);
control.SetInterlockCheck(true);
control.SetSynchroCheck(true);
control.SetTestMode(false);
Expand Down

0 comments on commit 4edbca8

Please sign in to comment.