Show more Show less
Course name | Date
Style Guide Overview
The style guide is a reference document on how you should format your code. This video will show you where to find our style guide and why you should follow it.
Adding Additional Projects & Systems
How to add additional projects and systems to your NetLinx workspace.
Adding Files to a Workspace
With the workspace complete, learn the various methods of how to add files to the workspace.
Arrays Exercise
This exercise focuses on arrays. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Arrays Exercise Solution
This video has the instructor review the previous exercise in great detail.
Arrays Implementation Part 1
Part one of two videos that teach you how to implement arrays in your code. In this first part, you will build an array of touch panel buttons that will further refine your code writing skills.
Arrays Implementation Part 2
Part two of two videos that teach you how to implement arrays in your code. In this part, you will build an array full of command strings to be sent to a DVD player.
Arrays Overview
Learn all about arrays, and why they are useful for storing data in your code. This tutorial introduces you to the concepts necessary to understand how an array is constructed.
Building Touch Panel Bargraphs
Learn how to create bargraphs in your touch panel design file. Bargraphs are great for volume sliders, setting light levels, sound level meters, etc.
Building Touch Panel Buttons
Everything on a touch panel begins as a button. This tutorial will focus on creating, editing, and using various types of buttons on a touch panel.
Building Touch Panel Pages
Continue building a new touch panel. This video focuses on the concept of pages in a touch panel file.
Building Touch Panel Popups
Learn how to create popups in your touch panel design file.
BUTTON _EVENTs
Creating your first button event! Learn how to write the code necessary to "do something", when a button is pressed on your touch panel.
Commenting Your Code
This tutorial will teach you how to insert comments into your code as well as why we use them. Review both single-line comments, as well as commenting out entire blocks of code.
Compiling
One of the single most important lessons in learning to program is compiling. In this tutorial, you'll learn what compiling is, why it's required, and how to compile. Additionally, you will review the output bar and how to identify errors in ...
Conditionals Exercise
This exercise focuses on conditionals. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Conditionals Exercise Solution
This video has the instructor review the previous exercise in great detail.
Conditionals Overview
Familiarize yourself with the concept of conditionals. You will be introduced to three different types of conditional statements as well as arithmetic and relational operators.
Controlling IR Devices
Learn all about controlling devices using the IR control method. This video also introduces the PULSE and TO commands
Creating a Workspace Using the Wizard
This video will walk you through the creation of the workspace you will be using throughout the remainder of this Programmer 1 course. Follow along with step-by-step instructions as you discover the workspace wizard.