Ace Dynamic Comp Index  June 2020
Niagara-4.9
control::OneShot Class Reference

Public Member Functions

Actions
void doClear ()
 

Detailed Description

OneShot: Boolean one-shot pulse generator

out = true for pulseWidth sec, beginning at rising edge of in
pulse retriggers on each rising edge of in, if canRetrig = true

Properties


bool out

Facets: @readonly @summary

bool in

Facets: @input @summary

int pulseWidth

Default: 500
Facets: @config @fieldEditor = "ace:AceRelTimeFE" @max = 86400000 @min = 1 @showMilliseconds @unit = "millisecond"

bool canRetrig

Facets: @config