01-25-2013 02:56 PM
I have done this before wher eit works.. but in this instance I have created one actor that will be launched 24 time to run 24 actuators.. I can getit to work for one.. but beyond that I run into issues..
Where should the motion VI reside in the Project? as part of the LVLIB?actor for the Motion
I have them as reentrant ( shared)?
what else might I be missing.. I have been banging my head against the key board for the last 4 hours trying to figure this out
Thanks
Jeff
01-25-2013 03:00 PM
Can you be more specific about the "issues" you run into?
What APIs are you calling into? Are any of the subVIs you're using stateful, such that they would share state across reentrant instances of your actor?
Can you post some code for us to study?
01-28-2013 04:41 PM
jdebuhr: My guess is that you have a non-reentrant VI in your hierarchy which needs to be reentrant. Check your code to see that all the VIs that are in your actor hierarchy that you need to be reentrant really are reentrant.
01-29-2013 06:36 PM