Jump to content

ASTDan

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ASTDan

  1. QUOTE (crelf @ Jun 3 2009, 02:35 PM) No problem just remember reminders are inversely proportional to standing in SEMLUG QUOTE (Bjarne Joergensen @ Jun 3 2009, 06:57 AM) Does this room has a video camera :camera: , so the unlucky people that can't afford to come to NI week, can see the presentation in the future? regards Bjarne Official NI week cam http://www.sandiegozoo.org/apecam/index.html
  2. Personally I think just hearing on how someone does this would be interesting and illuminating. I plan on attending
  3. Personally I think just hearing on how someone does this would be interesting and illuminating. I plan on attending
  4. QUOTE (Ic3Knight @ Jun 2 2009, 03:41 PM) Here is some good reading about tortoisesvn http://svnbook.red-bean.com/ http://voxel.dl.sourceforge.net/sourceforg...VN-1.6.2-en.pdf
  5. I figure there will be a lot of ideas that will come out of the discussion portion of the presentation, so I'll commit to putting together a recorded version after NI-Week to include the extra stuff outside of our structure discussed on the day, and post it here to this thread. As a member in good standing of the South East Michigan LabVIEW user group could you post the presentation there also
  6. QUOTE (crelf @ May 28 2009, 10:44 AM) I just want to make sure the room is big enough for all the people who are interested in hearing you talk... So it's just you and me at the bar huh? :beer: Remember you promised to buy me drinks if I came.
  7. Dear NI Please Please Please put this presentation on Tues or Wed in a big room.
  8. This is my take on error handling I use a FGV to store User event. On an error I generate a user event and pass the error to my event loop. In the dynamic error event case I have a state machine that can handle whatever error based on the error code, and then perform a custom action (i.e. shut down hardware, perform a certain action to correct the error, etc). I also log all errors generated to a text file. This I have found works for me because the error dialogs are handeled in the event loop and I can still call other sections of code when the error dialog is displayed. I am very interested in what other people do to handle their errors. Dan P.S. I hope NI gives you the big room for this presentation and doesn't have it at 4:00 on Thurs.
  9. I would like your thoughts on the creating the custom Error text file. NI seems to promote that in the Intermediate classes. When I create custom Errors I just use a state machine in my Error handling routine. I tried using the file but I didn't like switching back and forth. I prefer to see them in my block diagram. I would be curious on what you think on using a text file to create you custom errors
  10. I saw in the NI week 2009 program a presentation by VI engineering on Error Handling. :thumbup:
  11. I just wanted to share where I am at on this journey. This seems to be a great start! http://www.fda.gov/cdrh/comp/guidance/938.html I have also stumbled across an organization that seems to be focused on helping professionals maintain regulatory compliance withing the medical domain. http://www.ispe.org/
  12. QUOTE I hear you about working along somebody. However I want to get some basic knowledge under by belt so when I connect with that person I am not wasting a lot of time on fundamental stuff. Is that best served by reading regulations or is there some other resource i.e. "regs for dummies/engineers" QUOTE Sorry that's not the answer you wanted to hear, but that's how I see it. Well put on some rose colored glasses and then talk to me. :thumbup:
  13. Hello, I am looking to do business with more medical companies, and I want to learn more about developing software for regulated industries. I have been directed to FDA 21 part 820. This is great however I am looking for more resources. -Is there a class/seminar that someone would recommend that helps with understanding jargon, methodologies, process, etc. for developing software for regulated industries (i.e. FDA 101) -Is there any good books, websites, articles , etc that you found useful. -Would anyone be willing to share there journey to develop code for regulated industries and some of the pitfalls associated with it. -What tools have you found useful in developing code (i.e. NI requirements gateway) Thanks Dan
  14. QUOTE (Tim_S @ Apr 21 2009, 02:30 PM) Give the Livonia office a call they might have a cRIO you can borrow
  15. QUOTE (Darren @ Apr 20 2009, 11:56 PM) I agree! Still use my HP. Once you get used to it there is no going back.
  16. Yes that is an annoying little thing about the File Dialog VI. Here is one I have developed that also asks if you want to overwrite if the file if it already exists. I also have my automatic Error handling turned off. Dan Download File:post-8614-1239726359.vi
  17. QUOTE (Cat @ Apr 3 2009, 12:22 PM) I find it is easier to add cases, and you have the advantage of the shift register to store you Report reference and error cluster. I only use this for generating reports, because it is a very sequential thing and sometimes stringing all the functions in a row can get HUGE. It is just a way to keep a report generating sequence from taking up a lot of real estate.
  18. This is my take on a sequence structure. I only use this when creating reports when I need to do things sequentially and I need a way to easily add cases. I am still playing around with it
  19. If you wore a helmet you wouldn't have to worry about falling. Better yet getting a beer helmet protects your noggin while allowing you enjoy your favorite beverage. http://www.1ofakindstuff.com/Beer-Helmet.html So Beer helmets are environmental, prevent frivolous lawsuits, and lower the cost of heath care. Do you think we can get that in the stimulus package?
  20. So if I drink in a darkened bar (saving energy because the lights are dim), and all my energy hog appliances at home are turned off (because I am at the bar). Not only am I saving energy but I am making my good brain cells more efficient by getting rid of blood sucking under performing brain cells. Once again alcohol the cause of and solution to all of life's little problems.
  21. QUOTE (crelf @ Mar 30 2009, 11:31 AM) What about wasting unproductive brain cells with a stiff drink.
  22. If all you want to do is get a feel for the daqmx api I would recommend creating simulated channels in daqmx https://www.ni.com/pdf/labview/us/acquiring-data.pdf
  23. If you haven't already take a lot at this Blog post about preparing for the CLA http://labviewartisan.blogspot.com/2009/02...ng-for-cla.html
  24. I just got this. http://www.amazon.com/Netgear-ReadyNAS-Des...9520&sr=8-1 I went with it because I didn't have to learn how to manage a server. So far I like it.
  25. So it looks like if I import my File layout into the project first, and select autopopulating files. I save off new vi's in my folders the newly created VI's will be reflected in the project in the correct folders. It looks like in Version 8.5 Projects became much easier and more intuitive. "NI introduced autopopulating folders in LabVIEW 8.5 to automatically reflect the contents of folders on disk." From web This gets rid of my main concern of the project not matching what is on disk in real time. I may need to look at this again. QUOTE I am referring to when I create a New vi it just sits in the project on the main level and I would have to manual move it. It looks like with LabVIEW 8.5 there have been improvements to the project. Would anybody care to comment on how the project has evolved since its release until now? I am wondering if I have a negative impression from the initail release and the subsequent releases have been much better.
×
×
  • Create New...

Important Information

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