IR receiver understanding
Denis
Posts: 163
Hi
Somebody can explain me how work IR receiver on CV7 panel ?
My understanding is as I can use it for one channel only......
My need is, my customer want to control the devices by remote control too.
In the other word, when he is in the swimming pool, (I know as to have a remote near swimming pool is not a good idea but....) he want to change the vol or disc track by the remote control, and in the other time do control by touch panel
Somebody can explain me how work IR receiver on CV7 panel ?
My understanding is as I can use it for one channel only......
My need is, my customer want to control the devices by remote control too.
In the other word, when he is in the swimming pool, (I know as to have a remote near swimming pool is not a good idea but....) he want to change the vol or disc track by the remote control, and in the other time do control by touch panel
0
Comments
In your TP4 file, use the Project Properties -> IR Emitters and Receivers tab to assign a touchpanel port for the receipt of IR codes (for example, port 10). In your Netlinx program, define the device/port combination for use with IR from that touchpanel (i.e. for device 10001, the IR device/port would be 10001:10:0) in DEFINE_DEVICE. Then declare your event handler(s) for that device for the IR codes/channels based on how you map them and perform functions accordingly. You will of course need a mapping that defines the channels generated for each of the IR remote control buttons so you can build your event handler. The example below uses arbitrary channel codes - your codes will depend on your device and which channels you decide to implement.
I understand as all codes comes from a remote control, so are an IR code...nice.
But wich remote control I have to use ? Wish IR data file ? Are there exist an AMX remote ?
The unit as I have to control, in my program, all commands are in RS232. I suppose as I can control by IR too.
You can use any TXC series transmitters from AMX or new more stylish and modern design Modero R1 remote
Or you can also use any IR remote able to transmit standard AMX IR codes
Vinc
I will use RC control same as a touch panel or keypad.