Show more Show less
Course name | Date
Include Files
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 Event
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 ...
IR Button Programming
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 Control Exercise
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
This video has the instructor review the previous exercise in great detail.
IR Data Event
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.
Levels Exercise
This exercise focuses on levels. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Levels Exercise Solution
This video has the instructor review the previous exercise in great detail.
Levels Implementation
Applies what you learned about levels in this step-by-step walk through of creating levels in your project. Begin by setting up your touch panel file and then write the code to make it work correctly.
Levels Overview
This video introduces the concept of using levels in your code. Learn about level events and how these code blocks are formatted. Also looks at some examples of when levels would be needed.
Loading NetLinx Code to an AMX Controller
It's time to load your code into the hardware. Learn about mapping files as well as the file transfer dialog box.
Loops Implementation
Working hand in hand with the instructor, you will learn how to implement a FOR loop in your code. One line of code, will make your code more efficient and less cluttered.
Loops Overview
This lesson will provide you with all the information you need to work with loops in your code. Loops are one of the most useful tools in developing Nettling code.
Master Communications
Discover the various methods of getting connected to your master controller. Learn how to find your master on a network as well as connecting locally via a USB cable.
Module Implementation Part 2
This video is the second part of implementing a module. This covers all the code that's necessary in order for it to work properly.
Module Interface Document
Take a closer look at the module interface document that gets downloaded with each module from the AMX website. This document contains everything you need to know to include this module in your code.
Modules Exercise
This exercise focuses on modules. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Modules Exercise Solution
This video has the instructor review the previous exercise in great detail.
Modules Implementation Part 1
This tutorial will begin the process of implementing a module into your code. Learn where to go to find AMX created modules online, and follow along as you begin implementing one of these reusable blocks of code.
Modules Overview
Introduces the concept of modules. Learn what they are, and how they work conceptually.