Jump to content

crelf

Members
  • Posts

    5,759
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by crelf

  1. Efficient Memory and Variant Attributes as #labview Lookup Tables: http://t.co/VKQYGXU9

  2. Windows security VIs - download & discuss: http://t.co/Gsqxr4EV

  3. Nice work Pat.
  4. Sounds like you want something like National Instruments Lookout. I've used it on a few jobs that are very similar to yours and it worked great.
  5. Designing a #labview UI for Displaying multiple subpanels: http://t.co/P8Ya5tXG

  6. Programmatically resetting a graph's datain #labview: http://t.co/AHrvSfgT

  7. That may be so, but anyone's welcome to post about what they think are possible bugs here - so we can all discuss it, and maybe flesh it out more before it's reported.
  8. Cool New LAVA Code Repository Download: Standard Encryption Methods Implemented in #labview - download & discuss: http://t.co/tnY4SJco

  9. Finding the windows domain groups a member belongs to using #labview: http://t.co/agUdrTJg

  10. I'd post code, but it's part of our internal reuse library, so I won't. That said, here's a summary of what you can tyr: To get a member's groups, call a command prompt with net group /domain Then look at the text between the "----------" and the "The command completed successfully". Then iterate over the groups with a command prompt net user /domain "%s" for the groups the member belongs to. Note: you could get the user list first, then loop over them to get groups, but that is *much* slower, depending on how many domain controllers there are, and how geographically distributed they are.
  11. Hot Topic: Inline #labview SubVIs Inside Re-entrant Dynamic Dispatch VIs Causes Bad Behavior? http://t.co/lMK88Zom

  12. Like you said, cRIO yes, cDAQ no. I've never used them, but I hear the S.E.A. modules are quite good - and they've been around for a long time (well, in cRIO terms).
  13. The 2011 #labview coding challenge is coming - Let's get some LAVA peeps/teams representing! http://t.co/Li2REWpC

  14. Let's get some LAVA peeps representing!
  15. I'm just sayin' - maybe the system already has an FPGA in there with a few spare gates
  16. Do you use #labview on Linux? Maybe you can help: http://t.co/At8HL3rq

  17. Right - or implement your own in FPGA, which wouldn't be too difficult...
  18. Anytime - that's what we're here for! :) RT @2m_marco: @lavag thank you for technical support ;)

  19. Do you use #labview snippets? Check out the Code Capture Tool - download & discuss: http://t.co/056ozjiA

  20. Generating C code from #labview RT @PaulGaier: @lavag Isn't that kind of like making Model T's out of Lexus parts? :-) bit.ly/rtOhan

  21. So I've run into a VIPM vipc issue a few times, and I want to get everyone's opinion - maybe I'm missing something? Please take a look at this idea on the JKI Idea Exchange and add comments over there.
      • 1
      • Like
  22. Power User Thread: Moving the Contents of One Diagram to Another using #labview Scripting: http://t.co/uv26jytG

  23. Before you get too snippy, I think the reason hoovahh replied the way he did is because your original post doesn't make sense: if you use the "Array to Cluster" with a 1D array of strings then the output is a cluster of strings, not a cluster of 1D arrays of strings with one element each like you suggest. Drag this snippet onto an empty LabVIEW block diagram and you'll see that it works as expected: My guess is that you're either not using "Array to Cluster" correclty (although I can't imagine how you can use it incorrectly), or your input isn't a 1D array of strings, as you've suggested. Post a code snippet of your issue and we'll try to help.
  24. Hot Topic: Protecting exposed references outside of the #labview class that created them http://t.co/uZ6Z0BZw @labview

×
×
  • Create New...

Important Information

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