08-19-2013 06:38 PM
I am working through the Hands-On: Actor Framework Tutorial and have run into a proble at the end of the first section (Testing the Actor at the end of Page 17)
It seems like there are no messages going to any of the VIs under the Water Level class. I can run the solution code, but I cannot tell any diference between the solution project and my own.
Can anyone see a glaring error in my code? Typically how do you debug an actor framework application?
Thanks,
-Kenny
08-19-2013 08:47 PM
This group is for support and help with the NI Community website. Please post your question in the Actor Framework specific group.
https://decibel.ni.com/content/groups/actor-framework-2011
Thank you,
08-21-2013 01:54 AM
Well it appears my issue is with the Actor Core for the timed loop. I can substitute this VI with the same VI in the solution file and the project will load with a warning that Send Update is being loaded from and unexpected location.
I cannot seem to correct this issue in my own file. When I delete the Message from the Timed Loop Actor Core and put the correct message back, it seems to call the old path from memory.
I am starting to think I understand the problem, but I don't understand how to fix it.