Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/27/2013 in all areas

  1. I took my CLD at NI Week and just got my results. I passed with a 96%. 15 on Style, 13.5 on Functionality, and 10 on Documentation. I'm quite pleased. I just wanted to say thanks for the great discussions here; they have certainly helped me along the way. -Chris
    4 points
  2. Regexes and scripting are two of my favorite things. In this case I would use the Terminal.datatype property of the LVClassConstant and pass the value to the GetLVClassInfo.vi found in vi.libUtilityVariantDataType
    2 points
  3. I am definitely a pixel-pusher. Gives me something to do when I can't figure out how to fix my crappy code.
    1 point
  4. Thanks! That did it. There are so many helpful things hidden away in vi.lib... Here is my cleanup VI, if anyone else needs to do the same. Class Label Cleanup.vi
    1 point
  5. Have you heard that joke about UDP? You might not get it... (But seriously; just subscribing here for the emails out of interest on this topic)
    1 point
  6. Oh and don't forget about aligning the front panel so that the little bullseye of the alignment grid is in the exact upper left corner. George
    1 point
  7. I thought you were referring to the network term CLNS (Connectionless Network Service), but you mean of course Call Library Function :-) I'm avoiding those since I want it to be platform independent. Shaun, I owe you a beer :-) Come by Symbio’s booth at NI-week or catch me at NI-week. You did put me in the right direction to solve the problem. I'm not using any DLLs directly, but I'm using the Mouse Vis in the inputDevices.llb Since These VIs don't work/exists on Mac or Linux, I have to create a wrapper around then and load then dynamically. And just by disabling the code in this VI it worked. I’ll see if I can figure out a different way of solving this.
    1 point
  8. I've always found the TCPIP to be rock solid (at least as far as crashes). Look for CLNs.
    1 point
×
×
  • Create New...

Important Information

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