This is your very first exercise to practice what you've learned so far. This exercise will have you building your own button events to control various relays and channels.
A narrative document that details expected system functionality is needed prior to writing any code. This video will go into detail as to what should be included in a scope of work document.
This comprehensive lesson dives into how strings are properly formatted in your code so they can control a device. You will look at a 3rd party protocol document to dissect an RS232 string so it can be used in your code.
Part one of two, will begin teaching you how to write the code necessary to work with strings. In this lesson, you will build a 4 x 4 matrix switcher and you will use the BCS commands to execute a switch.
Part two of two, will continue working with the switcher from the previous lesson. This video will focus on receiving a string back from the switcher and parsing the data.
The focus of this video is on the concept of parsing incoming strings from a device. Learn about all the different string parsing keywords available to help you find the string you are searching for.
This exercise focuses on string parsing and formatting. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
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.
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 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.