Create an application structure
- Last UpdatedSep 29, 2022
- 1 minute read
- PI System
- AF SDK 2.10
- PI Server
Microsoft Visual Studio creates the outline of a program when you create a new project. Follow the steps in this section to create a program outline. Subsequent topics show how to customize the application and augment it with AF SDK information.
-
If necessary, start Visual Studio.
-
Click File > New > Project
The New Project window displays.
-
Select Console Application, then enter a name for the project in the Name field.
For this example, enter PI_Connect as the project name. Visual Studio creates the project and presents a program outline that includes the Main function. You augment this outline with your own code.