Jump to content

crossrulz

Members
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by crossrulz

  1. You are far from alone. I too have written my own QD shortcuts to help alleviate some of the pain. Still need to figure out how to auto align by terminals consistently the way I want.
  2. I asked Steven Mercer during his presentation what the difference between a FGV and AE were. He stated that a FGV was a LV2 global with just a Get and a Set case. Still trying to figure out how much of that statement I agree with. But this is something I really wish we all can agree on because I don't like how we mix FGV, AE, and LV2Global all the time. There really should be a distinction.
  3. You do have the option to take the 4-hour practical instead of the multiple guess to recert. So if you are confident in your practical test taking, you might want to consider that.
  4. Hopefully my shield and chalice will protect me from the flaming arrows coming my way. I am known quite well around my former work place as one who will totally delete "working" code, totally rewrite it, and have it debugged and everything (more flexible, a lot easier to read, actually does work) in a tiny fraction of the time it took the original developer to write the atrocity they wrote. I'm all for purification. I just want full control over the purification.
  5. Can you be a little more specific of what would be done to LabVIEW? It better not be deleting my code. But it is sounding like a really old LabVIEW feature where inputs to subVIs went through a range check and coerced if necessary.
  6. I got my news yesterday! See you there.
  7. To programmatically get a subset of a waveform, use Array Subset. You will need to get the Y out of the waveform and figure out the start sample index (sample time/dt) and number of samples to grab ( (end time-start time)/dt + 1).
  8. Nope. It seems to be down today. I can get pretty much anywhere else on the NI site though, including the communities. They are probably making a Lithium update.
  9. I second the recommendation of a state machine. I actually would use a normal state machine for what you quickly described.
  10. Assuming 2013 or 2014 even ship
  11. People can see the code. Though, that's not really much of a downside. The other small issue is that people can go in and change the setting and then edit the VIs. Again, I don't see that as a major down side assuming you trust those who are using the libraries.
  12. Fab, my testing concurrs with yours (LabVIEW 2011 SP1)
  13. I know you meant for this to be rhetorical, but about all you really can do is send in the crash reports and do what you have done. Finding the exact cause of the bugs is sometimes really hard to do. But R&D is doing a lot of work. Maybe your bug was fixed in the 2013 beta. Maybe they are still trying to figure out where the exact problem is. I understand your frustrations, but after attending the CLA summit this year I realized just how much work the R&D folks are doing between bug fixes and making the language better.
  14. You will need the App Builder, which comes with the Professional version. In order to run your EXE, you will have to install the LabVIEW Run-Time Engine (RTE). Also be sure to read all of the EULA for LabVIEW. There's language in there that you have to put NI's copyright for LabVIEW in an About Box and/or elsewhere in your application. I'm a little fuzzy on the exact details at the moment.
  15. They are in the February/March time frame. So I would it should be out within a month or so. There shouldn't be anything new in it. Just major bug fixes.
  16. The problem is that you are dynamically calling your VIs. So once the dynamic VI is complete, it is pulled out of memory. So your clones are being disposed of when they complete.
  17. If you only care about the latest data, a notifier is the guy you want. A queue is for lossless data transfer. A notifier is for lossy data transfer.
  18. That's a lot of good information. Thank you for the article.
  19. I have not gone through the LabVIEW for Everyone. But from quick skimming, it looked really good. The LabVIEW Style Book is really good, but it won't help you with the CLAD. I found the Advanced LabVIEW Techniques worthless. There's no code in it! The Basics I and II course books should be really helpful. The core of LabVIEW hasn't changed much. Here are some links that may help you in your studies. CLAD Information on NI.com - there's a few links for practice exams and other study material The Daily CLAD on NI Communities - CLAD-like questions to get you thinking about possible topics
  20. NI sells them:http://sine.ni.com/tacs/app/fp/p/ap/ov/lang/en/ol/en/oc/us/pg/1/sn/n5:selfpaced/
  21. cross-post on the dark side:http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Parse-one-String-containing-numbers-into-two-Arrays-and-display/m-p/2233252#U2233252
  22. I was thinking of simply making a quick drop shortcut to do this. Just haven't found the time to make it yet.
×
×
  • Create New...

Important Information

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