Hi,
Perhaps it runs once, and if finished immediatelly (put a popup message box
in the code to test this!). You'll have to put a while loop around the code
and wire a TRUE to the stop condition, so it never quits.
Regards,
Wiebe.
"aschenk" wrote in message
news:5065000000080000004ABB0000-1073519706000@exchange.ni.com...
> I have a powersupply control vi taht I want to run continous. I
> created the executable and it starts fine, however the vi is not
> running. I must first press the run contiunous and then my power
> on/off button to operate the supplies. I have tried changing the vi
> execution properties and a while loop with little success.