Set up labs for Project Lead The Way classes

Note

This article references features available in lab plans, which replaced lab accounts.

Project Lead The Way (PLTW) is a nonprofit organization that provides PreK–12 curriculum across the United States in computer science, engineering, and biomedical science. In each PLTW class, students use various software applications as part of their hands-on learning experience. Many of the software applications require either a fast CPU or, in some cases, a GPU. This article shows you how to set up labs for the following PLTW classes. The classes are typically offered to students in grades 9–12:

  • Introduction to Engineering Design

    Students are introduced to the process of engineering design, which includes using Autodesk Inventor computer-aided design (CAD) software for 3D modeling.

  • Principles of Engineering

    Students learn about engineering mechanisms, structural and material strength, and automation. This class uses software such as MD Solids, West Point Bridge Designer, and America’s Army simulation.

  • Civil Engineering and Architecture

    Students learn building and site design and development by using Autodesk Revit architecture design software for 3D building information modeling (BIM).

  • Computer Integrated Manufacturing

    Students explore modern manufacturing processes that involve robotics and automation. In this class, students use Autodesk Inventor CAD and Autodesk Inventor computer-aided manufacturing (CAM) software.

  • Digital Electronics

    Students study electronic logic circuits and devices by using National Instrument Multisim simulation and circuit design software.

  • Engineering Design and Development

    Students contribute to an end-to-end solution by combining research, design, and testing that they present to a panel of engineers. In this class, students use Autodesk Inventor CAD software.

  • Computer Science Essentials

    Students are introduced to computational concepts and tools. They start with block-based programming and then move to text-based coding by using coding environments such as VEXcode V5 blocks.

  • Computer Science Principles

    Students grow their programming expertise with Python by using the Microsoft Visual Studio Code development environment.

  • Computer Science A

    Students expand their programming competence in this class by learning mobile app development. In this class, they learn Java by using the Microsoft Visual Studio Code development environment. Students also use an emulator that allows them to run and test their mobile app code. For information about how to set up an emulator in Azure Lab Services, contact us via the Azure Lab Services' forums for more information.

For a full list of class software, go to the PLTW site for each class.

To begin setting up labs for PLTW, you need access to an Azure subscription and a lab plan. Discuss with your organization's admin to see if you can get access to an existing Azure subscription. If you don't have an Azure subscription, create a free account before you begin.

License server

Most of the software that's used in the earlier-mentioned PLTW classes don't require access to a license server. However, you'll need to access a license server if you plan to use the Autodesk network licensing model for the following software:

  • Revit
  • Inventor CAD
  • Inventor CAM

To use network licensing with Autodesk software, PLTW provides detailed steps to install Autodesk Network License Manager on your license server. This license server is ordinarily located in either your on-premises network or hosted on an Azure virtual machine (VM) within Azure virtual network.

After your license server is set up, you need to Connect to your virtual network in Azure Lab Services when creating your lab plan.

Important

Advanced networking must be enabled during the creation of your lab plan. It can't be added later.

Autodesk-generated license files embed the MAC address of the license server. If you decide to host your license server by using an Azure VM, it’s important to ensure that your license server’s MAC address doesn’t change. If the MAC address changes, you'll need to regenerate your licensing files. Following are the steps to prevent your MAC address from changing:

  • Set a static private IP and MAC address for the Azure VM that hosts your license server.
  • Ensure to set up both your lab plan and the license server’s virtual network are in a region or location that has sufficient VM capacity so that you don’t have to move these resources to a new region or location later.

For more information, see Set up a license server as a shared resource.

Lab configuration

Once you have Azure subscription, you can create a new lab plan in Azure Lab Services. For more information about creating a new lab plan, see the tutorial on how to set up a lab plan.

After you set up a lab plan, create a separate lab for each PLTW class session that your school offers. We also recommend that you create separate images for each type of PLTW class. For more information about how to structure your labs and images, see Moving from a Physical Lab to Azure Lab Services.

Lab plan settings

Enable your lab plan settings as described in the following table. For more information about how to enable Azure Marketplace images, see Specify the Azure Marketplace images available to lab creators.

Lab account setting Instructions
Marketplace image Enable the Windows 10 Pro image for use within your lab account.

Lab settings

The recommended size of the virtual machine (VM) for using PLTW classes depends on the types of workloads that your students are doing in the class. For the earlier-listed classes, we recommend using Small GPU (Visualization) and Large VM sizes. As you set up labs for your PLTW classes, refer to the guidance in the following table:

Lab setting Value and description Class recommendation
Virtual Machine Size Small GPU (Visualization). Best suited for remote visualization, streaming, gaming, and encoding with frameworks such as OpenGL and DirectX. We recommend using this size for the following PLTW classes: Civil Engineering and Architecture, Digital Electronics, Computer Integrated Manufacturing, Engineering Design and Development, and Introduction to Engineering Design.
Virtual Machine Size Large. Best suited for applications that need faster CPUs, better local disk performance, large databases, and large memory caches. We recommend using this size for the following PLTW classes: Principles of Engineering, Computer Science Essentials, Computer Science Principles, and Computer Science A.

Template machine configuration

Some of the installation files that you need for PLTW are large. When you download the files to a lab template VM, they might take a long time to copy.

Instead of downloading installation files to the template machine and installing everything there, we recommend creating your PLTW images in your physical environment. You can then import the custom images into a compute gallery so that you can use them to create your labs. For more information, see Recommended approaches for creating custom images.

As you follow this recommendation, note the major tasks for setting up a lab:

  1. In your physical environment, create the image for the class.

    a. Use PLTW’s detailed steps for downloading the installation files and installing the required software.

    Note

    When you install the Autodesk applications, the computer that you're installing them on needs to be able to communicate with your license server. The Autodesk installation wizard will prompt you to specify the computer name of the machine that the license server is hosted on. If you're hosting your license server on an Azure VM, you might need to wait to install Autodesk on the lab template VM so that the installation wizard can access your license server.

    b. Install and configure OneDrive or other backup options that your school might use.

    c. Install and configure Windows updates.

  2. Upload the custom image to the compute gallery that's attached to your lab account.

  3. Create a lab, and then select the custom image that you uploaded in the preceding step.

  4. After the lab is created, start and connect to the template VM to validate that the image works as expected.

  5. Finally, publish the template VM to create the students’ VMs.

Note

If your school needs to perform content filtering, such as for compliance with the Children's Internet Protection Act (CIPA), you'll need to use 3rd party software. For more information, read guidance on content filtering with Lab Services.

Student devices

Students can connect to their lab VMs from Windows computers, Mac, and Chromebook. For instructions, see:

Cost

Let’s cover an example cost estimate for the PLTW classes. This estimate doesn’t include the cost of running a license server or using a compute gallery.

Suppose you have a class of 25 students, each of whom has 20 hours of scheduled class time. Each student also has an extra 10 quota hours for homework or assignments outside of scheduled class time. Here are the estimated costs:

  • Large VM

    25 students × (20 scheduled hours + 10 quota hours) × 70 Lab Units × USD0.01 per hour = USD525.00

  • Small GPU (visualization)

    25 students × (20 scheduled hours + 10 quota hours) × 160 Lab Units × USD0.01 per hour = USD1200.00

Important

The cost estimate is for example purposes only. For current pricing information, see Azure Lab Services pricing.

Note

Many of the PLTW classes use applications that are accessed via a browser, such as MIT App Inventor. These browser-based applications don’t require a fast CPU or GPU, and you can access them from any device that has an internet connection. When students are using these types of applications, we recommend that they use the browser on their physical device instead the browser on their lab VM. Students can help keep costs down by using their lab VM only for applications that require a fast CPU or GPU.

Next steps

The template image can now be published to the lab. For more information, see Publish the template VM.

As you set up your lab, see the following articles: