06-24-2025 01:20 PM
Is it possible to determine on RT if you're for lack of a better term "running" in the dev environment? The App.kind property will always return Embedded LabVIEW whether or not it's a build. I'm sure that's because it deploys an EXE and attaches the development environment. I'm not using it for anything critical, but just changing some timeouts depending on the environment I'm in at app startup.
06-24-2025 05:33 PM - edited 06-24-2025 05:37 PM
06-25-2025 08:51 AM
@raphschru wrote:
Hi Greg,
Have you tried using a Conditional Disable Structure ?
Regards,
Raphaël.
Nope, will see if that does it!