Module.Connect() Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Module.Connect() Method

BR.AN.PviServices .NET


Creates a connection of this instance to the addressed module on the plc

[Visual Basic]

Public Overrides Overloads Sub Connect()

[C#]

public override void Connect();

Remarks

The "Connected" event notifies, that the connection was successfully created whereas the "Error" event notifies, that an error has occured. (e.g. module does not exist) It is also possible to connect the Module-object, when its parent (Cpu-object) was not already connected. In that case the Module-object store this "connect"-action, to connect the Module-object automatically when the Cpu-Connected-Event received.

See Also

Module Class | BR.AN.PviServices Namespace | Module.Connect Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]