Jump to content

asbo

Members
  • Posts

    1,256
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by asbo

  1. Ah ha! Probably didn't help that I built the test case wrong I'm reproducing this behavior in both LV2009 and LV2010, but one thing that I noticed that I don't think has been mentioned yet - if you grab the slider with the mouse, and then move off the slider to anywhere to drag back and forth, no beeping! But, I have no idea what that means
  2. So if I understand correctly, the XControl should only ever beep once?
  3. Will the default app instance work? You can pull an app instance from a VI ref, but from inside the RCF I expect it would return the JKI.LV.Extensions context.
  4. I think the VM loophole gets around that one anyway
  5. Were you looking for ASCII digits? It's entirely possible that it'd be stored in some binary format.
  6. Sure, you just have to be competent in both languages. http://digital.ni.com/public.nsf/allkb/9018E4478599462A86256E8E0026F962 (P.S. This was the first result on google for "convert labview to cvi")
  7. If you crack it open in a hex editor (or even Notepad ), it may have a reference to a particular version of the run-time engine. I don't have a DLL lying around, so I can't confirm this.
  8. If you don't want to update data, you could also use unique indexes across the columns that would define duplicates. Duplicate records would simply be dropped, so this is probably faster than a replace. There's also INSERT ... ON DUPLICATE if you only want to partially update a record if the record already exists.
  9. IIRC, Win7 (sometimes?) installs with a higher DPI selected; last time I reinstalled Pro x64 on my laptop, that was one thing I had to hunt down and fix.
  10. For great search justice: "Error: Unable to contact wizard for this object. Deleting this object will destroy the wizard generated code. Press OK to continue."
  11. That's a good point, the XOR is actually unnecessary. All in all, pretty slick.
  12. Here's Ton's implementation. It shouldn't be too much of a stretch to make it temporal, just use a SR or a feedback node.
  13. To clarify - you can right-click the graph terminal and select Create > Reference. This will let you drop a linked reference on the block diagram. Right-click that, and you can create either a control or indicator. Use those in your subVI and wire that reference into it.
  14. You should be able to change each plot's name using a property node in the main VI. IIRC, you have to set ActivePlot first and then you can adjust all of the Plot properties.
  15. You might check your Windows DPI setting as well. This seems more likely to me if you've already done a repair and uninstall/reinstall.
  16. Sounds like an over-optimistic 80/20 to me
  17. There's a disconnect in your own logic - if you have a numeric control on your FP, the wire coming out of it is only its value; not its radix, display format, color, size - any of that. Control and indicators are not variables, and while they are objects, their wire doesn't contain the object itself.
  18. You're going to need to study up on signal filtering and come back with a specific question, the forums aren't really for homework hustlers.
  19. Remove the trailing square bracket: http://forums.ni.com/t5/Multifunction-DAQ/Update-Legacy-DAQ-sync-d-AI-AO-to-DAQmx-equivalent/td-p/1314635
  20. It is, of course, not necessarily linear, but I wouldn't expect to be able to start installing stuff until lunch tomorrow after you've spent tomorrow morning cleaning up the aftermath
  21. Take a look at Waveform Peak Detect.vi. It will do some thresholding for you, but even the filtered signal looks like it's going to need a bit more processing to be reliable.
  22. I thought that LVMerge was around a lot longer ago than LV2009 - there's a help document that is labeled with LV8.5 ... ref: http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/configmerge_thirdparty/
  23. Glad to hear you got something working for you If you have a generic example to post here for the next person to come across this, that'd be great.
×
×
  • Create New...

Important Information

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