Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Queues to Error Handler Overrides

Solved!
Go to solution

I'm trying to override the error handler for one of my actors but I want the error handler for my actor to have access to the send to self queue that we have in actor core. How do I handle this because the override error handler VI will have terminals of my actors type, not the generic actor type so I don't have access to the queues of the base actor class.

0 Kudos
Message 1 of 3
(3,517 Views)

> I don't have access to the queues of the base actor class.

Yes you do.  Try it.  You can use any parent method on a child wire.

Message 2 of 3
(2,953 Views)
Solution
Accepted by topic author GregFreeman

To clarify James' reply - there's a VI in the palette which accepts an actor and return its queue. You can call that VI.


___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,953 Views)