Skip to content

Commit

Permalink
Update ImplicitMessaging.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gisellevonbingen committed Jul 26, 2023
1 parent 319a02c commit 19f124e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Giselle.Net.EtherNetIP.Test/ImplicitMessaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ public static void Identify(ENIPSimpleClient client)

public static ForwardOpenResult ForwardOpen(ENIPSimpleClient client)
{
var openOptions = new ForwardOpenOptions();
openOptions.T_O_UDPPort = 2222; // Support alternate port, Default is 2222

// T : Target
// O : Originator
var openOptions = new ForwardOpenOptions();
openOptions.T_O_UDPPort = 2222; // Support alternate port, Default is 2222

openOptions.O_T_Assembly.InstanceID = 101; // Your O->T assembly instance id
openOptions.O_T_Assembly.Length = 64;
Expand Down

0 comments on commit 19f124e

Please sign in to comment.