cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1607 occurred at Actor Framework.lvlib:

SOLVED
reteP
Member
Solved!

Error 1607 occurred at Actor Framework.lvlib:

Message contains an attachment

Could anybody help me how to fix this problem.

Please.

4 REPLIES 4
AristosQueue (NI)
NI Employee (retired)

Re: Error 1607 occurred at Actor Framework.lvlib:

That looks absolutely correct. I see nothing wrong. Are you sure that's the only call to Launch Actor.vi in this VI?

Highlighted
reteP
Member

Re: Error 1607 occurred at Actor Framework.lvlib:

Yes, I think the only call to launch Actor.vi. But I am not sure. I am beginner in ActorFrame.


AristosQueue (NI)
NI Employee (retired)
Solution

Re: Error 1607 occurred at Actor Framework.lvlib:

Message contains an image

Ah. There's the problem. You can't just run the Actor Core.vi. It itself must be launced in order for the self enqueuer to be set up. Use the "Init Actor Queues FOR TESTING ONLY.vi" found in the palettes to do direct testing of an actor without launching it (it is labeled FOR TESTING ONLY because it does not work outside of the debug envionment).

Untitled.png

reteP
Member

Re: Error 1607 occurred at Actor Framework.lvlib:

Jop.

The problem solved. Problem was in missing launch.vi what launching actor ;-)