Sequence

From Visuino
Jump to navigation Jump to search

Summary

Configurable sequence generator with restart capability, repeat options, and multiple element types for creating complex timing patterns.

Description

The Sequence component generates programmable sequences with configurable timing, repetition, and various element types. It supports digital periods, repeat patterns, and can operate in complete cycle or reset modes. The component allows creation of complex timing sequences with restart capability and flexible element configuration. Typical applications include industrial automation, lighting control, motor sequencing, and any system requiring precise timing patterns.

Diagram:

Properties

  • Can Restart – Restart capability (Default: True).
  • Elements – Configurable sequence elements:
    • Digital Period – Digital timing period element
      • Miscellaneous – Digital Period configuration
        • Delay – Delay duration in milliseconds (Default: 1000).
        • Enabled – Enables the Digital Period element (Default: True).
        • In Micro Seconds – Microsecond timing resolution (Default: False).
        • Name – Element identifier (Default: Digital Period1).
    • Period – General period element
      • Miscellaneous – Period configuration
        • Delay – Delay duration in milliseconds (Default: 1000).
        • Enabled – Enables the Period element (Default: True).
        • In Micro Seconds – Microsecond timing resolution (Default: False).
        • Name – Element identifier (Default: Period1).
    • Repeat – Repeat pattern element
      • Miscellaneous – Repeat configuration
        • Can Restart – Restart capability (Default: True).
        • Count – Number of repetitions (Default: 10).
        • Elements – Sub-elements within repeat (Default: 0 Items).
        • Enabled – Enables the Repeat element (Default: True).
        • Name – Element identifier (Default: Repeat1).
  • Enabled – Enables/disables component functionality (Default: True).
  • Name – Component identifier (Default: Sequence).
  • Repeat – Global repetition configuration.
    • When Disabled – Behavior when disabled (Default: False).
    • Complete Cycle – Complete cycle completion (Default: False).
    • Reset – Reset behavior (Default: False).

Pins

Input Pins

  • Start (digital) – Sequence start trigger.
  • Interval (integer) – Timing interval input.
  • Reset (digital) – Sequence reset signal.

Output Pins

Note: When specific elements are added to the Elements property, additional input and output pins will be created corresponding to each element's functionality. For example, adding a Digital Period element will create period configuration input pins and timing output pins.

Categories