Home AMX User Forum AMX Technical Discussion
Options

IR Control Issue

Dear All
I have a problem with IR control, doing the program after a long break.please help me on this

I believe the code is correct

below is how i did for test

Device Defined

dvTP = 10001:1:1 \\ NXT-1700VG
dvDVDVCR = 5001:9:1 \\ DVD VCR Player

// DVD Control

BUTTON_EVENT[dvTP,241]
{
PUSH:
{
TO[dvTP,214]
PULSE[dvDVDVCR,1]
}
}

IRL file is used is by learning the remote.

If i push the button below are the result on notification tab

Line 1053 (16:47:49):: Output Channel:On - From [5001:9:1] - Channel 1
Line 1054 (16:47:50):: Feedback:Off [5001:9:1] - Channel 1
Line 1055 (16:47:50):: Output Channel:Off - From [5001:9:1] - Channel 1
Line 1056 (16:47:50):: Feedback:On [5001:9:1] - Channel 1
Line 1057 (16:47:50):: Output Channel:On - From [5001:9:1] - Channel 1
Line 1058 (16:47:51):: Feedback:Off [5001:9:1] - Channel 1
Line 1059 (16:47:51):: Output Channel:Off - From [5001:9:1] - Channel 1
Line 1060 (16:47:52):: Feedback:On [5001:9:1] - Channel 1
Line 1061 (16:47:52):: Output Channel:On - From [5001:9:1] - Channel 1
Line 1062 (16:47:52):: Feedback:Off [5001:9:1] - Channel 1
Line 1063 (16:47:52):: Output Channel:Off - From [5001:9:1] - Channel 1

The LED(IR1) on the controller blinks when i push the button.

But the DVD VCR does not control

I even tried with many other IRL files same situation

Please help me on this

Regards
Safeer

Comments

  • Options
    HedbergHedberg Posts: 671
    I presume that the 214/241 thing is a typo.

    If the file is good and it's the right file and it's properly loaded, it looks like it should be working. But it's not, so the IR port might be bad (unlikely), or the IR emitter might be wired backwards (sometimes happens, but if it's pre-wired, unlikely) or the emitter might be improperly attached to the equipment (happens a lot). Or, the IR port might not be properly configured (check the manual and execute the appropriate SEND_COMMANDs). Or, the device might not be ready/in the right state/working correctly.

    I'll put my money on the emitter being in the wrong place -- that seems to be the most common IR problem that I've had in the last five years or so.
  • Options
    safeermsafeerm Posts: 4
    IR Control issue Solved

    Dear Hedberg,

    Thanks for the reply, the issue is now solved,

    The problem was during file transfer i was not sending the IR file to the controller. now its working perfect. it clicked when you said (If the file is good and it's the right file and it's properly loaded). thankyou so much for the support

    Regards
    Safeer
Sign In or Register to comment.