Difference between revisions of "User:Arj3090"

From AdvancedHMI
Jump to: navigation, search
Line 4: Line 4:
 
2) Download and extract the AdvancedHMI software<br>
 
2) Download and extract the AdvancedHMI software<br>
 
3) Open Visual Studio<br>
 
3) Open Visual Studio<br>
4) Within Visual Studio, Open the AdvancedHMI solution file (*.sln)
+
4) Within Visual Studio, Open the AdvancedHMI solution file (*.sln)<br>
5) Build the Solution
+
5) Build the Solution<br>
6) In the Solution Explorer window, double click MainForm.vb
+
6) In the Solution Explorer window, double click MainForm.vb<br>
7) From the Toolbox, select a driver for the PLC you wish to communicate with
+
7) From the Toolbox, select a driver for the PLC you wish to communicate with<br>
8) Drag an instance of the driver to the form
+
8) Drag an instance of the driver to the form<br>

Revision as of 20:28, 2 September 2016

Quick Start

1) Install Visual Studio Community Edition from Microsoft Web Site. (Current Version 2015)
2) Download and extract the AdvancedHMI software
3) Open Visual Studio
4) Within Visual Studio, Open the AdvancedHMI solution file (*.sln)
5) Build the Solution
6) In the Solution Explorer window, double click MainForm.vb
7) From the Toolbox, select a driver for the PLC you wish to communicate with
8) Drag an instance of the driver to the form