10-28-2015 10:33 AM
10-28-2015 10:46 AM
10-28-2015 03:05 PM
Hi Marklim,
When you read a string using the VISA read VI you will often have to format it by searching for regular expressions, or scanning based on some kind of delimeter. Once you have the portion of the string that is just the number you want, you can use the VIs like: convert decimal string to number (integer), convert fractional/exp string to number (float). You will have to play around on the string and numeric conversion pallettes to get it exactly how you want.
10-29-2015 02:03 AM
10-29-2015 02:06 AM
10-29-2015 03:09 AM
10-29-2015 03:55 AM