Specifications
EssentialsofCrestronProgramming
71
<reset>input.Whenreset,<out>willgolowand<out*>(thecomplementof<out>)will
gohigh.
InthisexamplethesignalforDrapesCloseisconnectedtothe<set>input,andthe
signalforDrapesOpenisconnectedtothe<reset>input.TheoutputoftheLatchis
connectedtotherelayitself.Whenth
eLatchisset,thesignalconnectedto<out>willbe
high,thusclosingtherelayandclosingthedrapes.WhentheLatchresets,thesignal
connectedto<out*>willbehigh,thusopeningtherelay.
LightingControlFeedback
IntheVirtualPresentationRoomprogram,thebuttonfeedbackfortheLightingcontrols
isdesignedsuchthatwhentheLightsbuttononthetouchpanelispressed,theLighting
subpagewillbedisplayed.
TheLightingsubpagewillcontinuetobedisplayeduntilaspecifiedtimeperiodexpires
beforetheuserpresseson
eoftheLightingpresetbuttons(High,Med,LoworOff).Ifthe
userdoespressoneoftheLightingpresetbuttons,thiswillstartthetimeroveragain.
Thesubpagewon’tcloseuntilthetimerexpireswithnofurtheruserinput.Thistype of
programmingisaccomplishedusingaRetriggerableOne‐Shotsymbol.
TheRetriggerableOne‐Shotisalmo
stfunctionallyidenticaltotheOneShot.Theonly
differenceisthattheRetriggerableOne‐Shotwillrecognizearising‐edgeonthe<trig>
inputevenwhile<out>ishigh,causingittore‐triggerandstartthecountalloveragain.
<out>willnotgolowuntilthefulldu
rationspecifiedbythedoubleprecision
<pulse_time>parameterhaselapsedsincethelasttrigger.Inthisexamplethe
RetriggerableOne‐ShotisdrivenbyanORsymbol,whichdrivesitsoutputhigh
wheneveranyoneormoreoftheinputsishigh.