Specifications

RSLinx – Training Guide 85
18. Double click in a gray area of Form1 to display the code window for the
project. Click the drop down list of Objects (Currently displaying the word
Form) and select General.
19. Enter the following lines of code to the [General][Declarations] section of
the project.
Note
: Throughout this lab any line of code starting with an apostrophe (‘)
is a comment used to document the code. These lines are not required
for the project to run properly and do not need to be entered.
20. Add the following code to the Form_Load event.