LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Export labels and captions to an excel

Hello to all,

 

First of all thanks a lot for reading this post and being able to help.

 

I would like to export all labels and captions from fornt panel to an excel where headers are "label" "caption" like

 

LABEL           CAPTION

variable1         Button ON

variable2         Button OK

 

Is there a fast way to do that? Thanks.!

0 Kudos
Message 1 of 6
(1,439 Views)

Hi Alvaro,

 


@Alvaro.S wrote:

I would like to export all labels and captions from fornt panel to an excel where headers are "label" "caption" like

LABEL           CAPTION

variable1         Button ON

variable2         Button OK

Is there a fast way to do that? Thanks.!


Yes!

 

Spoiler
Get the frontpanel reference.
Get all frontpanel elements using the frontpanel reference.
Read the label/caption of each frontpanel element.
Save to a CSV file…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(1,430 Views)

Thanks!

So I have to do that programatically!

0 Kudos
Message 3 of 6
(1,427 Views)

Hi Alvaro,

 


@Alvaro.S wrote:

So I have to do that programatically!


You did not mention you don't want to program this little routine using LabVIEW…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(1,423 Views)

Ok Can I do that without routine?

0 Kudos
Message 5 of 6
(1,419 Views)

No.  You cannot.

0 Kudos
Message 6 of 6
(1,379 Views)