PlcComm.KvHostLink
4.2.0
dotnet add package PlcComm.KvHostLink --version 4.2.0
NuGet\Install-Package PlcComm.KvHostLink -Version 4.2.0
<PackageReference Include="PlcComm.KvHostLink" Version="4.2.0" />
<PackageVersion Include="PlcComm.KvHostLink" Version="4.2.0" />
<PackageReference Include="PlcComm.KvHostLink" />
paket add PlcComm.KvHostLink --version 4.2.0
#r "nuget: PlcComm.KvHostLink, 4.2.0"
#:package PlcComm.KvHostLink@4.2.0
#addin nuget:?package=PlcComm.KvHostLink&version=4.2.0
#tool nuget:?package=PlcComm.KvHostLink&version=4.2.0
KEYENCE KV Host Link for .NET
.NET library for KEYENCE KV Host Link PLC communication.
Connections are IPv4-only. Use an unbracketed IPv4 literal or a hostname with
an IPv4 result; bracketed IPv4 such as [192.168.250.100] is invalid. The
ordinary KvHostLinkClient includes arrival-order FIFO admission,
so one instance can be shared by asynchronous callers without a wrapper.
PLC Comm Family
This library is part of the plc-comm family. See the package matrix for protocol, language, registry, and install-command mapping.
Supported PLC profiles
The maintained profile table is in PLC profiles. Choose one exact canonical PLC profile from that table.
Supported device types
The shared device and range tables are in the KV Host Link Device Ranges page. Use that page for supported device families, address syntax, and profile-specific notes.
Installation
dotnet add package PlcComm.KvHostLink
Quick example
using System;
using PlcComm.KvHostLink;
var options = new KvHostLinkConnectionOptions(
"192.168.250.100", 8501, HostLinkTransportMode.Tcp, "keyence:kv-8000");
await using var client = await KvHostLinkClientFactory.OpenAndConnectAsync(options);
var value = await client.ReadTypedAsync("DM0", "U");
Console.WriteLine($"DM0 = {value}");
Documentation
| Page | Use it for |
|---|---|
| Getting started | Install the package, connect to your PLC, and run your first read/write. |
| Usage guide | Use the high-level API and common Host Link workflows. |
| API reference | Browse generated public .NET signatures and XML documentation comments. |
| PLC profiles | Choose the profile that matches your PLC model and device ranges. |
| KV Host Link Device Ranges | Check shared device families, address notation, and range tables. |
| KV Host Link Troubleshooting & Codes | Troubleshoot common port, profile, address, write-permission, and PLC error-code symptoms. |
| Gotchas | Check whether this library has any current library-specific caveats. |
| Full documentation site | Unified docs for all PLC communication libraries. |
| Performance | See measured latency, throughput, and long-run soak results from real PLC hardware. |
| Choosing a Language | Compare the .NET, Python, Rust, C++, and Node-RED implementations before you pick one. |
| Examples | Run the six maintained projects: PlcComm.KvHostLink.HighLevelSample, PlcComm.KvHostLink.BasicReadWriteSample, PlcComm.KvHostLink.NamedPollingSample, PlcComm.KvHostLink.PollingReconnectSample, PlcComm.KvHostLink.MultiPlcMonitorSample, and PlcComm.KvHostLink.ConfigPollingSample. |
For a zero-code connectivity check, see PLC Scope (Windows).
License and registry
| Item | Value |
|---|---|
| License | MIT |
| Registry | NuGet |
| Package | PlcComm.KvHostLink |
Commercial support
If you plan to embed this library in a paid or commercial product, please consider a separate support agreement or supporting the project as a sponsor.
Contact: https://fa-labo.com/contact.html
| Product | Versions 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 is compatible. 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 is compatible. 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. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.0 | 155 | 9/2/2026 |
| 4.1.0 | 112 | 8/26/2026 |
| 4.0.0 | 201 | 8/6/2026 |
| 3.2.1 | 208 | 7/29/2026 |
| 3.2.0 | 136 | 7/16/2026 |
| 3.1.0 | 141 | 7/12/2026 |
| 2.0.0 | 146 | 7/6/2026 |
| 1.2.0 | 116 | 7/5/2026 |
| 1.1.1 | 168 | 6/29/2026 |
| 1.1.0 | 132 | 6/29/2026 |
| 1.0.0 | 143 | 6/24/2026 |
| 0.9.0 | 124 | 6/20/2026 |
| 0.8.0 | 135 | 6/14/2026 |
| 0.1.12 | 126 | 6/12/2026 |
| 0.1.11 | 124 | 5/15/2026 |
| 0.1.9 | 129 | 5/2/2026 |
| 0.1.4 | 178 | 3/28/2026 |
| 0.1.3 | 176 | 3/28/2026 |