Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by Phillip Brooks

  1. Your VI works I used it with my network's mail server name, then used my local email address in the FROM and TO fields. When I entered my external gmail.com address for the TO field, the server response window indicated "Unable to relay". This is a limitation emposed at the server and configured by my company, it has nothing to do with the LabVIEW program. Once you know the name of your email server, use a local email address for the from and to fields as I did. Then try targeting an external to address field. The messages shown in the response window should help you debug the problem. As far as security, the VI you posted uses simple SMTP transfer, with no support for authentication. You may need to consider other options if your server requires authentication. For more info on how SMTP works, try reading this.
  2. This is the worst I've seen in a while.
  3. When I made the "First Post", I had no ill intent. It was pure impulse, which when I reflect on it made me think of my three year old daughter. We've just moved into a new home, and there is a large flower bed in bloom. I was walking behind her to the door when she suddenly stepped into the flowers and started to stomp them. I screamed "WHY?!" and she started to cry. I asked her again after she stopped crying, and she said "I don't know". That's how I feel now, "I don't know why..." I've actually lost some sleep thinking about what I did. If you don't believe me, look at my avatar and signature. Here are the conclusions I've come to: I belong to various communities in my life. These are all of my own choice. These communities sometimes cross paths. I continuously discover that I share interests and habits that reaffirm my membership in the LAVA community. Thats why I'm a member and contribute. I'm part French, and once mentioned Pineau des Charantes in a LAVA post. These sorts of things appear to be outside the community.ni.com Community Policy. I sense that NI sees "beautiful fruit" (vis, solutions) in the LAVA community, and would like to find a way to create this sort of "orchard" for it's whole customer base. The tools that are hinted at (revision control, collaboration, integration with the Find Examples tools) are exciting, but do not a community make. Tell us how we can use this great tool and still keep our independance, and I'm sure we would listen. NI is the catheadral and LAVA is the bazaar. I go to cathedral once a week because it is compatible with my way of life (test engineering). I go to the bazaar every day to trade fruits (ideas and code) and occasionally to talk about life. When I'm at catheadral, I reenforce my knowledge and skills. When I'm at bazaar, I don't evangelize; and try to live by my beliefs (universal only, absolutely NO GLOBALS . I hope to actually go to The Catheadral in August, if time and money allow). Thank you Colin for the opportunity to share the meager fruit of my garden. If I have extra and can help feed the masses, I will give when I can. I hope I can offer the millionth, and I won't expect an iPod. I might suggest that you begin to make references to A community rather than THE community. I will continue to belong to both, but will not confuse the two. P.S. My daughter still stomps the flowers She's young, and will learn. I'm old enough to know to say "I'm sorry, Papa Michael. " ( I've edited my LAVA post and placed a copy of the file HERE.) P.P.S. Would this post be moderated out on an NI forum
  4. This is the canonical name or IP address of the mail server. In order for "SMTP Email Send Message Charset" to actually send the message, it most connect to a server. The most important thing to keep in mind is that LabVIEW is not a mail server, just a client. If this computer has a working email application installed, or there is another computer connected to the same network running an email program, you could open the program and look for the outgoing server properties. You should see the name of the server, or an IP address. These are typically named something like "smtp.companyname.com" or "smtp.universityname.edu". Example image of SMTP settings for Google Mail using Thunderbird. If your server uses passwords, SSL or unique port numbers, the LabVIEW SMTP Email Send Message Charset" may not work for you. You can search the LAVA forums using the Search button at the top and the keyword "SMTP", or try Googling "LabVIEW SMTP email message"
  5. OK. I feel a bit guilty . I read the info-labview posting about the new community.ni.com forums; and... joined. I saw that no one had posted, got the fever, and posted a vi. Now I feel a bit ashamed. On the other hand, I was the first poster, so my name will live in history There are a few tidbits in the NI Community FAQ that catch my eye.
  6. If you're using LabVIEW 7.1 or later and have loaded the Windows .NET 2.0 framework, you could try this. Download File:post-949-1147734988.vi 15 May 2006 - Update: now attached HERE as well. Posting links from LAVA to the new NI forum was in poor form :thumbdown: on my part. Mea culpa, mea culpa, mea culpa. http://community.ni.com/examples/net-interface-statistics/. I usually post things on LAVA, but thought I'd get things started on the new NI Community site. Looks like I'm the first (non-NI) poster there!
  7. Could you set the Data Range for the control? I personally like the flexibility of entering 25M instead of 25000000. If your users are "fat-fingering" the value and the range is limited, use Data Range and coersion on the control. If they enter 79k and the range is -100 to 100, then value will change to 100 and they will , , and enter it again.
  8. Hackers, Get Ready! LEGO Group Announces Open Source Firmware, Developer Kits for LEGO
  9. Why not use a state machine? I can appreciate your desire for additional functionality, but sequence structures are not as flexible as a state machine. Do you continue to use sequences regularly in your code If you use state machines, you can do much of what you want. Use typdef'ed enums to drive the cases in your state machine. If you need to add a case, edit the typdef, add the case in your while structure and voila! You can rename your cases by editing the typdef, you can duplicate a case intead of add, then delete redundant parts from each to "split" the "frame". I can't begin to imagine the problems merging two sequences with their own locals especially if each contained controls, indicators and local variables (as they too often do ) The sequence structure reminds me a bit of line numbers from BASIC, they continue to exist primarily for compatability. One of the things I've noticed on the NI discussion forums you reference is that most people say "don't mess with what works". Sequence structures ARE useful when you need to control data flow, but don't try to turn them into a state machine or you'll go crazy. I've debugged too many sequences inside sequences inside sequences with 15+ frames each. The inner most sequences are often cut/paste from previous upper level frames. These are much more easily handled and modified using sub-vis, loops and a state machine. "Queued State Machines: Where do you want to go today?" (Oops, that slogan is already taken )
  10. Phillip Brooks

    Jesus

    Flying Spaghetti Monster I've never seen Alfa's LabVIEW code, but if it's anything like his postings, it's most likely spaghetti code. I would like to propose that LAVA members who are searching for religious fulfillment/alternatives consider the Church of the Flying Spaghetti Monster. When I read "A Software Engineering Approach to LabVIEW" by Conway and Watts, I was mysteriously drawn to page 23, where the LabVIEW logo repeatedly intertwined with a plate of spaghetti. After much thought, I believe that Mr. Kodosky developed LabVIEW under the devine intervention of the Flying Spaghetti Monster. Inside LabVIEW is the Kodosky Code, that when properly accessed via XControls will allow Pastafarians to unlock the mysteries of the universe. This is no crackpot religion; it can be found in the technical community, even within the halls of MIT. I've also noticed that a number of LAVA members see themselves as pirates (dredpirate and thecaptain). Coincidence? I think NOT! Before responding, please take a moment to ask the question, "WWFSMD?" By the way, a cold beer is good with spaghetti, so I am invoking Kring's Law. :beer: I believe that FSM has created all there is for our entertainment and sustenance, and has given unto us the mental capacity to adapt the mythologies of This Universe to aid and comfort us here, until that day we are able to join together at the foot of the Beer Volcano "I have been touched by His Noodly Appendage"
  11. While looking up an old friend, I came across this link. I'm not sure if it is the same Les Peters, but he did work with LabVIEW and RF communcations. One of the problems I have been faced with in developing a CM automated test solution has been the creation of an encryption quality random number. This random number is used as a seed for generating a secure ID string which is then programmed into each modem. A colleague of mine having found your web site http://www.aw-el.com, suggested I look into your Radiation Monitors as one of its features was the generation of random numbers. After reading all the information on your website and talking with you about my specific application I purchased one of your model #RM-60 Radiation Monitors. I must say at first my colleagues and I were a little skeptical having little experience with Radiation Monitors. But after some investigation we realized that the decay of radioactive matter being unpredictable actually provided a very good means to generate an extremely random number. Your original "AW-RAND.EXE" software supplied with the monitor while displaying the data on my PCs monitor did not allow us to port the data to a text file. After having discussed this problem with you, you quickly made a change to your source code sending the generated data to a text file. You then E-mailed the new code to me within several hours, now that's service ! While this solved one issue generation of random numbers was slow using background radiation. Your suggestion of using the AM241 element out of an inexpensive ionization type of smoke alarm solved that problem, now numbers are generated very quickly. My test software is written in a graphical programming language called LABVIEW and integrating your "AW-RAND.EXE" required the creation of a driver. This driver allows execution of your "AW-RAND.EXE" code using the supported arguments on the same command line. The driver was designed using the LABVIEW 5.0 Full development for WINDOWS 95/NT. I have attached a copy of this driver so that some of your other customers can use it. I feel it is the least I can do with all the help that you have given me. http://www.aw-el.com/random.htm
  12. Lego NXT Software to be released as Open Source?!
  13. Watch those three dimensional arrays of doubles, they can get heavy
  14. I was called a 'hole more than once in college after consuming beer too fast using a beer-bong As for the theory of the bars growing darker during the course of the evening, I would attribute it to the change in concentration of absorbing species in the material (your eyeballs) rather than the environment, otherwise you wouldn't need a designated driver, their vision would be impared as much as yours, or yours would improve immediately upon exiting the establishment. As the concentration of your absorbing species declines, your vision returns. Now I finally understand Beer-goggles :thumbup:
  15. Dyslexia! Now I'm curious. I've always thought that I've suffered, and now my 5 year old daughter shows signs of it (her teacher brought it up). I've been thinking about it quite a bit lately... My question is, what percentage of LabVIEW users suffer from some sort of dyslexia? Could it be that dyslexic people gravitate towards LabVIEW because wires and dataflow free us from the details of text based programming?
  16. Beer BEFORE Nazi, therefore BEER wins.
  17. What do we call it? niwdoG's Law? Kring's Law?
  18. I have a bottle of Pierre Ferrand in my fridge for the times my mother comes to visit. It's the only brand I can find in my area; ~$25.00 a bottle :2cents: . She's coming to visit over the Easter weekend; I can't wait to open it I have a single bottle of rose that I picked up in Paris (forget which brand) before my first daughter was born. We were expecting, so I bought it and then wrote her name and birthday on the label. I plan to open it when she gets married (she's only 5 now). The second born will have to settle for the Pierre Ferrand I bought here. I wish I spoke French, I actually know much more Thai. Mom was one of the old school immigrants who decided to bring her kids up speaking only English. C'est la vie Anyone ever try Mekong whisky? That stuff will clear your head and can also be used to run your lawn mower when you're in a pinch!
  19. Watch what you say everyone, my mother is French! My father met her while he was in the US Army in the 60s, stationed in Angouleme. That's why my profile includes the French flag. (My wife is Thai, that's why the Thai flag is there, Sawadee Krop!) As for drinking, I prefer Pineau des Charentes. My mother is from the Cognac region, and Pineau is the apperatif of choice. As for cheese, I stick to the simple brie you can buy here in the states. Maybe Alfa should try France, it very "Social", but the unemployment rate may be an issue. If he can get a job and he's over 26, then he might have a chance.
  20. I blocked him for a while, but then saw sooooo many posts that I had to unblock him to read his comments. It's sort of like rubbernecking at a car accident on the highway; you know you should just move along but you can't help but look.
  21. Where is this year's NI press release? Shouldn't it be at something like http://www.ni.com/news/releases/april0601.htm I hope that NI hasn't become too serious and given up on the April 1 press release. Maybe they can pick up on the LAVA announcement and run with it... Apr 4 UPDATE: Its there! National Instruments Announces Plans for 'Engineer Barbie'
  22. You Are Gonzo the Great "Is something burning in here? Oh, it's just me." You're a total nutball who will do anything for attention. The first to take a dare, you'll pull almost any stunt. You're one weird looking creature, but your chickens don't mind! The Muppet Personality Test http://www.blogthings.com/themuppetpersonalitytest/
  23. If NI would just get with the program (TV program that is) and adopt LCARS, then we'd be all set. NI could provide real, platform independent pattern subsets for radiation and evasion patterns in combat situations
  24. You need to define one of the RT targets to host the Shared Variable Engine. I don't know how you do that, but the note below should help understand the SVE and help you decide where to host it based on your architecture.... http://zone.ni.com/devzone/conceptd.nsf/we...570F2007569EF#5
×
×
  • Create New...

Important Information

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