CRESTRON
CNRFHT-15/30 & CNIRHT-15/30
Hand-Held Wireless Transmitters
R E M O T E C O N T R O L S Y S T E M S
11
DOC. 8054C
SYNTAX:
The following syntax codes are provided for compatibility purposes only.
NOTE
The CNRFHT and CNIRHT units are defined as CNRFT in SIMPL-C.
NET.ID < 03 to FE > : CNRFGW
\ Codes received by a CNRFGW
TRANSMITTER < RF IDCODE > : CNRFT
i1 = <signal name>
\ Independent button.
i2 = <signal name>
i3 = <signal name>
" " " "
APPENDIX:
The following is a sample of SIMPL-C programming for the CNRFHT and CNIRHT illustrated in figures 1 and 4.
NET.ID 10: CNRFGW
\ CNRFGW is at NET ID CODE 10.
TRANSMITTER 20: CNRFT
\ CNRFHT-30 is at ID CODE 20.
i1 = POWER
\ Small button
i4 = VOL_UP
\ Rocker with two functions is treated
i8 = VOL_DOWN
\ as two pushbuttons.
i9 = CHANNEL_UP
\ Long horizontal keys are treated like
i10 = CHANNEL_DOWN
\ large vertical keys.
i12 = MUTE
\ Small button.