CAPL Script

ClockControlReset

Syntax

void ClockControlReset(char[] panel, char[] control);

Function

Resets the Clock Control designed as stop watch with thePanel Designer(settingMode = StopWatch). The displayed time is reset to00:00:00or00:00depending on thePanel DesignersettingDisplay Seconds. The panel is accessed by its individual panel name that is entered in thePanel Designer.

Parameters

panel Panel name, restricted to 128 characters."" – references allloaded panelsIf you open a panel the first time, the panel is loaded.
If you close the panel, it remains loaded.

control

  • Symbol assignment is not case sensitive.
  • If you want to access all elements of a panel the notation "" is used, see example below.

Return Values

// Reset the clock control designed as stop watch.on key 'a'{ClockControlReset("ClockControl", "StoppWatch");}

[ClockControlStart](/en/syntax/general/misc/clockcontrolstart) | [ClockControlStop](/en/syntax/general/system/clockcontrolstop) | [SetClockControlTime](/en/syntax/general/time/setclockcontroltime)