01-29-2008 10:00 AM
01-30-2008 11:23 AM
Hey pmac,
We do have a KnowledgeBase article that might be worth taking a look at.
How do I Deploy Network Shared Variables from a Compiled Executable?
Take a look at that, and let me know if you have any questions!
Regards,
Kevin H
01-30-2008 03:26 PM
Kevin H,
Yes, I have seen that KnowledgeBase article.
As it turns out, the source of the problem was not shared variables but, believe it or not, a value property node.
Using shared variables to "probe" the FP-2010 exe and display it on the tpc front panel, I was able to determine that a boolean value property node that was wired to a case structure selector was not getting updated. Once I replaced it with a local variable everything worked perfectly. I don't know why this is the case but I did talk to another engineer who said he had a similar issue with value property nodes in an executable. So I guess this is something to keep in mind when building executables.
Thanks for your suggestion,
pmac