Onconfigurationchanging Events - Siemens Simatic S7-1500 Function Manual

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

Advertisement

WaitForOnSyncPointReachedEvent()
The function blocks the program until the registered event object is in the signaled state or
the timeout interval is exceeded.
Table 7- 277 WaitForOnSyncPointReachedEvent() - Native C++
Syntax
Parameters
Return values
Table 7- 278 WaitForOnSyncPointReachedEvent() - .NET (C#)
Syntax
Parameters
Return values
7.6.9.3

OnConfigurationChanging events

OnConfigurationChanging
Registers or unregisters an event handler method.
Table 7- 279 OnConfigurationChanging - .NET (C#)
Syntax
Parameters
Return values
Exceptions
Note
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
SOnSyncPointReachedResult WaitForOnSyncPointReachedEvent();
SOnSyncPontReachedResult WaitForOnEndOfCycleOnSyncPoin-
tReachedEvent(
UINT32 in_Time_ms
);
None:
The time limit is set to
UINT32 in_Time_ms:
Value for the time limit in milliseconds.
SOnSyncPointReachedResult
A structure that supplies information about the event.
See SOnSyncPointReachedResult (Page 319).
SOnSyncPointReachedResult WaitForOnSyncPointReachedEvent();
SOnSyncPointReachedResult WaitForOnSyncPointReachedEvent(
UInt32 in_Time_ms
);
None:
The time limit is set to
UInt32 in_Time_ms:
Value for the time limit in milliseconds.
SOnSyncPointReachedResult
A structure that supplies information about the event.
See SOnSyncPointReachedResult (Page 319).
event Delegate_II_EREC_DT OnConfigurationChanging;
None. See Delegate_II_EREC_DT (Page 294).
None
None
The event handler method runs in a separate thread.
.
INFINITE
:
.
INFINITE
:
User interfaces (API)
7.6 API IInstances
249

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents