Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

"Launch Actor.vi" breaks with changes to Actor Core

Crosspost:

http://forums.ni.com/t5/LabVIEW/quot-Launch-Actor-vi-quot-breaks-with-changes-to-Actor-Core/m-p/2538...

I moved from LV2010 to LV2012 recently, and started modifying the Actor Framework template as per my application need. Here is the sequence of changes after creation of template project:

1) Create Independent Actors

2) Add extra actors, and assign proper inheritance

3) Open and add code to the Application Launcher Actor Core VI (One which starts the entire app layers and establishes connection between them)

At step 3, I modify the code to Launch several other actors and enqueue the messages. Everything seem to work perfect, till a point that the Launch Actor.vi become broken (Shows static VI reference error) randomly.

Is there something I am doing wrong here?

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 1 of 2
(3,322 Views)

a) Can you post the exact error?

b) Look at your Error List Window. Items with red Xs next to them are direct errors. Items without red Xs are broken because they depend on something with a red X. Make sure you follow the trail until you get to something that has a red X by its name. What error do you see listed there?

0 Kudos
Message 2 of 2
(2,707 Views)