View Main Course Content
4. IR Devices
Controlling IR Devices
9.25 minutes
Learn all about controlling devices using the IR control method. This video also introduces the PULSE and TO commands.
Using SNAPI
8 minutes
SNAPI stands for Standard Nettling API. This tutorial will cover why we use SNAPI, and how it can make programming much easier.
Include Files
5.5 minutes
Include files are the first step in making your code portable. This video explains what Include files are, how to create them, and why they are useful.
IR Button Programming
12.75 minutes
This video will take what you've learned about IR control and apply it to write an actual IR button event. You'll begin by updating your touch panel file, and then create the code to control an IR device.
IR Data Event
6.75 minutes
Learn about creating a DATA_EVENT in your code. Additionally, you will be introduced to SEND_COMMAND's. These commands are necessary for configuring your devices.
IR Button Event
9.25 minutes
This video will take what you've learned about button events and make your code more efficient. Learn about button event zero, and why this single line of code can eliminate hundreds of lines. This video also exposes you to embedded properties for your events.
IR Control Exercise
2.5 minutes
This exercise focuses on IR Control. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
IR Control Exercise Solution
12.25 minutes
This video has the instructor review the previous exercise in great detail.