<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can PATools support labview? in PAtools</title>
    <link>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4428211#M2</link>
    <description>&lt;P&gt;Hi. I recently know about PAtools. And I think this is quite a good program.&lt;/P&gt;
&lt;P&gt;However I am using Labview for my work. and Especially Labview custom device and real time function is important to me.&lt;/P&gt;
&lt;P&gt;So before trying to use PATools I have to know does PATools support Labview's custom device?&lt;/P&gt;
&lt;P&gt;Is there some one who used patools. please answer me.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 01:27:53 GMT</pubDate>
    <dc:creator>johndoe81818</dc:creator>
    <dc:date>2025-03-10T01:27:53Z</dc:date>
    <item>
      <title>Can PATools support labview?</title>
      <link>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4428211#M2</link>
      <description>&lt;P&gt;Hi. I recently know about PAtools. And I think this is quite a good program.&lt;/P&gt;
&lt;P&gt;However I am using Labview for my work. and Especially Labview custom device and real time function is important to me.&lt;/P&gt;
&lt;P&gt;So before trying to use PATools I have to know does PATools support Labview's custom device?&lt;/P&gt;
&lt;P&gt;Is there some one who used patools. please answer me.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 01:27:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4428211#M2</guid>
      <dc:creator>johndoe81818</dc:creator>
      <dc:date>2025-03-10T01:27:53Z</dc:date>
    </item>
    <item>
      <title>回复： Can PATools support labview?</title>
      <link>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4438412#M3</link>
      <description>&lt;P&gt;Hi there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes PAtools does support Labview. It has LabVIEW plugin to support everything about Labview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other side, which tests are you currently running and why do you want to use PAtools for those tests?&lt;/P&gt;
&lt;P&gt;Basically what LabVIEW can do can be reproduced in PAtools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ni.com/en/solutions/transportation/software-defined-battery-test-lab.html" target="_blank"&gt;Software-Defined Battery Test Lab - NI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 08:51:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4438412#M3</guid>
      <dc:creator>yifj93</dc:creator>
      <dc:date>2025-05-21T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can PATools support labview?</title>
      <link>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4449700#M4</link>
      <description>&lt;P&gt;Welcome to the PAtools forum!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PAtools supports LabVIEW integration using a standard plugin architecture. Any existing libraries or drivers (XNET, DAQmx, VISA etc.) that currently run on LabVIEW RT can be utilized in the plugin for PAtools. I built a training path to review the end-to-end workflow of integrating a third-party thermal chamber in PAtools using LabVIEW:&amp;nbsp;&lt;A href="https://github.com/ni/thermal-chamber-pbl/tree/main" target="_blank"&gt;https://github.com/ni/thermal-chamber-pbl/tree/main&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have migrated a VeriStand Custom Device to a LabVIEW plugin for PAtools, and it was relatively straightforward. Is there a particular device or interface you are interested in? If you are also interested in migrating simulation models from VeriStand, you could use the Model Interface Toolkit in a custom LabVIEW-based plugin for PAtools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 21:17:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4449700#M4</guid>
      <dc:creator>nick.forslund</dc:creator>
      <dc:date>2025-08-13T21:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can PATools support labview?</title>
      <link>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4456363#M5</link>
      <description>&lt;P dir="ltr" data-pm-slice="1 1 []"&gt;PATools does support LabVIEW integration. It includes a LabVIEW plugin that can support a wide range of functionalities, including custom devices and real-time functions, which you mentioned are important to your work.&lt;/P&gt;
&lt;P dir="ltr"&gt;The plugin architecture allows the utilization of existing libraries or drivers (such as XNET, DAQmx, VISA, etc.) that are currently running on LabVIEW RT. For custom device scenarios, we can define a short training path that walks through the end-to-end integration of a third-party thermal chamber into PATools using a LabVIEW plugin (&lt;A href="https://github.com/ni/thermal-chamber-pbl/tree/main" target="_blank" rel="noopener"&gt;as illustrated in the article&lt;/A&gt;). If you’re currently using VeriStand Custom Devices, migrating them to a &lt;A href="https://forums.ni.com/t5/LabVIEW-Development-Best/Designing-LabVIEW-Applications-Using-Plugins-for-Scalability-and/ba-p/3487796" target="_blank" rel="noopener"&gt;PATools LabVIEW plugin&lt;/A&gt; is typically straightforward. If you have a specific device or interface in mind, share the details and I’ll outline the exact integration steps.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:20:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/PAtools/Can-PATools-support-labview/m-p/4456363#M5</guid>
      <dc:creator>Ayoub.Fajraoui</dc:creator>
      <dc:date>2025-10-13T12:20:45Z</dc:date>
    </item>
  </channel>
</rss>

