el 12-22-2021 09:34 AM
saludos, yo tengo unos alores de calibracion y luego que hago el exec a veces debo cambiarlos, pero quisiera que quedasen como default. Cómo cambio los valores predeterminados en mi programa en LabVIEW luego de hacer el exce
el 12-22-2021 03:45 PM
Hi Wilmer,
@Wilmer54 wrote:
Greetings, I have some calibration values and after I do the exec sometimes I have to change them, but I would like them to remain as default. How do I change the default values in my program in LabVIEW after doing the exce
You don't change the executable after building it…
But you can always use some additional files (like INI files) to store configuration data for your executable. Usually you can (ex)change such configuration files easily!