Jump to content

[ActorFrmwrk] Actor Core Show Frontpanel / Runtime Engine


Recommended Posts

The Launch Nested Actor.vi has the Terminal "Open Actor Core front panel? (F)". Which is pretty useful. It makes sense. It is a simple interface for me to specify whether I want to display a UI for this actor or not.

 

But it doesn't work in the runtime engine. The implementation of the Actor.vi includes a conditional disable structure that throws an error when an actor is to be launched with an opened front panel on a runtime system. So I can use it in development but not in production.

 

Is there a sensible reason for this?

What's the preferred  workaround?

 

Cheers,

an AF noob

Link to comment

The best place for AF discussions is the AF group here - https://decibel.ni.com/content/groups/actor-framework-2011

 

If you search for the relevant error there you can see that this is apparently designed for debugging and you should use other options to open the FP (like FP.Open). I don't know what the thinking behind it is (probably that the actor should manage the all the UI setup on its own), but see here, for instance - https://decibel.ni.com/content/docs/DOC-17193

Link to comment

Alright, thanks for the info.

I knew of the AF group but generally try to avoid anything on ni.com (at least till all other resources are exhausted) since the knowledge might be there, but the page is a navigational atrocity and things are usually fragmented and hard to find.

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.