<?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 Re: Programatically determine and select VISA COM Port Binding in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4251273#M1237006</link>
    <description>I have found a solution which works for my needs. It involves running a .reg file to automatically insert the necessary keys in the registry to ignore the serial number of the USB Serial Port. So this would only affect the COM of my DUT (since they all have the identical Hardware-ID) but not other devices. This means it will always have the same COM-Port number provided I insert into the same physical port every time.</description>
    <pubDate>Wed, 24 Aug 2022 13:12:56 GMT</pubDate>
    <dc:creator>nikvl</dc:creator>
    <dc:date>2022-08-24T13:12:56Z</dc:date>
    <item>
      <title>Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249688#M1236307</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working on an application whereby a user runs an automated test on a device, by comparing values from a reference (sensor) and the DUT. Both the reference and DUT communicate serially via USB Serial Port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the user clicks on "Connect", I want the program to automatically select the VISA COM ports and open communication in the background. For the reference sensor, since it's unchanging, it is relatively easy to set it (either through hardcoding or throug an ini file). However for the DUT, the port binding is ever increasing. What I mean is when I plug one DUT in, it shows for example, ASRL10 (COM10- USB Serial Port) , and when I disconnect the cable to plug it into the next DUT, it shows COM11 and so on and so forth. I want to avoid the user having a drop down box to select the specific COM port&amp;nbsp; each time a new test with a new DUT commences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can easily list all the currently connected instruments and filter the USB Serial Ports out, however, how do I circumvent the port binding? I don't know the finite number of DUTs that will be tested and NI-VISA allows COM numbers until only 256. Is there a way to set the port binding (so I can create an alias like "DUT" or something in MAX)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for any hints and help!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:04:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249688#M1236307</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-17T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249694#M1236311</link>
      <description>&lt;P&gt;Make a short list (e.g. with VISA Find Resource function) and loop over them. Open each one (limit the access mode), and read properties to narrow down to the device (General Settings properties, like manufacturer, USB Settings, like serial number).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:21:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249694#M1236311</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2022-08-17T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249700#M1236314</link>
      <description>&lt;P&gt;What I have done is get the list of serial ports with the VISA Find Resources.&amp;nbsp; Then connect the DUT.&amp;nbsp; Do the find again and filter out the ports that were previously found.&amp;nbsp; What is left should be the resource for the DUT.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:30:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249700#M1236314</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2022-08-17T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249704#M1236316</link>
      <description>&lt;P&gt;Hello and thank you for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Getting the list is not the problem nor the resource for the DUT (using the PC's Device Manager was sufficient). Right now I only have two sample DUTs and what I have noticed that they have different port bindings. And while right now it's easy to say COMXX belongs to DUT 1 and COMYY belongs to DUT 2, my question is what happens when the COM number exceeds 256 (or whatever finite number it can hold)? The communication port from the DUT to USB is through a USB-Mini B cable (I'm assuming a RS232 FTDI connection beyond that but the person I could ask to be sure is unavailable). The test application is meant to last for years and every new DUT will just get a new COM number (or am I mistaken?)...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:43:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249704#M1236316</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-17T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249720#M1236324</link>
      <description>&lt;P&gt;Maybe this will work for you&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 16:07:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249720#M1236324</guid>
      <dc:creator>paul_cardinale</dc:creator>
      <dc:date>2022-08-17T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249721#M1236325</link>
      <description>&lt;P&gt;I am assuming the USB/COM port adapter is embedded in the UUT and that is why it gets a new COM port each time?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 16:16:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249721#M1236325</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2022-08-17T16:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249731#M1236329</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/619220"&gt;@nikvl&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;while right now it's easy to say COMXX belongs to DUT 1 and COMYY belongs to DUT 2, my question is what happens when the COM number exceeds 256 (or whatever finite number it can hold)?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is a Windows issue and all you can do is go into the Windows Device Manager and manually remove the ports marked as "in use" by Windows.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:14:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249731#M1236329</guid>
      <dc:creator>RTSLVU</dc:creator>
      <dc:date>2022-08-17T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249849#M1236376</link>
      <description>&lt;P&gt;Yes, I think so. Since all I get is the assembled unit and to communicate all I needed was the USB cable. I wonder what would happen once all the COMS are assigned? Would there an error?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 04:40:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249849#M1236376</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-18T04:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249855#M1236380</link>
      <description>&lt;P&gt;^ the above response was to @billko&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 05:45:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249855#M1236380</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-18T05:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249884#M1236401</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/619220"&gt;@nikvl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;^ the above response was to @billko&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Next time use the quote button &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wiebeCARYA_0-1660810343329.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/d8f8780b7e4916d65cf4cb282e63cae94dd91ff2/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303639343669363942383935383935303532454539442f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="wiebeCARYA_0-1660810343329.png" alt="wiebeCARYA_0-1660810343329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 08:13:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249884#M1236401</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2022-08-18T08:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249970#M1236439</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/619220"&gt;@nikvl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;I wonder what would happen once all the COMS are assigned? Would there an error?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Tbh, I never really understood how exactly the COMs ports are assigned. But through my work I'm using a lot of USB to XXX adapters (most of the time using FTDi chips) and we have some -very- old computers running some tests. And very often we plug in a new adapter. We never came across an issue of all COM ports being used. And I think that's because they are automatically re-assigned. You will face an error if you plug more than 256 devices at the same time (if I understood well &lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAhzSAG&amp;amp;l=en-GB" target="_self"&gt;this article&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What also happened to me in the past is that I used the alias re-naming function in NI-max once because a computer was connected to too many stuff and it became annoying to remember and find the right one by chance, but one day, while connecting something completely different, the same alias popped-out in my VISA ressource name control, which led me to the assumption above.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 12:57:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249970#M1236439</guid>
      <dc:creator>VinnyAstro</dc:creator>
      <dc:date>2022-08-18T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249982#M1236446</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/648338"&gt;@VinnyAstro&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Tbh, I never really understood how exactly the COMs ports are assigned. But through my work I'm using a lot of USB to XXX adapters (most of the time using FTDi chips) and we have some -very- old computers running some tests. And very often we plug in a new adapter. We never came across an issue of all COM ports being used. And I think that's because they are automatically re-assigned. You will face an error if you plug more than 256 devices at the same time (if I understood well &lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAhzSAG&amp;amp;l=en-GB" target="_self"&gt;this article&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What also happened to me in the past is that I used the alias re-naming function in NI-max once because a computer was connected to too many stuff and it became annoying to remember and find the right one by chance, but one day, while connecting something completely different, the same alias popped-out in my VISA ressource name control, which led me to the assumption above.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah I use lots of USB fr communication but most of the time the USB-serial interface is a single, separate, constant part that I work with so I never really thought about how this might influence the COM ports other than occassionally manually reassigning them in the device manager. However, I have a hunch about how I might get around this but I'm currently away from my instruments. Will report back if it pans out.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:29:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249982#M1236446</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-18T13:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249983#M1236447</link>
      <description>&lt;P&gt;Otherwise, given your initial problem, in my company we have somehow a similar issue: We have a lot of already connected devices, and it's a pain to go through all of them and find the right one. So I developed this VI that automatically detects when a device is connected to a COM port and automatically sends this out (or in my case connects to it)&lt;/P&gt;
&lt;P&gt;I've made it more "general case" than what I use it for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does require that your device is not connected when you run the VI though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;VInny.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:30:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249983#M1236447</guid>
      <dc:creator>VinnyAstro</dc:creator>
      <dc:date>2022-08-18T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249986#M1236449</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/619220"&gt;@nikvl&lt;/a&gt;&amp;nbsp;wrote:
&lt;P class="1660829532485"&gt;&amp;nbsp;&lt;/P&gt;
Yeah I use lots of USB fr communication but most of the time the USB-serial interface is a single, separate, constant part that I work with so I never really thought about how this might influence the COM ports other than occassionally manually reassigning them in the device manager. However, I have a hunch about how I might get around this but I'm currently away from my instruments. Will report back if it pans out.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I personally never had to manually reassigned anything. I've never faced any duplicates in the COM port or errors due to something similar to this. So I assumed that windows is friendly enough to do that by himself (which could lead to the issue I had where a device's alias that I named "Motor" was used for a completely different device...)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:34:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249986#M1236449</guid>
      <dc:creator>VinnyAstro</dc:creator>
      <dc:date>2022-08-18T13:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249988#M1236450</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/648338"&gt;@VinnyAstro&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Otherwise, given your initial problem, in my company we have somehow a similar issue: We have a lot of already connected devices, and it's a pain to go through all of them and find the right one. So I developed this VI that automatically detects when a device is connected to a COM port and automatically sends this out (or in my case connects to it)&lt;/P&gt;
&lt;P&gt;I've made it more "general case" than what I use it for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does require that your device is not connected when you run the VI though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;VInny.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you. This looks interesting, will have to try it out when I get back. Say, did you do something to the .vim search 1D-Array? Yours outputs a boolean and the standard LabVIEW one the index of element...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:37:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249988#M1236450</guid>
      <dc:creator>nikvl</dc:creator>
      <dc:date>2022-08-18T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249995#M1236453</link>
      <description>&lt;P&gt;nope, I'm using the Search Sorted 1D Array.vim located here which is different from the Unsorted one. And because Find VISA already sorts the array...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VinnyAstro_0-1660830773572.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/8c70ba96847fccc275408b8fdf873c7fc1499950/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303639373069413644384135323630444531444239342f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="VinnyAstro_0-1660830773572.png" alt="VinnyAstro_0-1660830773572.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still need to update my QD shortcut for it, s1d was practical, but still send to the "normal" search 1d array vi which apparently is not supported anymore&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:55:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249995#M1236453</guid>
      <dc:creator>VinnyAstro</dc:creator>
      <dc:date>2022-08-18T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249999#M1236457</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/648338"&gt;@VinnyAstro&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I still need to update my QD shortcut for it, s1d was practical, but still send to the "normal" search 1d array vi which apparently is not supported anymore&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The primitive is still supported, it just isn't in the palettes anymore.&amp;nbsp; But if you dig deep enough in the VIM, you will find the primitive.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:57:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4249999#M1236457</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2022-08-18T13:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250009#M1236461</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/75897"&gt;@crossrulz&lt;/a&gt;&amp;nbsp;wrote:
&lt;P class="1660832619132"&gt;&amp;nbsp;&lt;/P&gt;
The primitive is still supported, it just isn't in the palettes anymore.&amp;nbsp; But if you dig deep enough in the VIM, you will find the primitive.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes that's true, I found it once, but I just find annoying to not have the easy shortcut working and have to adjust it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 14:24:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250009#M1236461</guid>
      <dc:creator>VinnyAstro</dc:creator>
      <dc:date>2022-08-18T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250021#M1236468</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/648338"&gt;@VinnyAstro&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/75897"&gt;@crossrulz&lt;/a&gt;&amp;nbsp;wrote:
&lt;P class="1660832619132"&gt;&amp;nbsp;&lt;/P&gt;
The primitive is still supported, it just isn't in the palettes anymore.&amp;nbsp; But if you dig deep enough in the VIM, you will find the primitive.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes that's true, I found it once, but I just find annoying to not have the easy shortcut working and have to adjust it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Give this thread a good look through: &lt;A href="https://forums.ni.com/t5/LabVIEW/Search-1D-Array-Changed-in-2020-SP1/m-p/4114744" target="_blank" rel="noopener"&gt;https://forums.ni.com/t5/LabVIEW/Search-1D-Array-Changed-in-2020-SP1/m-p/4114744&lt;/A&gt;.&amp;nbsp; Somewhere in there are a couple of setup VIs for adding the primitive back into the palette.&amp;nbsp; I don't remember if the primitive was added back in 2021 or if I "fixed" it a long time ago.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 14:53:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250021#M1236468</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2022-08-18T14:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically determine and select VISA COM Port Binding</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250193#M1236551</link>
      <description>&lt;P&gt;We have a testing PC with the same problem, we use &lt;A href="https://www.uwe-sieber.de/ComPortMan_e.html" target="_self"&gt;ComPortMan&lt;/A&gt;, completly worth it.&lt;/P&gt;
&lt;P&gt;You can define fixed ports for specific devices and ports for constantly switching devices to be a specific port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timo&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 08:28:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Programatically-determine-and-select-VISA-COM-Port-Binding/m-p/4250193#M1236551</guid>
      <dc:creator>t.n14</dc:creator>
      <dc:date>2022-08-19T08:28:18Z</dc:date>
    </item>
  </channel>
</rss>

