HALCON Reference Manual 10.0.2
Table of Contents / System / Operating System ClassesClassesClasses | | | Operators

wait_secondswait_secondswait_secondsWaitSecondsWaitSeconds (Operator)

Name

wait_secondswait_secondswait_secondsWaitSecondsWaitSeconds — Delaying the execution of the program.

Signature

wait_seconds( : : Seconds : )

Herror wait_seconds(double Seconds)

Herror T_wait_seconds(const Htuple Seconds)

Herror wait_seconds(const HTuple& Seconds)

void HOperatorSetX.WaitSeconds([in] VARIANT Seconds)

void HSystemX.WaitSeconds([in] double Seconds)

static void HOperatorSet.WaitSeconds(HTuple seconds)

static void HSystem.WaitSeconds(double seconds)

Description

The operator wait_secondswait_secondswait_secondsWaitSecondsWaitSeconds delays the execution by the number of seconds indicated in SecondsSecondsSecondsSecondsseconds.

Parallelization

Parameters

SecondsSecondsSecondsSecondsseconds (input_control)  real HTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double)

Number of seconds by which the execution of the program will be delayed.

Default value: 10

Restriction: Seconds >= 0

Result

The operator wait_secondswait_secondswait_secondsWaitSecondsWaitSeconds always returns the value 2 (H_MSG_TRUE).

Possible Successors

system_callsystem_callsystem_callSystemCallSystemCall

See also

system_callsystem_callsystem_callSystemCallSystemCall, count_secondscount_secondscount_secondsCountSecondsCountSeconds

Module

Foundation


Table of Contents / System / Operating System ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH