Jump to content

Jongmin.Kang

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Jongmin.Kang

  1. Hi all. I just started studying the actor framework. I'm trying to do basic coding in this and the ni community while learning the basics.

    I would like to make a continuous measurement and logging system using the actor framework, but I'm in trouble.

    The way I originally code it is to put the 'read' function inside the state machine and pass the output of the function to the 'save loop' using the queue.

    Here are the questions 1.
    Is it correct to code in actor core to use some continuous action or a while loop? To be precise, is it necessary to create an actor core to write one 'read' function?

    Questions 2.
    If I do not use the actor core and put 'read' in the method vi and measure it for the amount of time I want it, I think I need a 'message' to continue passing automatically, is there a function that does such a function?

×
×
  • Create New...

Important Information

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