Specifications

EssentialsofCrestronProgramming
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
programmingisaccomplishedusingaRetriggerableOneShotsymbol.
TheRetriggerableOneShotisalmo
stfunctionallyidenticaltotheOneShot.Theonly
differenceisthattheRetriggerableOneShotwillrecognizearisingedgeonthe<trig>
inputevenwhile<out>ishigh,causingittoretriggerandstartthecountalloveragain.
<out>willnotgolowuntilthefulldu
rationspecifiedbythedoubleprecision
<pulse_time>parameterhaselapsedsincethelasttrigger.Inthisexamplethe
RetriggerableOneShotisdrivenbyanORsymbol,whichdrivesitsoutputhigh
wheneveranyoneormoreoftheinputsishigh.