Table - Siemens Simatic S7-1500 Function Manual

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

Advertisement

GetCommunicationInterface()
Returns the communication interface of the virtual controller: Local communication (Softbus)
or TCPIP. A change of communication interface occurs only when the controller is restarted.
All instances that are started must use the same communication interface.
PowerOn is prevented if a communication interface that is not used by the started instances
is selected.

Table 7- 97

Syntax
Parameters
Return values
SetCommunicationInterface()
Sets the communication interface of the virtual controller: Local communication (Softbus) or
TCPIP. A change of communication interface occurs only when the controller is restarted. All
instances that are started must use the same communication interface.
PowerOn is prevented if a communication interface that is not used by the started instances
is selected.
Table 7- 98
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
GetCommunicationInterface() - Native C++
ECommunicationInterface GetCommunicationInterface();
None
SRCI_NONE
Cannot be selected. Is returned if the instance interface is no longer valid.
SRCI_SOFTBUS
Is returned if the virtual controller uses the Softbus.
SRCI_TCPIP
Is returned if the virtual controller communicates over the virtual adapter.
SetCommunicationInterface() - Native C++
void SetCommunicationInterface(ECommunicationInterface in_Value);
SRCI_NONE
Cannot be selected.
SRCI_SOFTBUS
Is set to activate communication via Softbus.
SRCI_TCPIP
Is set to activate communication over the virtual adapter.
None
User interfaces (API)
7.6 API IInstances
133

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents