Jump to content

jcarmody

Members
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by jcarmody

  1. I develope a VI that implement a logical circuit, and exists inside this VI that represnts a time response limit, i need acquire state this response limite while this execute inside the master VI not only this stop and return to VI master, how i can to do this?

    Thank you.

    I'm not sure I completely understand your requirement, but it sounds like you could use a notifier (or queue) to send the response limit from the sub VI to the master.

    post-7534-0-90711600-1290435528_thumb.pn

    This is the sub VI.

    post-7534-0-47095700-1290435513_thumb.pn

    This is the master.

    subVI.vi

    masterVI.vi

  2. Hi jcarmody,

    Thanks for your reply.

    I checked your VI and I realised that there is a missing count. if you have a look again you'll see that it miss a count from 13 to 16 instead to 17, from 46 to 49 instead to 50 and from 61 to 63 insteady to 64

    I tried to make some changes to get it right with no success.

    Do you think it's ok the way it looks?

    You're right, but the start index is correct and you can just add one to the length.

  3. this didnt work.

    Error 1445 occurred at Open VI Reference in Safe_Start.vi

    Possible reason(s):

    LabVIEW: Open VI Reference will no longer match VIs in memory by file name. A VIs full name now includes any owning libraries so a filename is no longer sufficient. You can use strip path to wire the filename as a string, but this will not work for VIs in libraries.

    It worked for me. Did you wire the VI name with a String or Path datatype? I used String.

×
×
  • Create New...

Important Information

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