Navigation

  • index
  • next |
  • previous |
  • Automation Builder Documentation V0.0.0.1 »
  • IEC 61131-3 editor »
  • Programming for PM5xy »
  • <no title> »
  • Libraries »
  • UTIL.library »
  • Signal Generators »

Previous topic

Signal Generators

Next topic

FREQ_MEASURE

Quick search

BLINK¶

Provided by util.lib.

The function block BLINK generates a pulsating signal. The input consists of ENABLE of the type BOOL, as well as TIMELOW and TIMEHIGH of the type TIME. The output OUT is of the type BOOL.

If ENABLE is set to TRUE, BLINK begins to set the output for the time period TIMEHIGH to TRUE and afterwards to set it for the time period TIMELOW to FALSE.

When ENABLE is reset to FALSE, output OUT will not be changed, i.e. no further pulse will be generated. If you explicitly also want to get OUT FALSE when ENABLE is reset to FALSE, you might use “OUT AND ENABLE” (i.e. adding an AND box with parameter ENABLE) at the output.

Example in CFC:

../_images/17c0ce8706749a260a317f3415e114b8

Navigation

  • index
  • next |
  • previous |
  • Automation Builder Documentation V0.0.0.1 »
  • IEC 61131-3 editor »
  • Programming for PM5xy »
  • <no title> »
  • Libraries »
  • UTIL.library »
  • Signal Generators »
© Copyright 2017, ABB Automation Products GmbH. Created using Sphinx 1.6.2.