01-24-2024 08:04 AM
I want to run my GUI ActorNr.vi in a different execution system to all my other actors. However LabVIEW won't let me change the execution system, it insists all VIs in the moethod must use the same settings.
Any ideas on how to change one actor's execution system to differ from the others?
03-13-2025 06:16 AM
I too would be interested in a solution for this, but it seems like one of those fundamental labview issues.
03-13-2025 03:11 PM
Suggest you save your Actor.vi with a different name, then make a new Actor.vi that does nothing but call your original vi. Then make the original vi none dynamic dispatch and set it to use a different execution system
03-31-2025 05:19 AM
@drjdpowell wrote:Suggest you save your Actor.vi with a different name, then make a new Actor.vi that does nothing but call your original vi. Then make the original vi none dynamic dispatch and set it to use a different execution system
That did the trick! By doing this with my acquisition actor, I reduced the CPU usage by about 10% and noticeably reduced the jitter of the system.