Return to previous page | Return to menu | Go to next page


void
Event management function

slInitEvent

Event management initialization

Format

void slInitEvent()

Parameter

None

Function

Initialize the event and work management buffer.
After initialization, 64 event areas and 256 work areas are secured in memory.

Return value

None

Remarks

The event and work RAM itself is not initialized.
When the area is taken out, initialize it with the user program.

Reference: Chapter 10 Event Control

slInitEvent


Return to previous page | Return to menu | Go to next page