Jump to content
C4 Forums | Control4

Send IR Code through IR port of EA3


Recommended Posts

Hello Everybody,

I want to drive a third device with EA3 controler.

To do the that,  I have created a dummy driver.  And I captured the IR code from the remote of the device. I cheked all the code by using the button EMIT. The third device answers very well. 

So i have put this dummy driver in my project. Programmed the IR codes will be send under conditions.

But when the conditions are there, the IR codes are not output.

All the connections are done in composer.

Can help me to fix the problem?

Thanks for your help

Link to comment
Share on other sites


There’s a lot to say here, but for starters:

1. How do you know the data received event is being called? 

2. How do you know the conditions in the programming are met?

Try doing something simple like set the value of a test variable to TRUE to see if the code is actually running. 

BTW, you probably want a STOP command ending each block of code after the IF statement.   
 

 

Link to comment
Share on other sites

Hello

Question1: Yes the envent is happened

Question2: The conditions are met because I have a test variable, the name is Koobreeze, which change to true at the end of the if statement

Do you have an idea for my problem? 

Thanks for your help

Link to comment
Share on other sites

Take out all of the programming except for the one line that emits the code. Then manually execute that programming and see if the code is emitted. 

And double check that IR port 3 is the one being used. When you test from the driver editor the code is emitted to all ports on the controller.

BTW, you are showing the code for TEMP+, bit that is not the code you are trying to emit in programming. 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.