Discusiones sobre Productos NI

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

ventana emergente

¡Resuelto!
Ir a solución

Buenos días,

 

Tengo un programa LabVIEW que lee unos datos y los almacena en un archivo Excel. Alguien sabe si puedo crear una ventana antes cada ejecución del programa que me pregunte como quiero llamar el archivo Excel creado?

 

Gracias de antemano,

 

Martín

0 kudos
Mensaje 1 de 2
1.057 Vistas
Solución
Aceptado por el autor del tema martin365

Hi Martin,

 

please keep in mind this is an English speaking forum! (You might post your questions to the Spanish regional board instead when you want to proceed in Spanish.)

 


@martin365 wrote:

Good Morning,

 

I have a LabVIEW program that reads some data and stores it in an Excel file. Does anyone know if I can create a window before each execution of the program that asks me what I want to call the created Excel file?

 

Thanks in advance,

Martín


Yes, you can create such a window!

For simplicity you might start with a string control, where your user can input the desired filename.

 

Other suggestions:

You may use functions from the Time palette to create a string based on the current timestamp.

You may use functions from the String palette to format a filename string based on several inputs.

You may use functions from File palette to let the user choose the filename and path (FileDialog)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 kudos
Mensaje 2 de 2
1.042 Vistas