07-18-2018 10:04 AM
Hi, I am kinda new to LabView and I am using the Actor Framework,
Right now I have some methods already running, but I am thinking about running to methods for the same actor (2 messeages for the same child). One has a while loop inside and it is of less priority than the other one. My question is, will the While loop be paused to let the higher priority do its iteration?
thanks, it might be a dumb question but I dont care haha
07-18-2018 11:14 AM
From your question it sounds like you are using the actor framework with the wrong mentality...
Please could you say what it is you are trying to achieve and why it is you are using AF?
07-18-2018 11:18 AM
While loops don't have priorities. Are you talking about a timed loop?