Show more Show less
Course name | Date
Strings Exercise Solution Part 1
Part one of two, this video has the instructor review the previous exercise in great detail.
Strings Exercise Solution Part 2
Part two of two, this video has the instructor review the previous exercise in great detail.
Strings Overview
This tutorial will introduce you to the concept of sending strings out of your control system to a device. There is a great deal of focus on the differences between sending a string and sending a command.
Switch/Case Conditional Implementation
Practice implementing what you learned about conditionals in this easy to follow tutorial. This video focuses on using the switch/case conditional.
Timelines Exercise
This exercise focuses on timelines. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Timelines Exercise Solution
This video has the instructor review the previous exercise in great detail.
Timelines Implementation
This tutorial will guide you through the process of building your first timeline. You will build a timeline that will handle a time of day event. In other words, every day at a certain time, do something.
Timelines Overview
Timelines are used to set up timing events in your code. This lesson teaches you about the concepts and keywords that you will be using when you create your own timelines.
TPDesign Overview
Begin learning about how to create a touch panel using our touch panel design 5 software.
Transferring a Touch Panel File
Learn how to transfer a touch panel file, using the TPDesign 5 application, to a physical touch panel device.
Transferring Files
Using NetLinx Studio, learn to transfer all the various types of files needed for your project. (touch panel files, master code files, IR files, etc.)
Using SNAPI
SNAPI stands for Standard Nettling API. This tutorial will cover why we use SNAPI, and how it can make programming much easier.
Variables Exercise
This exercise focuses on variables. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Variables Exercise Solution
This video has the instructor review the previous exercise in great detail.
Variables Implementation Part 1
Part 1 of implementing variables. In this tutorial, you will begin by making the necessary changes to your touch panel file and then work on defining your first variable in your code.
Variables Implementation Part 2 (Debugging)
Part 2 of implementing variables. Here you will continue learning how to create new variables along with introducing the concept of debugging.
Variables Implementation Part 3
Part 3 of implementing variables. Create a persistent variable to keep track of the number of times the master has been rebooted.
Variables Overview
This is an in depth look at the different types of variables. You will learn about the persistence of a variable as well as the different data types supported by Nettling.
Wait Exercise Solution
This video has the instructor review the previous exercise in great detail.
Waits Exercise
This exercise focuses on using waits in your code. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.