Siemens Simatic S7-1500 Function Manual page 123

Hide thumbs Also See for Simatic S7-1500:
Table of Contents

Advertisement

Note
Native C++
If you no longer require the interface, delete it.
See DestroyInterface() (Page 101).
Table 7- 69
Syntax
Parameters
Return values
Exceptions
See also
Tag list (Page 152)
Data types (Page 279)
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
RemoteConnect() - .NET (C#)
IRemoteRuntimeManager RemoteConnect(
string in_ConnectionString
);
IRemoteRuntimeManager RemoteConnect(
SIP in_IP,
UInt16 in_Port
);
IRemoteRuntimeManager RemoteConnect(
Byte in_IP3,
Byte in_IP2,
Byte in_IP1,
Byte in_IP0,
UInt16 in_Port
);
Byte in_IP3:
First part of the IP address of the remote PC.
Byte in_IP2:
Second part of the IP address of the remote PC.
Byte in_IP1:
Third part of the IP address of the remote PC.
Byte in_IP0:
Last part of the IP address of the remote PC.
string in_ConnectionString:
A string in the form of "<IP3>.<IP2>.<IP1>.<IP0>:<Port>"
Example: "182.203.145.144:4444".
SIP in_IP:
IP address of the remote PC.
UInt16 in_Port:
The port that is open on the remote PC.
IRemoteRuntimeManager:
Siemens.Simatic.Simulation.Runtime.SimulationRuntimeException
Runtime error code
ERuntimeError-
Code.ConnectionError
ERuntimeErrorCode.Timeout
ERuntimeErrorCode.WrongArgument
ERuntimeErrorCode.WrongVersion
7.5 API ISimulationRuntimeManager
Interface to the remote Runtime Manager.
Condition
Connection to the remote Runtime Man-
ager cannot be established.
The function does not return on time.
IP or port is invalid.
The version of the API is not compatible
with Runtime.
See Compatibility during upgrade
(Page 31).
User interfaces (API)
123

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents