January 2012 8.33 Cooperative Multitasking 1741
Module 9262 Context change between spawn processes
You can call Module 9262 only in a submit job or spawn job. The module 
switches the context to another PLC process or submit queue if such a 
process exists and is not waiting for an event or for the expiration of a dwell 
time.
Call:
CM 9262
Error recognition: 
Module 9263 Interrupt a spawn process for a defined time
You can call Module 9263 only in a submit job or spawn job. The module 
interrupts the calling process for at least the specified time. If other processes 
or the submit queue are ready to run, the control changes the context to one 
of these processes. The waiting period is interpreted as an unsigned number, 
so that negative values result in very long waiting periods.
Call:
PS B/W/D/K <Waiting period in ms>
CM 9263
Error recognition: 
Marker Value Meaning
NN_GenApiModule
Error (M4203)
0 Context was changed
1 Error code in NN_GenApiModuleErrorCode 
(W1022)
NN_GenApiModule
ErrorCode (W1022)
30 Module was not called in a spawn or submit 
job
Marker Value Meaning
NN_GenApiModule
Error (M4203)
0 Delay is active
1 Error code in NN_GenApiModuleErrorCode 
(W1022)
NN_GenApiModule
ErrorCode (W1022)
30 Module was not called in a spawn or submit 
job