Jump to content

protocol

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by protocol

  1. We do use the Read From XML File Unflatten From XML functions in RT (2009 SP1 on VxWorks for the moment) to read configuration files and these work fine. (These just support the LabVIEW XML schema.) Are you trying to use the XML Parser VIs, then?

    Yes.

  2. Hi, all!

    Here's the story...

    I've made a network share variable (NI-PSP) that has update rate higher than 300Hz. I've enabled server side buffering and implemented buffered read using DataSocket (since NV does not support buffered reads) in VI, added some additional code to verify if there are any packet losses. None... very nice (especially since I need only 10Hz update rate) :)

    However, I need to write a client that is not LabView VI.

    Is there a way to implement/use DataSocket API (and set BufferMaxPacket property) outside VI and monitor NI-PSP variables, i.e. an external C++ (not only C#) application using NI libraries.

    Does Measurement Studio support this?

    I use LV2009.

    Thanks.

×
×
  • Create New...

Important Information

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