01-13-2014 10:20 AM
Hi,
I have a horrible feeling I'm going to look really stupid after posting this, but if I'm doing something really obvious and wrong then I'll take that over the struggle I'm currently having getting an Actor Framework to run as an executable!
I have built an Actor Framework application that relative to some of the ones I've done before is incredibly simple, and in fact I've stripped everything back to having a VI that launches an actor with the front panel shown an overridden core that displays a boolean button connected to an LED on the front panel - simples, but it doesn't work (see picture).
It's fine in development mode, but built into an executable the launcher VI runs, but fails to launch the Actor.
Here's what I've tried so far :-
Does anyone have any ideas why this isn't working, or anything massive that I've totally missed - as said I've done 2 or 3 projects now with Actor with no issues, so I really cannot understand why I should have a problem with this.
Appreciate any ideas for why this isn't working,
Dave
01-13-2014 11:21 AM
My first guess since it works in development but not in exec is that something isn't being loaded into memory. I'm not sure what it would be since you have the class constant on the block diagram. Have you tried adding the class to your build source to be "always included"? Not sure if this is necessary but just a thought.
01-13-2014 12:10 PM
Two suggestions:
01-14-2014 03:29 AM
Thankyou both for your suggestions, luckily in the meantime I have sorted out the problem by going back to the Actor template and then changing values until I killed it.
The solution is as follows :-
Thanks again,
Dave
01-14-2014 03:29 AM
Yes - have already tried that - should've listed it.
Thanks for the reply.