<?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 : Problem with passing numeric data to VISA write function in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501288#M762167</link>
    <description>&lt;P&gt;Hi Kamasani,&lt;BR /&gt;&lt;BR /&gt;When you write some commande they are displayed more than one time, I'm right ?&lt;BR /&gt;This problem come from your "write" button. The while loop is running fast and the VISA write fonction is executed during all the time your write button is in ON position.&lt;BR /&gt;&lt;BR /&gt;To correct this problem, you can change the mechanical action of the button.&lt;BR /&gt;Right click on write button in the front pannel ==&amp;gt; select the mechanical action menu ==&amp;gt; and click switch until realise.&lt;BR /&gt;&lt;BR /&gt;By doing this manipulation the write button will be turn to ON the time the case structure execute and then it will back on OFF position.&lt;BR /&gt;&lt;BR /&gt;Concerning the array you have to send, can you type your values directly in the string box ? Is your hardware able to catch numeric value in ASCII ?&amp;nbsp; Do you have some separation chars to include between your values ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2013 08:41:54 GMT</pubDate>
    <dc:creator>Apprenti_Alexandre</dc:creator>
    <dc:date>2013-07-24T08:41:54Z</dc:date>
    <item>
      <title>Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2498386#M761655</link>
      <description>&lt;P&gt;I have a GE PowerPC which runs on VxWorks OS.I have a Tornado application where i run my C code to generate .o &amp;amp; .out file, then I dump the .o &amp;amp; .out image files to the PowerPC via FTP, now I need to talk to PowerPC from LabVIEW(via serial communication using VISA vi) by using VxWorks commands. When i enter VxWorks commands in LabVIEW&lt;/P&gt;
&lt;P&gt;i.e for Eg:1&amp;gt; &lt;STRONG&gt;&amp;nbsp;ls&lt;/STRONG&gt; --&amp;gt;list of contents of a directory i.e .o &amp;amp; .out files. The problem i am facing here is, when i run the vi, i am able to read the file in read string box but the files jus keep on accelerating,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;gt; &lt;STRONG&gt;ld &amp;lt;filename.o&lt;/STRONG&gt; --&amp;gt;load an object module into memory. i face the same problem here to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;gt; then i need to type the c program main funtion name, after which i can give inputs to the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;gt; i need to enter numeric data as inputs to my program. but the VISA write function accepts only string input and VISA read function gives only string output.. i want to give numeric input and read numeric output. &amp;nbsp;Any help would be appreciated. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2013 09:15:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2498386#M761655</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-22T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2498534#M761676</link>
      <description>&lt;P&gt;Hi kamasani,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VISA functions work only with strings. But you can converte your numeric values on string with the "Number to decimal string" function.&lt;/P&gt;
&lt;P&gt;You can also converte&amp;nbsp;Decimal chars of strings into numerique value with the &amp;nbsp;"Decimal String To Number" function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the others points, can you explain more your problems ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:26:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2498534#M761676</guid>
      <dc:creator>Apprenti_Alexandre</dc:creator>
      <dc:date>2013-07-22T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499636#M761868</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Alexandre,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the info,&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please find the attachment. The attachment shows the VxWorks commands and the steps i used in Hyper terminal App to communicate with Power PC. I want the same thing to happen in LabVIEW.&lt;SPAN&gt;Now i have created the replica of Hyperterminal in LabVIEW using the shipped example Advanced serial write and read vi.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;The problem i am facing in LabVIEW with reference to the attachment is,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;1st step: after i enter command &amp;nbsp;&lt;STRONG&gt;--&amp;gt;ls&lt;/STRONG&gt; &amp;nbsp;the two files Project20.out and array.o are getting displayed in string read box of Front Panel, but it keeps on accelerating as i explained you.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;2nd step: after i enter command &lt;STRONG&gt;--&amp;gt;ld &amp;lt;array.o&lt;/STRONG&gt; &amp;nbsp;same problem as above&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;3rd step: i enter my c program main function name&lt;STRONG&gt; --&amp;gt;manju &amp;nbsp;&lt;/STRONG&gt;then it will ask for reading the 1st array. here i need to give numeric array &amp;nbsp;input to get output fror my program.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 05:25:23 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499636#M761868</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-23T05:25:23Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499864#M761906</link>
      <description>&lt;P&gt;Hi Kamasani,&lt;/P&gt;
&lt;P&gt;You can try with this reliable hyperterminal VI .&lt;/P&gt;
&lt;P&gt;&lt;A href="http://lavag.org/files/file/172-hyper-terminal/" target="_blank"&gt;http://lavag.org/files/file/172-hyper-terminal/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 09:04:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499864#M761906</guid>
      <dc:creator>MaveenD</dc:creator>
      <dc:date>2013-07-23T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499874#M761910</link>
      <description>&lt;P&gt;In order to summarise,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;you have to send a command (--&amp;gt; Is) with the serial port to your hardware. The&amp;nbsp;hardware sends you back the content of the two files. Did I understand you correctly? Your problem is the data are displayed in the string indicator in the front panel and the data disappear few milliseconds later, is it right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;it is&amp;nbsp;your problem I&amp;nbsp;will explain you the reason. When you get string characters&amp;nbsp;on your serial port, they are displayed in the string indicator. At the next iteration of the while loop, the serial port reads the next frame.&amp;nbsp;If you do not have any more characters, you will get an error. The indicator will be updated, if you have other characters to display. If you want to display a history of your data, you will&amp;nbsp;need to store the data each time you receive them. For that you can use a shift register it allows you to store data by using the loop. Then you have to add the new data with the old ones. For this you have two solutions you can find it in the attachement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first one concatenates previous strings with the new string. With this solution, your output (read string indicator) will be a string type.&lt;/P&gt;
&lt;P&gt;The second one builds an array of strings and the new strings received are put at the end of the array. This output will be this time an array type.&lt;/P&gt;
&lt;P&gt;You can can use the first or the second solution depending on the processing you would like to do with the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;When you enter the function name --&amp;gt;manju, your hardware is waiting for an array.&lt;/P&gt;
&lt;P&gt;Do you have to read an existing array and send it or just type your array values?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 09:18:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2499874#M761910</guid>
      <dc:creator>Apprenti_Alexandre</dc:creator>
      <dc:date>2013-07-23T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501080#M762131</link>
      <description>&lt;P&gt;Hi Alexandre,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After i send the command &lt;STRONG&gt;--&amp;gt;ls&lt;/STRONG&gt; to the hardware via serial port, the hardware sends back the two file names. In the string indicator of front panel the files disappears and appears over and over again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try with the two possibilities you have suggested. one is by using concatenate strings and the other by build array to read the string data,&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Once this is done, i enter the function name &lt;STRONG&gt;--&amp;gt;manju&lt;/STRONG&gt;, then i need to type array of numeric values in the string write to read the numeric output at the string read. How should i go about with the last step.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Kamasani&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 04:38:44 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501080#M762131</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-24T04:38:44Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501086#M762132</link>
      <description>&lt;P&gt;Hi MaveenD,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could communicate fairly with my hardware using the hyperterminal application you suggested. The application doesnt serve my purpose. I want to communicate with the hardware from Labview vi. Because i need to acquire &amp;nbsp;real time sensor data as input to my labVIEW program which i dont think is possible in the hyperterminal application. I have explained my problems for the same. Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kamasani&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 04:45:18 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501086#M762132</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-24T04:45:18Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501122#M762140</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made the corrections with the VI as you suggested by using concatenate string and build array functions, its working little better than before, but when i type &lt;STRONG&gt;--&amp;gt;ls&amp;nbsp;&lt;/STRONG&gt;command in write string and run for 2 or 3 seconds, this output &amp;nbsp;as shown below is being dispalyed for n number of times in the concatenate string box. Same is the case &amp;nbsp;for &lt;STRONG&gt;ld &amp;lt;array.o&lt;/STRONG&gt; command too.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-&amp;gt; ls&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ls&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Project20.out&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;array.o&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output for --&amp;gt;ld &amp;lt;array.o (typed in write string)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Concatenate string box&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-&amp;gt; ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;array.o&lt;BR /&gt;ld &amp;lt;avalue = 33537416 = 0x1ffbd88 = manju + 0x408&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;--&amp;gt;manju (typed in write string box)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output in concatenate string&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&amp;gt; manju&lt;/P&gt;
&lt;P&gt;Reading the 1st array&lt;BR /&gt; 28268 1962934274 152 33548778 4value = 2 = 0x2&lt;BR /&gt;-&amp;gt; manju&lt;/P&gt;
&lt;P&gt;Reading the 1st array&lt;BR /&gt; 28268 1962934274 152 33548778 4value = 2 = 0x2&lt;BR /&gt;-&amp;gt; manju&lt;/P&gt;
&lt;P&gt;Reading the 1st array&lt;BR /&gt; 28268 1962934274 152 33548778 4value = 2 = 0x2&lt;BR /&gt;-&amp;gt; manju&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;after all this i should enter my numeric inputs in the string, which is a problem.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 06:20:38 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501122#M762140</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-24T06:20:38Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501288#M762167</link>
      <description>&lt;P&gt;Hi Kamasani,&lt;BR /&gt;&lt;BR /&gt;When you write some commande they are displayed more than one time, I'm right ?&lt;BR /&gt;This problem come from your "write" button. The while loop is running fast and the VISA write fonction is executed during all the time your write button is in ON position.&lt;BR /&gt;&lt;BR /&gt;To correct this problem, you can change the mechanical action of the button.&lt;BR /&gt;Right click on write button in the front pannel ==&amp;gt; select the mechanical action menu ==&amp;gt; and click switch until realise.&lt;BR /&gt;&lt;BR /&gt;By doing this manipulation the write button will be turn to ON the time the case structure execute and then it will back on OFF position.&lt;BR /&gt;&lt;BR /&gt;Concerning the array you have to send, can you type your values directly in the string box ? Is your hardware able to catch numeric value in ASCII ?&amp;nbsp; Do you have some separation chars to include between your values ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 08:41:54 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501288#M762167</guid>
      <dc:creator>Apprenti_Alexandre</dc:creator>
      <dc:date>2013-07-24T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501462#M762217</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You understood me right, concerning to the array i can type the values directly in the string box, i use space bar between the values, when i run the VI i will get the output same as the input with syntax error. i dont know if my hardware is able to catch numeric value in ASCII.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kamasani&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:40:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2501462#M762217</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-24T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2505840#M763150</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You understood me right, concerning to the array i can type the values directly in the string box, i use space bar between the values, when i run the VI i will get the output same as the input with syntax error. i dont know if my hardware is able to catch numeric value in ASCII.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kamasani&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2013 04:21:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2505840#M763150</guid>
      <dc:creator>KevinKM</dc:creator>
      <dc:date>2013-07-29T04:21:52Z</dc:date>
    </item>
    <item>
      <title>Re : Problem with passing numeric data to VISA write function</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2506012#M763185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you send datas on a Serial port, it's allways in ASCII format. When you send datas from your harware to labview there are in ASCII format and you then you can do everything yout want ! For the other way it's the same thing. You send ASCII datas with labview and then your hardware&amp;nbsp;have to&amp;nbsp;treat them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So in first time, you have to know how your hardware read datas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have implemented ASCII data processing, you need to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have data processing,&amp;nbsp; send your aray as the same process is used by your hardware.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hop I'm clear &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.ni.com/i/smilies/16x16_smiley-tongue.gif" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2013 08:33:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-passing-numeric-data-to-VISA-write-function/m-p/2506012#M763185</guid>
      <dc:creator>Apprenti_Alexandre</dc:creator>
      <dc:date>2013-07-29T08:33:37Z</dc:date>
    </item>
  </channel>
</rss>

