Navigation

  • index
  • next |
  • previous |
  • Automation Builder Documentation V0.0.0.1 »
  • IEC 61131-3 editor »
  • Programming for PM56xx and Programmable Drive »
  • Libraries »
  • Util.library »
  • Signal Generation »

Previous topic

Signal Generation

Next topic

FREQ_MEASURE

Quick search

BLINK¶

The function block BLINK ( The library UTIL.Library\ \) 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, that is 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” (that is adding an AND box with parameter ENABLE) at the output.

Example in CFC\ \ \ \

../_images/24bfcb391e8fc5c3c0a8640e01947982

Navigation

  • index
  • next |
  • previous |
  • Automation Builder Documentation V0.0.0.1 »
  • IEC 61131-3 editor »
  • Programming for PM56xx and Programmable Drive »
  • Libraries »
  • Util.library »
  • Signal Generation »
© Copyright 2017, ABB Automation Products GmbH. Created using Sphinx 1.6.2.