Onruntimemanagerlost Events - Siemens Simatic S7-1500 Function Manual

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

Advertisement

7.5.4.2

OnRuntimeManagerLost events

OnRuntimeManagerLost
Registers or unregisters an event handler method.
Table 7- 80
Syntax
Parameters
Return values
Exceptions
Note
RegisterOnRuntimeManagerLostCallback()
When the event occurs, the registered callback function is called. Only one callback function
can be registered for the event. The registration of a new callback function causes the
previous callback function to be deleted.
Table 7- 81
Syntax
Parameters
Return values
Note
RegisterOnRuntimeManagerLostEvent()
When the event occurs, the registered event object is set to the signaled state. Only one
event object can be registered for the event. Registration of a new event object causes the
previous event object to be deleted.
Table 7- 82
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
OnRuntimeManagerLost - .NET (C#)
event Delegate_Void OnRuntimeManagerLost;
None. See Delegate_Void (Page 293).
None
None
The event handler method runs in a separate thread.
RegisterOnRuntimeManagerLostCallback() - Native C++
void RegisterOnRuntimeManagerLostCallback(
EventCallback_VOID in_CallbackFunction
);
EventCallback_VOID in_CallbackFunction:
A callback function that subscribes to the event.
See EventCallback_VOID (Page 281).
None
The event handler method runs in a separate thread.
RegisterOnRuntimeManagerLostEvent() - Native C++
void RegisterOnRuntimeManagerLostEvent();
void RegisterOnRuntimeManagerLostEvent(
HANDLE* in_Event
);
None:
An internal event handle is registered.
HANDLE* in_Event:
A user-specific event handle is registered.
None
User interfaces (API)
7.5 API ISimulationRuntimeManager
127

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents