<?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: SCPI command check in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179658#M1208321</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your reply. I am attaching my LV code of earlier version, could you please check and let me know your valuable suggestions on my code. Looking forward to hear from you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
    <pubDate>Mon, 20 Sep 2021 15:54:33 GMT</pubDate>
    <dc:creator>vijay0507</dc:creator>
    <dc:date>2021-09-20T15:54:33Z</dc:date>
    <item>
      <title>SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176694#M1207313</link>
      <description>&lt;P&gt;Dear NI community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am very new to LabView and SCPI commands. As part pf my work, I want to send SCPI commands in LV in order to communicate with Gaussmeter IGM11 to do the Magnet flux&amp;nbsp; Measurement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read the IGM11 manual already&amp;nbsp; to get the basic idea of the scpi commands. Using ethernet (LAN) I have established a connection between Gaussmeter and PC.&amp;nbsp;Through RS-232 I need to send SCPI commands to communicate with the device. Using TCP I would like to communicate with the device. I have connect the labview to gaussmeter but its not showing any data values in the labview program. Even I have little doubt about the code, I dont know whether the code is correct or not. Could you please tell me the way I have implemented the code is right?!&lt;/P&gt;
&lt;P&gt;and I need to get continuously data output when I place magnet on the sensor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 09:08:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176694#M1207313</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-06T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176725#M1207323</link>
      <description>&lt;P&gt;Hi vijay,&lt;/P&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/681491"&gt;@vijay0507&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Using ethernet (LAN) I have established a connection between Gaussmeter and PC.&amp;nbsp;Through RS-232 I need to send SCPI commands to communicate with the device. Using TCP I would like to communicate with the device. I have connect the labview to gaussmeter but its not showing any data values in the labview program. Even I have little doubt about the code, I dont know whether the code is correct or not. Could you please tell me the way I have implemented the code is right?!&lt;/P&gt;
&lt;P&gt;and I need to get continuously data output when I place magnet on the sensor&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;Why do you need to send SCPI commands "through RS232" when you want to connect by LAN/Ethernet?&lt;/LI&gt;
&lt;LI&gt;Do you get an error when the device "is not showing any data"?&lt;/LI&gt;
&lt;LI&gt;To know if your code is "right" you need to read your device manual…&lt;/LI&gt;
&lt;LI&gt;When you want to receive data "continuously" then your device needs to support that. Does it support a continuous data stream? What does the manual say about this topic?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Sep 2021 13:23:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176725#M1207323</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2021-09-06T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176734#M1207327</link>
      <description>&lt;P&gt;Where are you connecting up to the instrument?&amp;nbsp; And what are the commands you are sending?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally, I prefer using VISA for communicating with instruments.&amp;nbsp; This allows me to switch between Ethernet, RS-232, GPIB, or USB and all that needs changing is the initialization.&amp;nbsp; The API is similar to TCP, but more is handled behind the scenes for you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 14:07:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4176734#M1207327</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2021-09-06T14:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178972#M1208094</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to LabVIEW and my questions would be obvious for some for you. So please help if you know the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am very new to LabView and SCPI commands. As part pf my work, I want to send SCPI commands in LV in order to communicate with Gaussmeter IGM11 to do the Magnet flux&amp;nbsp; Measurement via RS-232 cable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The rest of the project was going well except for the LabVIEW part because as I said earlier, I am new to LabVIEW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the “Basic Serial Write and Read.vi” provided in the NI examples folder. The problem is that I don't know how to modify the vi in order to receive continuously the data coming from the Gaussmeter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thus, the first question is:&lt;BR /&gt;1.) How to read continuously from the RS-232 port? (I tried to use 'while loop' but with no success, maybe I was doing it the wrong way.) If you know the solution, please help me with your ideas and suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.) The commands which I am using are follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;:read? Which read the data from gaussmeter&lt;/LI&gt;
&lt;LI&gt;&amp;lt;STX&amp;gt;+0298.&amp;lt;ETX&amp;gt; transfer data every 100ms&lt;/LI&gt;
&lt;LI&gt;:idnt? Identification Query&lt;/LI&gt;
&lt;LI&gt;:rst? Reset command.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please help me whether I am doing the correct way. Please let me know your suggestions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:54:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178972#M1208094</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-16T12:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178974#M1208096</link>
      <description>&lt;P&gt;Hi vijay,&lt;/P&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/681491"&gt;@vijay0507&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;1.) How to read continuously from the RS-232 port? (I tried to use 'while loop' but with no success, maybe I was doing it the wrong way.) If you know the solution, please help me with your ideas and suggestions.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To repeat a certain part of code "continuously" you should use a loop.&lt;/P&gt;
&lt;P&gt;When you already tried to use a While loop and had no success, then you made something wrong…&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:00:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178974#M1208096</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2021-09-16T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178982#M1208098</link>
      <description>&lt;P&gt;Hi GerdW,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your reply. I couldn't figure out where the mistake is raising in the code. I was trying to read the data from the Gaussmeter IGM11 with RS-232 cable but not getting exact idea of the mistake. Can you please check the code once. Does my code can read continuously data with SCPI command "read". Please let me know your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:23:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178982#M1208098</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-16T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178989#M1208100</link>
      <description>&lt;P&gt;In order to look at your code you need to post it. So far you only posted a screen show of a very small portion of your code That is not enough to work with.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:37:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178989#M1208100</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2021-09-16T13:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178991#M1208102</link>
      <description>&lt;P&gt;Hi Vijay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as you can see from my signature line I still use LV2020, so you need to attach a downconverted version of your VI...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:59:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178991#M1208102</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2021-09-16T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178992#M1208103</link>
      <description>&lt;P&gt;&lt;FONT style="vertical-align: inherit;"&gt;&lt;FONT style="vertical-align: inherit;"&gt;Hello Mark,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="vertical-align: inherit;"&gt;&lt;FONT style="vertical-align: inherit;"&gt;I have posted my code in the previous message. &lt;/FONT&gt;&lt;FONT style="vertical-align: inherit;"&gt;For your reference attaching the code could you please check it. let me know your valuable suggestion.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="vertical-align: inherit;"&gt;&lt;FONT style="vertical-align: inherit;"&gt;Thanks&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="vertical-align: inherit;"&gt;&lt;FONT style="vertical-align: inherit;"&gt;Vijay&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:02:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4178992#M1208103</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-16T14:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179035#M1208117</link>
      <description>&lt;P&gt;Please save it for an earlier version of LabVIEW. I do not have LV 2021 installed.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 16:20:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179035#M1208117</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2021-09-16T16:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179039#M1208119</link>
      <description>&lt;P&gt;Vijay, most of us don't just upgrade to the latest LV version for work reasons, you can assume that majority of the audience have at least LV2016 installed, if you share any VI in the latest version, they CANNOT open it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend saving the VI in 2016 so that a larger audience can open and provide feedback.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 16:25:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179039#M1208119</guid>
      <dc:creator>santo_13</dc:creator>
      <dc:date>2021-09-16T16:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179658#M1208321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your reply. I am attaching my LV code of earlier version, could you please check and let me know your valuable suggestions on my code. Looking forward to hear from you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 15:54:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179658#M1208321</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-20T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179716#M1208340</link>
      <description>&lt;P&gt;Your implementation should be functional (implementation is simple enough for any VISA based read/write), the actual loop implementation could have been made efficient by using an event structure so that you don't perform read/write operations too frequently (some devices do not like that and may not keep up with providing replies).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Were you able to establish communication using Interactive VISA control? -&amp;nbsp;&lt;A href="https://zone.ni.com/reference/en-XX/help/370131S-01/ni-visa/interactivecontrolvisa/" target="_blank"&gt;https://zone.ni.com/reference/en-XX/help/370131S-01/ni-visa/interactivecontrolvisa/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 19:35:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179716#M1208340</guid>
      <dc:creator>santo_13</dc:creator>
      <dc:date>2021-09-20T19:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179840#M1208390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes with the help of "NI MAX2" and "&lt;SPAN&gt;Interactive VISA control" trying to establish a communication between Gaussmeter and PC. I am concerning about the code. Could you please check code, will it be possible to read data continuously with SCPI command via RS232 with my code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 09:16:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179840#M1208390</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-21T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: SCPI command check</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179841#M1208391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes with the help of "NI MAX" and "&lt;SPAN&gt;Interactive VISA control" trying to establish a communication between Gaussmeter and PC. I am concerning about the code. Could you please check code, will it be possible to read data continuously with SCPI command via RS232 with my code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 09:16:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179841#M1208391</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-21T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Not able to detect the device in NI Max</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179910#M1208428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to establish a communication between gaussmeter and pc with RS232. I have installed the RS232 driver information (CD) on my PC. When I opened the NI max, its not detecting the device just its showing something has connecting but not the exact device. I have done NI troubleshoot for your reference I am attaching the figures. Could anyone please assist me regarding the NI MAX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 14:07:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179910#M1208428</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-09-21T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to detect the device in NI Max</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179914#M1208429</link>
      <description>&lt;P&gt;Hi vijay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is a "COM3" serial port shown in your MAX screenshot: this is all you need for your RS232 communication!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 14:16:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179914#M1208429</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2021-09-21T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to detect the device in NI Max</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179915#M1208430</link>
      <description>&lt;P&gt;Hi Vijay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you opted to duplicate the topic on another board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, RS232 shows up as COM port - that is good, beyond that, typically VISA tries *IDN? query to detect the instrument looks like the instrument did not respond back to that command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you verified that the RS232 cabling or convertor you use is functional? Does your device come with any software to test with?&lt;/P&gt;
&lt;P&gt;I would suspect that the TX and RX might have been swapped.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 14:16:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179915#M1208430</guid>
      <dc:creator>santo_13</dc:creator>
      <dc:date>2021-09-21T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to detect the device in NI Max</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179917#M1208431</link>
      <description>&lt;P&gt;An instrument MUST BE IEEE488.2 compliant for NI-MAX to identify it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because NI-MAX uses the IEEE 488.2 common command #IDN? to identify instruments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So your device will probably not show up anything but a Com port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can give your instrument a VISA Alias to make it "show up" as something you recognize&amp;nbsp; in NI-Max and the VISA resource drop downs in LabVIEW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 14:18:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4179917#M1208431</guid>
      <dc:creator>RTSLVU</dc:creator>
      <dc:date>2021-09-21T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to detect the device in NI Max</title>
      <link>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4183266#M1209642</link>
      <description>&lt;P&gt;Hi Santhosh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your reply, I was trying to communicate directly with RS232 cable (Gaussmeter to PC). Since, I have read the Gaussmeter IGM11 manual, I got to know that I have to use Null modem cable for direction communication to computer. Actually, I was trying to communicate directly with RS232 cable without using Null modem cable. Does it the reason for not detecting the device.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Could you please let me know do I need to use Null modem cable+RS232 cable"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the device come up with software to test with Ethernet and US. It works and getting connected with those interface. I am concern about RS-232 cable since I have to send SCPI commands to read continuous data from the Gaussmeter so that's why I preferred to use VISA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know your response. Looking forward to hear from you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 10:05:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/SCPI-command-check/m-p/4183266#M1209642</guid>
      <dc:creator>vijay0507</dc:creator>
      <dc:date>2021-10-05T10:05:29Z</dc:date>
    </item>
  </channel>
</rss>

