Jump to content

infinitenothing

Members
  • Posts

    371
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by infinitenothing

  1. Not sure if we're still doing this but there's another subform for ideas: https://lavag.org/forum/37-labview-feature-suggestions/
  2. Are you looking for an automated tool or free labor? If it's the former, I don't know of one.
  3. Maybe: http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/hex_display/
  4. Is this what you're looking for? http://zone.ni.com/reference/en-XX/help/372916J-01/nivisionconcepts/supportvectormachines/
  5. Have you tried the express VI? It looks like you don't need a shifter.
  6. I don't entirely understand what you're getting at. When you say "searching the camera" are you talking about using something like IMAQdx Enumerate Cameras? And when you say "autorun to acquire figures" do you mean you're looking to use dataflow to delay when some events happen? That seems like a general purpose labview question and not a vision question. You'll probably want to use a sequence structure or a queue.
  7. I'm not sure what the myRIO has built in (USBtoSerial drivers built in? CLIP?) but if you had to, you could always just program the FPGA and use a level shifter:
  8. I'm guessing that's intended behavior since the two references are "equal" (see below). The problem is "when are two references equal". Different people might have different answers. It's too bad you can't "override" the equivalence operator with a functor replacing the "heart of the algorithm"
  9. It's a personal preference but I don't like using delete array for that purpose because I think it's confusing. I'm sure it costs me a few milliseconds when I see it and think "why would I want to delete an element from that array?" We want code that's easy to read not easy to write right?
  10. I'm considering distributing a wrapper application that can download updates from the internet or internal network. I'm thinking that, so the user doesn't have to think too much about file locations or windows explorer, maybe just have the update in the form of a PPL and then async launch the top level. Has anyone had success going down this route? It would probably be a good idea to secure the PPL by either signing it or making sure to download it using SSL.
  11. Hash digest? That's just another equal sign to change right? Or they could license it on a virtual machine appliance and distribute the appliance right? Or install it on a server, wrap it in a TCP interface and make it accessible over the network. Go through my links. If you really want to protect something it has to be running on your physically secured hardware. Everything else is just obfuscation. If you just want to make it challenging to hack, then you've probably done enough by removing the FP and BD and using the TPLAT. It's hard to give more specific advice without understanding the code better.
  12. The bad news is that DRM is fundamentally flawed. A dedicated hacker would probably modify your DLL/object code and "wire" a true constant to your case structure that enables the functionality. Your best DRM is probably a team of rabid lawyers . Have you seen the third party licensing toolkit? Regarding sensitive string, no, that's never totally safe.
  13. That VI always returns an array of all zeros. If I use a feedback node as shown it's 10% faster than my first example:
  14. I've never done performance testing but I've always used rotate and replace to avoid the build array. It should be very easy to make a malleable VI out of it to further reduce block diagram clutter. For example:
  15. You can search for the model numbers here to get code: http://www.ni.com/downloads/instrument-drivers/
  16. Is there a way to check if we're in the customer experience feedback program?
  17. I noticed no significant change in bugginess. I'm 100% developing in 2017, mostly targeting cRIO developing on Win10
  18. That's an interesting technology. I wonder why I haven't heard about it more. I'm curious what sort of performance you are trying to improve. Real time usually only improves the worst case scenario sometimes at the cost of the average performance. It's tangential but you might be interested in NI's hypervisor
  19. Last time I had to switch to passive mode and disable fall back.
  20. https://forums.ni.com/t5/LabVIEW-Development-Best/LabVIEW-Data-Container/ta-p/3511022
  21. Here's my experiment with reading, writing, and setting a "right sized" buffer. Now I'm getting 700 for the write, 300 for the "latency" regardless of if either is in sync or async mode
  22. Sorry to the OP if this is going too far off topic but I wanted to run this test to help (maybe?) resolve the difference between async and sync Setting async or sync here makes very little difference in how long VISA write takes. It always takes a little more than 1000ms.
  23. I just got the same thing. I changed to active mode and it worked.
  24. Does anyone have the original video? The link just crashes instantly "Adobe Connect Add-in has stopped working".
×
×
  • Create New...

Important Information

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