LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save Run Time Menu Programatically

I have fully mastered, or so I think, loading and manipulating run time menus programatically.  However, once I've done so, I don't know how to save that edited run time menu programatically.  I load a standard Menu.RTM file and would like to save that file so the next time I launch my application it will have the same values as the last time.  I tried the method below, but the file was no longer readable as a run time menu (programatically or directly in the run time menu editor).

 

 

Save Run Time Menu.JPG

I am using Labview 2012 and compiling my application.

 

Thank you in advance.

0 Kudos
Message 1 of 2
(2,346 Views)

Hi asb,

 

you should store those values instead of the RTM file!

 

The next time you start your application you load the stored values to initialize your run time menu again…

Best regards,
GerdW


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