Timer connector methods

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Learn about the Timer connector methods and event.

    Start method

    The Start method enables you to set a time in milliseconds.

    Input
    Interval
    표 1. Start method parameters
    Parameter name Port type Data type Description Mandatory?
    Interval Data In Integer Timer interval in milliseconds. Yes

    Stop method

    Stops the timer.

    OnTimeTick event

    The event starts when the Start method starts.

    표 2. OnTimeTick event parameters
    Parameter name Port type Data type Description Mandatory?
    SignalTime Data Out Integer The system date and time when the trigger starts operating. Yes
    ElapsedTime Data Out Integer Total time in the timer elapsed. Yes