jy6314-driver

Develop C# (.NET) driver code for JYTEK JY-6314 PXIe analog input module.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/JXISH/SeeSharp-Academy --skill jy6314-driver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jy6314-driver
Source: https://github.com/JXISH/SeeSharp-Academy/tree/main/Seesharp%20Academy/Courses/0.5.0%20AI%20Skills/Module%20Skills/DAQ/JY6314-driver
Command: npx skills add https://github.com/JXISH/SeeSharp-Academy --skill jy6314-driver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive C# (.NET) driver code for the JYTEK JY-6314 PXIe 16 channel thermocouple/low voltage analog input module, streamlining the development of applications that require precise temperature and voltage measurements.

Core Features & Use Cases

  • AI Single Point/Finite/Continuous Sampling: Support for various sampling modes to cater to different measurement requirements.
  • Thermocouple Measurement: Full support for R/S/B/J/T/E/K/N/C/A/G/D thermocouple types with built-in cold junction compensation.
  • Voltage Measurement: Measurement capabilities for different voltage ranges (±1.25 V / ±0.625 V / ±0.3125 V / ±0.15625 V).
  • Trigger: Support for digital and software triggers, including PXI_Trig/PFI signal export and multi-card sampling clock synchronization.
  • Use Case: Ideal for applications in research, industrial control, and automated testing that require precise temperature and voltage measurements.

Quick Start

To start using the jy6314-driver skill, first, ensure that the JY6314 module is properly connected to your system. Then, instantiate a JY6314AITask object and configure the required parameters such as the board number, channel, and measurement type. Use the Start() method to initiate the measurement.

Frequently Asked Questions about jy6314-driver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop a C# driver for a PXIe thermocouple analog input module?

To develop a C# driver for a PXIe thermocouple module, instantiate a JY6314AITask object, configure parameters like board number and channel, then call Start() to initiate temperature and voltage measurements.

What thermocouple types are supported for temperature measurement in C#?

Temperature measurement supports R, S, B, J, T, E, K, N, C, A, G, and D thermocouple types, utilizing built-in cold junction compensation to ensure accurate readings across various industrial and research applications.

Can I use software and digital triggers for PXIe analog input sampling?

Yes, the PXIe analog input supports digital and software triggers, including PXI_Trig and PFI signal export, enabling multi-card sampling clock synchronization for finite and continuous acquisition modes.

How do I measure low voltage signals with a PXIe module in .NET?

To measure low voltage signals in .NET, configure the C# driver for ranges of ±1.25 V, ±0.625 V, ±0.3125 V, or ±0.15625 V using single point, finite, or continuous sampling modes.

Does the JY6314 driver support continuous thermocouple data acquisition?

Yes, the JY6314 driver supports continuous thermocouple data acquisition alongside single point and finite sampling, allowing automated testing applications to capture precise temperature measurements indefinitely.

What is needed to start PXIe thermocouple measurement in C#?

Before starting PXIe thermocouple measurement in C#, ensure the JY6314 module is properly connected to your system, then instantiate and configure the task object for your specific measurement type.