Jump to content

Jeannius

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Jeannius

  1. I posted something like this a few years ago...

    http://lavag.org/topic/5047-prototype-replacement-for-error-llb-second-attempt/

     

    I'm not sure why the attachments are missing -- seems they've been deleted from LAVA. I've worked on this off and on for a few years. Never gotten enough impetus to publish it into LV -- something always takes priority. I've actually got a version that is pretty advanced that I've been polishing lately. Maybe I'll pull it together in the next couple months to show off.

    Have you had a chance to publish the OO error handling?

  2. Hey guys,

    I have been teaching myself labview for the past 2 to 3 years. I know other programming languages like java and PHP so OOP is not entirely new to me.

    I am running into an issue with actor framework, specifically writing/reading private data of actor instances. I have created a simple project that encapsulate my issue.

    Basically, I have a main vi called "test" that starts an actor called "Prime". Prime immediately starts another actor called "Secondary". Secondary has a string in its private data member, with proper read/write accessors. I created a message to be able to write to the string in the private data.

    Prime has a message dequeuer in its private data so that it can communicate with secondary.

    My whole goal is to have both prime and secondary running simultaneously and have you, with the click of a button, update that string in secondary and have the new string show on the front panel.

    I have been struggling with this for a few days now. I have posted the zip file for the project below. Please help.

    Actor Message Learning.zip

×
×
  • Create New...

Important Information

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