Discusiones sobre Productos NI

cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

exportar array's a excel

Good morning, I have a problem with my program.
It is obtained once the boards of the five instruments, each exported to an excel file which is a certificate already created. A total of five certificates should be created with similar but different tables.
The problem I have is that instead of creating five certificates created me only one, and the last table. I see how I go over creating a file for the first table, but closes and another opens me to the second, fifth and so is the only table that appears.
You can help me? I leave the program for you can see it.
Thanks!

Another thing that strikes me is that excel tables instead of 5x5, are 5 rows by 10 columns, and the last five columns I create "one", as I show in the accompanying drawing. Someone knows what to do for me to believe the 5x5 table with the data that interest me?

Descargar todos
0 kudos
Mensaje 1 de 2
3.072 Vistas

Hi pescajaime,

 

I assume from your image that you speak Spanish, I just want you to know that if you would rather continue in Spanish it is ok for me!

 

For what you are asking what I understand is that you are trying to copy the data from your Hardware to excel, but you are trying to copy it in five different tables.

 

I think that what is happening with your VI is that you are writing the 5 different tables on the same starting cell and that is why the only one you see is the one of the last test. That is because you are overwriting the data each time.

 

I did not have the Excel.vi so I cannot probe that what I told you was exactly what was going on with your main VI, anyway you should change the starting cell or change the spreadsheet to avoid losing the data.

 

Here are some examples that could be useful for you:

 

This one selects the starting cell of the table: http://zone.ni.com/devzone/cda/epd/p/id/3255

 

This other one is not exactly what you need, but is says how to make two different graphs on two different worksheets, so that section could be useful for you, you can have 5 different worksheets and access them to storage the data: http://decibel.ni.com/content/docs/DOC-12865

 

Also there are many examples in www.ni.com that you can find and use for free.

 

Regards,

Luis Elias
NI VeriStand and HIL Product Manager
0 kudos
Mensaje 2 de 2
2.883 Vistas