LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excel easy table

Solved!
Go to solution

When I use Excel Easy Table.vi to export my data, the double numeric values are losing precision. For example, 0.0054 to 0.005 and 0.0085 to 0.009. Is there anyway to stop this occurence?

CLD Certified 2014
0 Kudos
Message 1 of 10
(3,768 Views)

what is excel easy table?

Could you please post the vi.

 

Regards

Grugh

Regards
Grugh Mike

Success is Everything !!
0 Kudos
Message 2 of 10
(3,765 Views)

It's part of the Report Generation Toolkit.

 

How are you converting to the string data that is the input? What format string? It's probably something as basic as using %.4f.

Message 3 of 10
(3,760 Views)

I have a 2D array of DBL data. The font (cluster in top left of picture) has no precision control. 

Excel Easy Table.gif

CLD Certified 2014
0 Kudos
Message 4 of 10
(3,757 Views)
Solution
Accepted by ADrexelDragon

Forgot you could wire numeric data directly to the fnction. Buried deep in one of the subVIs, the conversion to string is done. So, instead of modifying the subVI, just convert the 2D dbl to a 2D string array before passing it. Number to Fractional String will work.

Message 5 of 10
(3,752 Views)

Worked like a charm! Thank you.

CLD Certified 2014
0 Kudos
Message 6 of 10
(3,746 Views)

Hi all,

how can i have access to the Vi ' excel the vi easy table' I use the LABVIEW 201 but can t find it.

best regdrs

Marcy

0 Kudos
Message 7 of 10
(3,299 Views)

@marcy2014 wrote:

Hi all,

how can i have access to the Vi ' excel the vi easy table' I use the LABVIEW 201 but can t find it.

best regdrs

Marcy


Did you not read in the post above that it is part of the Report Generation Toolkit?

0 Kudos
Message 8 of 10
(3,283 Views)

HI Guys

I get Labview Version 2014 but in my Report generation Toolkits i dont have : eXCEL easy Table. How can i get it please ?

Best regards

0 Kudos
Message 9 of 10
(3,208 Views)

@marcy2014 wrote:

HI Guys

I get Labview Version 2014 but in my Report generation Toolkits i dont have : eXCEL easy Table. How can i get it please ?

Best regards


Report Generation Toolkit comes with LabVIEW 2014 Professional.

Otherwise you have to purchase it.

 

http://sine.ni.com/nips/cds/view/p/lang/en/nid/209050#functions

0 Kudos
Message 10 of 10
(3,198 Views)