LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

global variable cannot hook up to Excel Easy Table data in node

Darren,

Problem solved. I want to tell you how I fixed it so others might find it helpful. The String to Number vi rounded up the fractions I need so it was not working. I did find one that did work however. On the Strings palatte under String to Number Conversion icon is a vi named Fract/Exp String to Number Conversion. This allows fractions to be untouched and passed to my Excel spreadsheets.

Thanks again for your help.

Larry

0 Kudos
Message 11 of 12
(425 Views)

Sounds good, Larry.  In the sample VI you sent, the global variable was an integer datatype, so I suggested the number to string conversion function for integers...had it been a floating point, I would have suggested the Number to Fractional String function you found.

-D

0 Kudos
Message 12 of 12
(422 Views)