12-29-2013 07:08 AM
Hi,
I am trying to send some 6 data of Voltage and Current from Microcontroller to the Labview via Visa Serial. I want to send the data and display it is 6 different oscillescope in labview. If anyone has any idea please do reply
Regards
12-29-2013 11:21 AM
12-30-2013 03:49 AM
Hi SrisTik,
i think Dennis is right. You can define while programming the controller how the string is seperated and how often the values are sent.
I would also suggest sending six values at the same time and splitting the string.
I've attached a simple VISA VI with a conversion VI for six Values.
Hopes this helpes,
Kind Regards,
P.Kost
AE | NI Germany
12-30-2013 05:54 AM
Hi, I did as told. I sent the Voltage data as string one after another and then used Srting subset to get the substring of respective number. By using string to decimal string to number, I was able to extract the value. Thank Very much for the help. Really apreciate it. 🙂
12-30-2013 08:58 AM
Why would you use string subset instead of Spreadsheet String to Array? Why use String to Decimal Number? That converts everything to an integer.