CAPL Script

Setstartdelay

Syntax

void setStartdelay(int delay)

Function

Sets the value of the Start Delay for this network node. This function can only be called in the preStart event procedure. Afterwards the value of the Start Delaycannotbe changed any more.

Parameters

delayText Integer for the Start Delay ms. This value may lie between 0 and 99999. If the value is greater or less than the limits of this range a warning appears in the Write Window.

Return Values

...on preStart{// Set Start Delay to 10 secondssetStartdelay(10000);}

getStartdelay