Char Value

From Visuino
Jump to navigation Jump to search

Summary

Use this component to output a fixed character each time it receives a clock signal.

Description

This component holds a specified character (for example, ASCII code #32 for a space) and outputs it on the **Out** pin whenever the **Clock** pin receives a signal. Ideal for injecting constant characters into data streams—such as delimiters, spaces, or line-break markers—based on timing or event triggers defined by the clock signal.

Diagram:

Categories

Properties

  • Value – The constant character to output (e.g., '#32' for a space).

Pins

  • Clock – Receives a clock signal to trigger character output.
  • Out – Outputs the configured character when triggered.