Breadcrumbs

Visual Studio .NET

Library Download

For details about the releases, see here.

PMLib Version

Compatible with PMC Version

Download

Changelog

117.14.01

117.23.35 or higher

PMCLIB v117.14.01.zip

pmlib 2026.01v7.23.35 (117.14.01)

117.12.02

117.22.55 or higher

PMCLIB v117.12.02.zip

pmlib 2025.11v7.22.55 (117.12.02)

117.11.01

117.20.49 or higher

PMCLIB v117.11.01.zip

pmlib 2025.08v7.20.49 (117.11.01)

117.09.01

117.17.35 or higher

PMCLIB v117.09.01.zip

pmlib 2025.02v7.17.35 (117.09.01)

117.08.04

117.17.12 or higher

PMCLIB v117.08.04.zip


Library Setup

You can use Visual Studio 2015 or above to develop C# program. This example uses Visual Studio 2022.

Step 1: Click “Create a new project”

image-20260126-214925.png


Step 2: Pick a project type that can generate an executable (Windows Form, WPF, Console Application etc.) and then click “Next”

image-20260126-215056.png

Step 3: Pick a name for your project and click “Next”

image-20260126-215252.png

Step 4: Click “Create”

image-20260126-215337.png



Step 5: Right click on “Dependencies” in Solution Explorer, then click on “Add Project Reference”

image-20260126-215554.png


Step 6: In the popup window, click on “Browse” ribbon, then click on “Browse…” button

image-20260126-220138.png

Step 7: Pick the library file that you received, and then click on “Add” to add the library

image-20260126-215927.png


Step 8: Click on “OK”

VisualStudio_6.png

Step 9: In your code editor window, add “using PMCLIB” at the top

image-20260126-220345.png


Step 10: Declare an IPMCCommands object; now you can control the system with C# API. In the example code below, the program simply connects to PMC automatically and then activates all XBots

image-20260126-220552.png