Siemens Simatic S7-1500 Function Manual page 129

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

Advertisement

WaitForOnRuntimeManagerLostEvent()
The function will block the program until the registered event object is set to the signaled
state or the timeout interval is exceeded.
Table 7- 87
Syntax
Parameters
Return values
Table 7- 88
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
WaitForOnRuntimeManagerLostEvent() - Native C++
bool WaitForOnRuntimeManagerLostEvent();
bool WaitForOnRuntimeManagerLostEvent(
UINT32 in_Time_ms
);
None:
The time limit is set to
UINT32 in_Time_ms:
Value for the time limit in milliseconds.
If the event object was set to the signaled state.
true:
If no event was received during the defined timeout interval.
false:
WaitForOnRuntimeManagerLostEvent() - .NET (C#)
bool WaitForOnRuntimeManagerLostEvent();
bool WaitForOnRuntimeManagerLostEvent(
UInt32 in_Time_ms
);
None:
The time limit is set to
UInt32 in_Time_ms:
Value for the time limit in milliseconds.
If the event object was set to the signaled state.
true:
If no event was received during the defined timeout interval.
false:
.
INFINITE
.
INFINITE
User interfaces (API)
7.6 API IInstances
129

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents