Has anyone created a lottery number generator within Labview & if so can I have a copy please?

I would like to study the program of a lottery number generator for Labview if anyone has created or knows where I can get this.

Wow, my vi is close to yours, but I have a different problem: I set mine up to generate a door prize-winning "powerball," but my issue is how can I get the array to show each number in a different cell in the array, rather than in every cell at the same time. I think I need an array constant somewhere, but with a while loop in the for loop, I can't seem to come up with the desired operation.
Here's a copy of my vi and a pic of the "spaghetti"
Also, I'm running on my version 9 student edition.
Thanks for any help.
Attachments:
My Powerball.vi ‏53 KB
Lotto code.JPG ‏117 KB

Similar Messages

  • Has anyone gotten a tracking number for their iPhone 6?

    Hello all, I pre ordered an unlocked 64gb Space Gray iPhone 6 via apple.com at about 6:30 A.M. on 9/12. They still had some in stock, because my delivery date has always been 9/19 by standard shipping. Has anyone gotten a tracking number when ordering via apple? When i log into my account to look at my order, it says Preparing for Shipment. It has done this since saturday night. But on my Apple support profile, it lists my 6 as a device with the serial number; and I have heard that this means it has shipped. So, what is it? And has anyone recieved a shipment notification or tracking number yet when ordering via apple? Thanks in advance!

    9/19 delivery means 9/19 delivery.  Be patient.  UPS probably asked Apple not to release tracking info until Thursday.

  • Has anyone managed to embed flash content within there responsive HTML5 website?

    Has anyone managed to embed flash content within there responsive HTML5 website? I'm aiming to get my client gallery Flash based but don't want to sacrifice my responsive HTML5 layout to achieve this.
    I feel the Flash gallery would be more secure than my current option,
    Thanks in advance
    Katie xx
    http://www.katiegarcha.com

    It dawned on me what the problem was, in my Actionscript, I am using a XML sheet to call the pictures in the gallery. The XML sheet is located in the same folder as the actionscript, but not in the same folder as the html page, hence the Flash working when it is directly called but not when it is somewhere else. Once this dawned on me, I remembered that I used "short" urls for the images thinking of them all being in the same folder as the actionscript, but not thinking about their relative link from the location of the HTML page. So, I believe that if I change the relative urls to fit the location of the HTML instead of the location of the SWF page, it should work.

  • Has anyone created a NI-VXI driver for the Ardence RTX operating system?

    Has anyone created a NI-VXI driver for the Ardence RTX operating system?
    a VXI instrument through a PCI-VXI-8335 card (in the PC) talking to a PCI-VXI-8345 card (in the VXI chassis) via MXI-3, Has anyone created a PCI-VXI-8335 card  driver for the Ardence RTX operating system?

    Now  i want  develop driver on RTX,my hard platform is similiar(PCI8335+VXI8340+1418A),and after i read the PCI baseaddress,i find PCI8335 only has memory-map,so that means if i want to driver this board ,so i take following steps list below:
    1.use Rtmapmemory() to map the baseaddress to virtual address
    2.using memset() or memcpy() to driver the 1418A board
    is this right?
    if you can give me some hints,thanks 
    or you can contact me :[email protected] 

  • My purchased download of Photoshop Elements did not work and I have been trying to reach a real person at Adobe.  Has anyone ever been able to do that.  If so can you tell me how to do that.

    My purchased download of Photoshop Elements did not work and I have been trying to reach a real person at Adobe.  Has anyone ever been able to do that.  If so can you tell me how to do that.

    Hi vision4success ,
    I would like to gather some information regarding your issue, So, please answer the questions below:
    What is the exact issue that you are facing?
    Do you get any error while installing Photoshop element?
    What is the Operating System that you are using?
    Since when you are facing this problem. Has it ever worked for you?
    What all steps did you try from your end?
    If you have any other details regarding the issue that might help us, please feel free to mention that as well.
    Waiting for you reply.
    Regards,
    Sarika

  • Has anyone tried drawing/painting? post some pics of the work you have done using photoshop touch.

    has anyone tried drawing/painting? post some pics of the work you have done using photoshop touch. is it possible. Thx!! :-D i really want this app

    Hi kingmj2008,
    Not some much drawing or painting specifically, but found some examples of peoples work using the app here:
    https://www.facebook.com/PhotoshopTouch?sk=photos
    -Dave

  • Has anyone created a Visio-like VI app?

    I'm interested in creating a Visio-like app, where I can pick from a predefined set of objects (square, circle, etc.) and place them on a palette (Picture control).  I'd like to be able to use the mouse to select placed objects, either to move them, or to right click on them to look at / modify their properties.
    Has anyone done something like this?  I've created an app like this, but without any mouse interaction on the palette.  The user positions and resizes the object through a cluster control.  It works nicely, but using a mouse would be more natural.  And more user-friendly, especially for those not used to LabView.
    Bonus features that I'd like, but can't imagine that are feasible:  to use resizing boxes (e.g. at the corners of a square, to resize the square), and a ghost outline of the object when dragging it accross the pane or resizing it.
    I've played a bit with incorporating the mouse -- looking up which object is selected, drawing the ghost outline, adding the resizing boxes.  But it seems that I'm trying to make LabView do something that the OS is probably better suited to do....?
    The end goal is to be able to create a Visio-like screen made up of mostly-but-not-completely graphical objects and save its description in a proprietary format.
    I've got LV8, though I'm more familiar with LV7.1.  And I've been a proud user since LV3.0.  If this can be done, I think I can do it. ...   Help?
    Thanks!
    Tom

    "tst" <[email protected]> wrote in message news:[email protected]...
    <a href="mailto:Wiebe@CARYA" target="_blank">Wiebe@CARYA</a> wrote: Draw all the unique ID's as color values in a offscreen buffer (picture control)Use an event to get the mouse down.Lookup the pixel color in the offscreen bufferConvert it to object ID.
    That was my method until someone posted the VI shown in the attachment (I cleaned it up a little, documented it and added an example).
    If you have a series of points for your shape, then this should be a better method.
    That *is* a nice VI.
    But it's not better if you have a lot of objects. The InROI has to be called for each object, so the search time will grow with the number of objects. The offscreen buffer only doesn't have this problem. The InROI method will also be hard to use with lines. And with larger circles you have to use a lot of points, or you'll get incorrect hits or misses.
    One benefit is that you are still able to select objects even if they are totally covered by other objects. Guess a requirement specification is needed to make a choise. Switching from one to the other method will be terrible.
    Also, the picture control is just a string. If you dig into this string, you'll notice that you can make a buffer. In this buffer you can replace one single picture object. So you don't have to redraw all the entire picture. This way you can get a real performance boost. It's convenient to store object info in the same buffer.
    It would seem to me that it would be better to have a buffer of the picture itself (the blue wire) which will depend on the z ordering (i.e. everything "under" the currently selected element will be the base picture and all the other stuff would be redrawn). I haven't done any real examining of the picture control VIs, but I would rather avoid manipulating the string myself if only for the reason that NI might (please?) change the implementation to something more efficient.
    Well, the picture (blue wire) is a string with the length of the string as the first 2 bytes (perhaps 4, I'm not sure). So you can store each object's picture, and replace them one by one whenever you need to. Then, if you need the picture, remove all the sizes, concatenate the string, and put the total size before the string (then cast to picture).
    Or you can remove the size, and store the string, then concatenate, etc. and attach the total size.
    If NI changes the way it works, you only need to remake the "remove size.vi" and "concatenate.vi" (provided that concatenation is possible).
    The principle of the picture control is a virtual machine. The virtual machine itself is not that slow (unless you compare the 3d stuff to serious 3d stuff). It is slow because the subvi's that build the string are slow. Even worse, you need to call them each time anything in the picture changes. It is also slow because each time you draw anything, the pen is set (even if it hasn't changed).
    With the buffer you get a trade off. It will require more memory, but it can be much faster depending on the situation.
    With the standard picture control vi's, you are forced to build slow programs...
    Draw the ghost outline in a separate picture control. Make this picture control transparent, and set it to the same size and position as the "real" drawing. Don't forget to use the events of the top level picture control! This way, you don't have to redraw the entire picture when you move only one object.
    That's an interesting suggestion.
    Tom, if you do create something, it would be nice if you post it. Maybe we can improve it and make it into a general template.
    InROI.vi:
    http://forums.ni.com/attachments/ni/170/194933/1/InROI.vi
    ROI test.vi:
    http://forums.ni.com/attachments/ni/170/194933/2/ROI test.vi

  • Has anyone created a PICTURE BOOK in iBooks Author?

    I am coming up against an issue that I wish I had known about before investing my time in iBooks Author and that is the the apparant inability to create our picture book and not give away the plot of the entire book on the second page in the TOC that shows all the pictures (our pages) for our book. My question is, has anyone been able to eliminate the TOC with the row of pictures at the bottom of the TOC for your picture book and still get your book published? If so, can you tell me your title so I can see it? Thanks!

    We are building a video ebook, using text, filmed video clips of the characters, still pics and audio and want to have it released in this IBA format according to what we think is proper as far as presentation is, to our audience. The problem of incorrect formatting for a children's picture book in IBA is very much there. Part of this issue is creative control and the other part is unnecessarily revealing the visual storyline on the first page of the book. Thanks for your input though.
    Again, has anyone produced a children's picturebook throuh IBA that has made it through the vetting process, and is for sale in the iBookstore? Would love to see it and how you formatted it and, I  just might be a customer!

  • Has anyone created a 400Mbps firewire connection to a PC?

    Has anyone been able to successfully create a 400Mbps firewire connection (as opposed to 100Mbps) between a Mac and a PC? I've been trying to connect my G4 1.5Mhz Powerbook (bought last May) to a HP Pavillion d4100e (AMD dual core processor) running the latest Windows XP Home Edition. The Powerbook's firewire bus says it can go up to 400Mbps. The 6ft firewire cable is supposed to deliver 400Mbps. The PC's card says it handles 400Mbps. It shows 400Mbps when the firewire cable is plugged into the PC, but not into the Powerbook. Yet, the moment the cable is also plugged into the Mac, the rate goes to 100Mbps. I've looked all over the web for an explanation but have come up w/ nothing.
    Peter

    Make that 1.5Ghz Powerbook...

  • Has anyone created a file format converter from "universal file format" uff, to another format?

    I need to find or create a file converter from the different Universal formats to another ASCII format. Does anyone know where I can get formating information about UFFs? Has anyone done this? Thanks in advance.

    The UFF file info can be found at http://www.sdrl.uc.edu/uff/uff.html
    The Sound and Vibration Toolkit 5.0 and the Sound and Vibration Measurement Suite 5.0 offers LabVIEW VIs to read and write UFF58 files. 
    Feroz

  • Has anyone created a complex navigation in Encore??

    I am authoring a DVD instructional video program and was hoping to be able to create an option for viewers to pick and choose whatever poses they wanted to practice from a menu and have their selection play back all at once. I can't seem to find any directions to do this and wondered if anyone else had attempted this? Or is Encore not capable of this level of customized menu selection? I was inspired by The Biggest Loser The Workout DVD series.
    Thank in advance for any tips!

    Let's say that you have 12 possible exercises, and you want the viewer to be able to select them individually, or in a group. Now, I edit in such a way that I have a separate Timeline for each "chapter," or scene, so I'll outline what I would do.
    First, I would have a separate Button for each individual Timeline. That would allow one to select the individual Timelines.
    This next will depend on whether you have a Widescreen Project, allowing only 18 Buttons per Menu, or a Standard Project, allowing 36 total Buttons, but other than the number of Sub-Menus, the general layout would be the same.
    On a Sub-Menu, basically a Scene Selection Menu(S), I'd then work out all the possibilities for multiple Timelines, say # 1 + #2, and so on. In that case, the Playlist would contain #1 & #2 with an End Action to return to the Menu of your choiceI would create a Playlist for each of these possibilities. Instead of having a Video Frame for each possibility, I'd instead create a graphic, to show the Poster Frame of the combo selections. These would not be linked to the Timelines (the near-by Buttons would be though), and would be static. The number of these graphics would depend on the the number of Timelines in each choice. If you absolutely have to have Motion images, you will need to create those as a Motion Background in PrPro, and those images will be little thumbnail Videos and NOT part of the Buttons themselves. Now, you can have a hidden element of the actual Button, that encompasses these images, but is not seen, so that by clicking on those Videos, they WILL activate the real Button.
    The End Action of each Playlist will be pointed to the Menu of your choice.
    Two drawbacks: you can ONLY have 1GB of ALL Menus and Assets per DVD-Video. This will be an intricate structure, so I would make sure to lay the Project out in great detail, before you even start. Plan your Menus and Sub-Menus well beforehand. Also, be sure to name your Sub-Menus and each Button, or Linking will soon become a nightmare. I use Illustrator for such a layout, and check everything on paper, prior to even starting the Project.
    For a bit of this (actually a quiz), Jeff Bellune covers similar in his great book, The Focal Easy Guide to Adobe EncoreDVD 2.0, Focal Press. Though for an earlier version, 100% of that book will apply to CS4 and CS5. The additions to En, beyond that book are covered in great detail in the Help files.
    Good luck,
    Hunt

  • Has Anyone Created a Successful Pre-Order Page?

    I've submitted my second book, and still, I'm unable to get the pre-order function to work. Or maybe I'm misunderstanding it?
    I assume that if I allow pre-orders when I create my package in iTunes Producer, that after I upload all my assets, etc., and they successfully import, that a pre-order page for that book should appear on iTunes.
    However, for both of my books, this has not happened. They still are pending approval, but there has never been any sort of pre-order page on iTunes in the bookstore.
    Has anyone successfully created a pre-order for one of their books titles? I've tried contacting Apple but only get a generic response that doesn't really explain anything. ; (

    There is a related thread here:
    https://discussions.apple.com/thread/3811505?start=0&tstart=0
    You can set a pre-order start date for each territory in iTunes Producer. According to the iTunes Producer 2.6 User Guide, the date must be earlier than the sales start date. If you don't want to offer pre-order, you are supposed to leave that date blank.
    The user guide says that, if you set a pre-order date, the publication will not be shown in the store until that date. It does not say that, if you set that date, the book will be shown starting on that date (or any date before it becomes available, for that matter).
    The user guide also says the following:
    Important: Pre-orders require minimal manual production work by iTunes. When you deliver a book that is
    available for pre-order, contact your iTunes Technical Account Manager. Pre-orders must conform to the
    following specifications:
    All assets (EPUB, iBooks format, cover art, and screenshot files) are due up front.
    You can only create pre-orders with the first, initial delivery of the book package.
    You cannot make any changes to the pre-order once you deliver a book package to the iBookstore with
    a Pre-Order Start Date.
    Each territory where you are sending a pre-order (each territory where you defined a pre-order start
    date) must be priced at a valid price tier.
    Do not send pre-order start dates for territory products that have been marked not cleared for sale. Only
    deliver book packages with pre-order start dates assigned for territory products that are cleared for sale.
    Given the current track record in getting books into the store, I would guess that pre-order is something that would only happen for blockbuster titles from large publishers, where actually a significant volume of pre-orders can be expected. For the pre-order to go through into the store, someone still has to review the book, which isn't worth doing for something that sells a few dozen copies a month.
    Michi.

  • How do I create a random number generator?

    I know I've done it before...but I can't remember quite how to get it going. I'm creating a math tutor program, which generates two random numbers and asks the user to add them, and if the answer is right they get a message that gives props and if they get it wrong they're told they got it wrong.
    I can't get too far because I've forgotten how to make the number generator, so what exactly do you put in to get it?
    import java.util.*;
    public class AssignmentFour3 {
         private static Random integer = new Random();
         double number1 = 0;
         Random string1 = new Random();
         }

    DrClap wrote:
    Generally I don't write my own random number generator. I just use the java.util.Random class.I read it as though that that is what he was going to use, but wasn't able to read the API docs to figure out what methods to use. ;-)

  • Has anyone created a LabVIEW VI to do an FCS or Frame Check sequence (ISO-309)?

    Have had difficulty implementing ISO-3309 FCS or Frame Check sequence in LabVIEW. Has anyone suceeded in doing so? Is it available?

    Dear Friends,
    I'm looking for a "Frame Check Sequence" Labview VI that I will use to communicate with an E5KC OMRON thermo-controller.
    Does somebody know were to find it, possibly in LV7.1 (or previous), or were to download a FCS calculator executable program for WinXP?
    Thanks
    Stefano Gandolfi
    [email protected]

  • Has anyone created an auction site in BC?

    We have a client who wants to build a real estate site that allows online bidding for properties. I expect it would be based on the basic real estate web app, allowing punters to sumbit a bid, displaying the highest bid and notifiying users if they have been outbid. I'd like to have a look at anyone else who's done this using BC funtionality.
    cheers

    You can not properly build that on this platform. You can fudge lots of aspects of it but no. You need a dedicated system which likely will be heavily modified to meet the needs of the client to do this properly.

Maybe you are looking for

  • Laptops screen wont light and the system will not boot most of the time.

    my hp lptop g62 started not booting up and the monitor would not light  up sometimess even though it would power up. as time passed it had that problem more frequently. now it wont boot at all and the monitor wont light up at all  .  it will still po

  • Spry menu appearing different in IE Browser

    Hi there my spry menu is messing up when viewed in the Internet Explorer Browser.  Everything appears fine when viewed in Firefox and Chrome, the URL is http://www.theboxinghistorian.com/ Here is a view of what it should be like and is when viewed in

  • Regarding BACK button in ALV OO ABAP

    Hi , I have created two screens with containers, first screen displays records in ALV grid and when user selects one or more records and clicks on release button (which i have created ), it should update the database field and displays the status rep

  • .Mac Web Gallery WIDGETS not all displaying.

    DESPITE UPDATING to iWeb 2.0.3, Web Gallery Widgets are still problematic- In the application & through Safari and Firefox. I have deleted then re-pasted the widgets; some of them display while others attempt to load but remain blacked-out. In my tro

  • Program Crash using -Xprof

    My program runs without problems but when I tried to use the -Xprof flag when running my program it crashes consistently. As soon as the program starts and the GUI displays the entire GUI is unresponsive. Since none of the menus or window buttons wor