Jump to content

austinman

Members
  • Posts

    41
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by austinman

  1. This was posted at NI and relevant to this thread: Monnie Anderson, a very early National Instruments employee who retired not long after NI went public in 1995, passed away this morning. He was one of early LabVIEW's most important internal users, the inventor of the Error IO cluster convention, provider of extraordinary customer support, and all around LabVIEW enthusiast and evangelist. He is memorialized in LabVIEW with three densely packed connector panes, named: the 16-terminal "monnie pleaser"; the 20-terminal "monnie super pleaser"; and the 28-terminal "monnie would be pleased-er".
  2. Hi Priya, I cannot run one VI as there are missing subVIs in STrace.vi. I have attached a VI where I have combined the 2 block diagrams. This is not an ideal solution. A better way would be to use each VI as a subVI, then place each subVI on a calling VI. To do this you will need to create a connector pane for each of your VIs. There are plenty of online tutorials that explain how to do this. One last comment. This site is intended for LabVIEW advanced users. You may find more appropriate help on the ni.com web site. There is also a Facebook group (https://www.facebook.com/groups/430271233771850/) that may be helpful. STRace and Mic Combined.vi
  3. Thanks for your input, and sorry for not responding sooner. For some reason LAVAG does not like to send me notifications, even when enabled. which means I have to manually check for responses. It sounds like we are on the same page, in that there are different solutions for different problems. As someone who teaches LabVIEW Core 1 and 2 on a regular basis, I find the basic producer/consumer can be overwhelming to new developers. My feeling is the producer/consumer, and state machine, are a good foundations on which to start. As skills and application complexity increase the QMH is the next step, and so on. Hopefully all the loops have matching decor.
  4. @drjdpowell Agreed, the Producer/Consumer does have limitations, but it is good starting point for LabVIEW developers. Out of curiosity, what architecture/design pattern would you suggest a new(ish) LabVIEW developer use in place of the Producer/Consumer?
  5. It sounds like you have made the 'Service Use Only' tab the default value for the Tab control. Select the 'Manual Adjust' tab, right click on the tab, and from the short-cut menu select Data Operations>>Make Current Value Default.
  6. A search of Google and YouTube with 'labview for loop' results in a number of ways to learn about the LavIEW's For Loop. A similar search will work for learning about array functions in LabVIEW.
  7. As you have discovered, one of the limitations of the Event Structure is that it will only process one event at a time. A search of YouTube with 'labview producer consumer' returns a number of videos that discuss using multiple loops with the event structure. If you have access to the LabVIEW Core 2 material the producer-consumer design pattern is discussed there. Using multiple loops enables your program to keep processing events while performing other tasks (e.g. prompting the user for input).
  8. A Picture Ring control (configured as an indicator) sounds like a good candidate, and available in 2011.
  9. This advice may not be much use for your imminent interview, but for the future it may prove useful. If you are looking for a job/career that focuses on using LabVIEW, then you should seriously consider gaining a LabVIEW certification. Certified LabVIEW Developer is the sweet spot. The NI web site has lots of information, including preparation material. Check it out at: http://sine.ni.com/tacs/app/main/p/ap/ov/lang/en/fmid/499
  10. There are tookits available that can convert XML to LabVIEW data. For example JKI's Easy XML Toolkit: http://jki.net/tools may work for you.
  11. I have worked with a couple of organizations where developers had similar constraints on using open source libraries/code (in any development language). They had processes in place to verify open source code was 'safe' that were so time consuming it was easier for a developer to create their own.
  12. I saw another comment in one of the ni.com forums expressing similar frustration. Looks like someone sent the emails without checking that the back end systems were ready.
  13. I received an email from NI today, offering a 50% discount on the price if you register by Sept. 1st. When I tried to register with my user name the web site showed my NI Week 2016 registration information. Anyone else received the email and tried to register?
  14. Hima, UDP is a lossy protocol. There is no guarantee that all the data will arrive at the listener. This could be one reason you are seeing data loss. Have you considered usiing TCP/IP, a much more robust protocol?
  15. Have you considered simply moving the Producer Loop for Measurements into it's own loop? You could have 6 separate While Loop, or possibly combine the Instrument Loops into one loop (need to think that over). If you haven't done so already take a look at the Queued Message Handler template that ships with LabVIEW and the Continues Measurement and Logging sample project. Based on what you have posted I think you will find the template educational, as you are pretty close to what it does. The loops have different names, but the concepts are the same.Hope this helps.
  16. Pleased to hear all is well. My paranoia alarm needs to be turned down
  17. jj321, My guess is that I am not the only person looking at your posting and wondering what will happen if I download and open/run your VI. If you are looking for a response it may be better to post a screen shot of your code and provide a little more background information. If you are curious, here are why my alarm bells are ringing; you have never posted to the group before, the one liner description is scant on details, your user name makes me think you are hiding something, etc. In other words, your posting appears to have the potential to do my computer harm and will be treated as such by me. I suspect anyone else who is worried about downloading suspicious content will do the same. Based on the above I will be pressing the 'Report this Post' button. If someone has downloaded the VI and sees no problems, please let us know.
  18. Congratulations on passing the CLAD, Julia. The CLD exam needs to be scheduled at a mutually agreed date and time between you and National Instruments. My advice is to email certification@ni.com to get the process started.
  19. Hi Spetz, Have you taken a look at some of the tutorials on YouTube? If not do a search on "labview event structure" and you will find a number of tutorials that discuss how the event structure works. I think you may find those helpful.
  20. My understanding is that the latest version of the Xilinx Vivado compiler is supported by Windows 8 (and I assume 10). I think the problem is NI isn't using the latest Vivado compiler that Xilinx has available. The cloud compile is not an option for my use cases; lack of internet connectivity being a big one. Thanks for the update, smithd.
  21. Has anyone tested, or found any information (or heard any rumors) with regard to compatibility of the current LabVIEW FPGA (Xilinx) compilers with Windows 10? I am guessing it is the same issues as with Windows 8 (not compatible), but I thought I would ask
  22. Another opportunity to take the CPI course is on the Sunday and Monday before NI Week.
  23. A CPI course is scheduled for the same week as the CLA Summit in March. The course dates are the 6 and 7 March, 2014. Call the Customer Education department at NI if you are interested in attending to get a quote.
  24. The only control that does not create a "strict" reference for me is a string. Numeric and Boolean controls all include the datatype whatever method I use to create them, including the use of Quick Drop. Very odd and confusing. Thanks for responding.
×
×
  • Create New...

Important Information

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