Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Posts posted by Phillip Brooks

  1. You can set the blinking property, but an XControl's facade does not run continuously. If you update your XControl blinking property enough times, you may notice that the Boolean appears true and other times false. It is not a bug in your code, but rather a timing issue between the blink and when the XControl stops running. 16x16_smiley-sad.gif

    The behavior of an XControl is more like a VI in a frameless subpanel than a native LV control. When you set the value or a property of an XControl, LabVIEW will configure the underlying parameters and then perform a Run VI.

  2. Keep in mind that the implementations so far all read the complete file into memory then decode.

    Not an issue for a few hundred KB or even MB, but If you try to do this with really big files and then combine these in RAM for writing to disk as a single file then you may run into problems.

    • Like 2
×
×
  • Create New...

Important Information

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