PRC.Core 1.732.0

dotnet add package PRC.Core --version 1.732.0
                    
NuGet\Install-Package PRC.Core -Version 1.732.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PRC.Core" Version="1.732.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PRC.Core" Version="1.732.0" />
                    
Directory.Packages.props
<PackageReference Include="PRC.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PRC.Core --version 1.732.0
                    
#r "nuget: PRC.Core, 1.732.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PRC.Core@1.732.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PRC.Core&version=1.732.0
                    
Install as a Cake Addin
#tool nuget:?package=PRC.Core&version=1.732.0
                    
Install as a Cake Tool

PRC.Core

Parametric Robot Control

Parametric Robot Control (PRC) simulates, programs and controls industrial and collaborative robots. A PRC Server runs the kinematics, the collision checking and the program generation and communicates with the robot controllers. Clients such as the PRC plugin for Grasshopper, or your own software, talk to the server over gRPC.

PRC.Core is the object model every other PRC package is built on. It has no dependency on a server, a robot vendor or a network stack. It contains:

  • Robot definitions: robots, tools, bases, external axes such as linear rails and positioners, collision geometry and the vendor classification.
  • Commands: tasks, motion groups and motions with their targets, speeds and interpolation settings, actions such as waits and I/O, and flow control.
  • Primitives and geometry: coordinate systems, joint and Cartesian targets, robot states, meshes and convex hulls.
  • Results and settings: simulation results with the sampled axis data, the reachability, singularity and collision flags and the generated program files, feedback and variables, and the typed driver settings the PRC Server renders as its settings pages.

Reference this package on its own when a component of yours only produces or consumes PRC objects, for example a plugin that builds tasks for a host application that owns the server connection.

The PRC packages

Package Reference it when you
PRC.Core only need the object model (this package)
PRC.GRPC connect to a PRC Server from .NET: the client, the service contract and the converters
PRC.Library need the robot presets, external axes, kinematics solvers, collision checking and the vendor drivers
PRC.Server host or extend the PRC Server services yourself

Use the package version that matches your PRC Server. Server and packages share one version scheme and are released together.

Getting started

For a .NET application that drives a PRC Server, add PRC.GRPC, which brings this package along, and follow its readme. The PRC Server is available from portal.robotsinarchitecture.org.

Documentation

  • Documentation — the PRC manual.
  • PRC Integration Guide — the complete reference of the gRPC API and the object model behind it: every message and call, coordinate systems, units, settings and worked examples. Written for developers and as context for LLM-assisted integration.
  • PRC.Integrations — sample integrations for several platforms and languages, plus the current proto definition.
  • Contact: johannes@robotsinarchitecture.org

Requirements

  • .NET 8.0 or later.

Disclaimer: This software is provided "as is" without any warranties or guarantees. The creators and developers of this software do not accept any liability for any damages or losses arising from its use.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PRC.Core:

Package Downloads
PRC.GRPC

Parametric Robot Control (PRC) gRPC layer: the .NET client for a PRC Server, the gRPC service contract and the converters between the PRC object model and the wire format.

PRC.Library

Parametric Robot Control (PRC) robot library: robot and external-axis presets for KUKA, ABB, FANUC, Universal Robots, NEURA Robotics and igus, kinematics solvers, collision checking, and the drivers that generate native controller programs or control robots in real time.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.732.0 46 9/19/2026
1.727.0 113 9/14/2026
1.716.0 124 9/3/2026