Show more Show less
Course name | Date
Feedback Exercise Solution
This video has the instructor review the previous exercise in great detail.
Feedback Implementation
Step-by-step tutorial of writing feedback statements in your code. Learn two different methods including channel events, as well as single line feedback in the define program section of your code template.
Feedback Overview
This tutorial provides an overview of using feedback in your code. What is feedback? Why is it necessary? And, what are the different types of feedback?
File Types
Learn about the various file types used in a NetLinx system. This tutorial will also provide an overview of the different file extensions.
FOR Loop Exercise
This exercise focuses on using FOR loops. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
FOR Loop Exercise Solution
This video has the instructor review the previous exercise in great detail.
If/Else Conditional Implementation
Practice implementing what you learned about conditionals in this easy to follow tutorial. This video focuses on using the if/else conditional.
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.