Automated tester of circuit boards

I am developing code in labview to perform automated testing on various circuit boards.  If you take a look at my program so far I am using stacked sequence that performs various steps in each sequence with various time delays. As you can see a lot of the same tests are performed over and over again such as checking ACC Cold, Ignition Cold, and +12V Machine. You can also see that I have an LED on the front panel for everytime one of those are checked, ideally though what I want is just one LED for each of those tests that will come on and off between each step/sequence to let me know that each step is performing the way it is supposed to. Also what I have not yet been able to figure out is how at the end of the testing to turn off all the LEDs that are still on because currently they stay on permanently until I exit out of labview and get back in. Also you can see that in each stacked sequence I have a text box saying what is going on, I know there is a way to have that message displayed on the front panel and have it change between every sequence...eventually I want to have error messages put in place so if one of the steps failed such as checking the ACC Cold an error message would pop up on the front panel. I know this is a lot but if you have time take a look at my program attached and give me some feedback.
Attachments:
650-40211 Auto.vi ‏2457 KB

I also noticed frame 4 "Apply: +12V Machine Wait: 1.5 sec". I once learned long time ago that this is the wrong way of doing it, because you might end up with  "Wait: 1.5 sec Apply: +12V Machine ". Since you have no control of the execution order in this case. This because there are no dataflow between the "Apply: +12V Machine " and "Wait: 1.5 sec" functions. A frame should be used in this case
Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)

Similar Messages

  • Automated testing

    I finally got my program working for my automated testing on circuit boards...what I am trying to figure out is how to display errors on the front panel if one occurs. Right now its setup where its just showing that the test passed regardless if theres an error or not because of the boolean control next to the left shift register. How do I make it so that if one of the tests fails that the boolean on the front panel will display "FAILED"??? Im assuming I have to have some sort of digital logic in there such as an and gate or something....
    Attachments:
    211.vi ‏2683 KB

    cmhand wrote:
    I finally got my program working for my automated testing on circuit boards...what I am trying to figure out is how to display errors on the front panel if one occurs. Right now its setup where its just showing that the test passed regardless if theres an error or not because of the boolean control next to the left shift register. How do I make it so that if one of the tests fails that the boolean on the front panel will display "FAILED"??? Im assuming I have to have some sort of digital logic in there such as an and gate or something....Are you saying you want to check the error cluster and if there is an error, display failed? Why not use unbundle by name to get the error status. Then wire it to your indicator?
    Message Edited by for(imstuck) on 03-09-2009 09:15 AM
    CLA, LabVIEW Versions 2010-2013

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • I am trying to use the RS232 to control a circuit board. It would have to simultaneously output SerialClock, DataIn, and Chip Select signals, while also receiving DataOut signals; therefore 4 signals total. Does anyone know if it this is possible?

    I am trying to splice 4 wires out of the RS232 serial cable (the 9-pin type) and wire them to a circuit board. The 4 wires would control 4 signals: DataIn, DataOut, SerialClock, and ChipSelect. The serial clock would synchronize the DataIn and the ChipSelect is asynchronous. DataOut must coincide with SerialClock also; therefore there are 3 signals that must be able to switch concurrently. All the handshaking enabled by RS232 is thus unnecessary in my opinion. Does anyone know of how this can be done?

    I am trying to splice 4 wires out of the RS232 serial cable (the 9-pin type) and wire them to a circuit board. The 4 wires would control 4 signals: DataIn, DataOut, SerialClock, and ChipSelect. The serial clock would synchronize the DataIn and the ChipSelect is asynchronous. DataOut must coincide with SerialClock also; therefore there are 3 signals that must be able to switch concurrently. All the handshaking enabled by RS232 is thus unnecessary in my opinion. Does anyone know of how this can be done?

  • Forms and Reports: Automated Test tools - functionality AND performance

    All,
    I'm looking to get a few leads on an automated test tools that may be used to validate Oracle forms and reports (see my software configuration below). I'm looking for tools that can automate both functional tests and performance. By this I mean;
    Functional Testing:
    * Use of shortcut keys
    * Navigation between fields
    * Screen organisation (filed locations)
    * Exercise forms validation (bad input values)
    * Provide values to forms and simulate user commit, and go and verify database state is as expected
    Performance Testing:
    * carry out tests for fixed user load
    * carry out tests for scaled step increase in user load
    * automated collection of log files and metrics during test
    So far I have:
    http://www.neotys.com/
    Thanks in advance for your response.
    Mathew Butler
    Configuration:
    Red Hat Enterprise Linux x86-64 architecture v4.5 64 bit
    Oracle Application Server 10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle Developer Suite (Oracle Forms and Reports) V10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle JInitiator 1.3.1.17 or later
    Microsoft Internet Explorer 6

    are there any tools for doing this activity like oracle recommended tools?
    Your question is unclear.  As IK mentioned, the only tool you need is a new version of Oracle Forms/Reports.  Open your v10 modules in a v11 Builder and select Save.  You now have a v11 module.  Doing a "Compile All PL/SQL" before saving is a good idea, but not required.  The Builders and utilites provided with the version 11 installation are the only supported tools for upgrading your application.  If you are trying to do the conversion of many Forms files in a scripted manner, you can use the Forms compiler in a script.  Generating new "X" files will also update the source modules (fmb, mmb, pll).  See MyOracleSupport Note 955143.1
    Also included in the installation in the Forms Migration Assistant.  Although it is more useful to people coming from older versions, it can also be used to move from v10 to 11.  It allows you to select more than one file at a time.  Documentation for this utility can be found in the Forms Upgrade Guide.
    Using the Oracle Forms Migration Assistant

  • Firefox 17 crashes when automation testing is run. But works properly in Firefox 10. It opens many tabs while running and it crosses 50.

    Hi,
    When we run automation testing of our product, it works well in firefox old versions and IE. But when we run it in firefox 17 it crashes. We noticed that in firefox 10, each task in automation was opened in new windows and ran smoothly. But in firefox 17, each task opens in new tab and the number of tabs opened crosses 50 and finally crashes. We tried with various troubleshooting methods discussed in your blog. But no help.
    What is the change in firefox 17 that it makes each task opened in new tabs?
    Or what is the setting we need to set so that each task opens in new window?
    We have hundreds of test cases.
    This bug is a blocker for certification of firefox 17 for our product.
    Thanks

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Swapping circuit boards for an internal hard drive

    My story may be a bit long and roundabout, so please try and bear with me as I explain.
    My PowerMac G5 is 4.5 years old and over the past few months, the DVD and my secondary internal hard drive, both the originals that came with my computer, have been slowly dying. I finally replaced the DVD drive the other day and was little by little copying the data off my secondary internal drive before it completely failed. One thing that seemed to help the internal drive run more smooth was unplugging the power cable and plugging it back in. A worker at an Apple store's Genius Bar also suggested swapping each internal drive to the bay that the other was originally in, to see if that helped at all.
    Anyways, in the end, the drive was giving me so much trouble and I had unplugged/plugged the power cable so many times that eventually the part of the circuit board that holds the pin connectors straight broke off, so now I had no way to get my data off the slowly failing drive. Another visit to the Genius Bar and I was told that the drive was as good as done, but not wanting to believe that the majority of my film projects were gone forever, I contacted a store across the street from my old NYU dorm called Digital Society. They told me that the circuit board on the drive needed to be replaced and that the new board had to be taken from an identical drive. I soon realized that the primary/system drive of my G5 was in fact identical. So, after running Time Machine, purchasing new primary and secondary internal drives, re-installing the OS and doing a Time Machine restore - which was flawless - I took my two drives back to Digital Society where they swapped the circuit boards rather quickly.
    Now that I'm back home, I was easily able to recover all my data from my failing drive... only after having its circuit board replaced, the drive is showing no signs whatsoever of the read/write difficulties and failures that it had been showing prior to the circuit board swap, which leads me to a few questions
    a) Was it really the drive that had a problem, or the circuit board itself? Is there anywhere I could buy just a circuit board without having to buy a new drive just to get a circuit board? The drives in question are 400 gig Hitachi Deskstar, model #HDS724040KLSA80. While I'm not entirely sure the once failing drive should be trusted again, my old system drive - which now has a busted circuit board on it - still works perfectly fine.
    b) If I'm able to get a new circuit board, how easy is it to replace myself? The guy at Digital Society did it very quickly and for a price of $120. Are there any video tutorials?
    Thanks!

    Lot's of good question Will,
    Hard drives are not what they used to be, if your work is important I'd replace them every 3 years & have 2 backups in the meantime.
    I doubt you can get the circuit boards separate without buying a while questionable drive.
    If I'm able to get a new circuit board, how easy is it to replace myself? The guy at Digital Society did it very quickly and for a price of $120.
    1 TB 3 year warranty $99...
    http://eshop.macsales.com/item/Samsung/HD103SJ/
    1 TB 7 year warranty...
    http://eshop.macsales.com/item/Samsung/HE103UJ/
    More cheaper drives...
    http://eshop.macsales.com/shop/hard-drives/3.5-SerialATA/WesternDigitalCaviar

  • Broken coax cable from circuit board to Airport Extreme

    I picked up this 1.25Ghz-DP/1024MB/FW800 off the internet knowing that it did not come with either the Airport Extreme or the Bluetooth (1.1) module. No big deal, since I have an AE and would be looking for the BT Module. To my surprise, its "AE/Bluetooth-ready" status was compromised by the removal of the AE card using a pair of side cutters (or some other crude cutting tool), leaving a frizzy antenna cable running back down into the space between the chassis and the case. It would appear that the BT antenna is intact, for what it is worth.
    I know there would be some challenges, but I am wondering if the part is available that includes the circuit board, the antenna, and the antenna coax leading from the circuit board back to the connector on the AE. Or maybe the part numbers?
    I plan to use this for an older version Digidesign's Pro Tools, so I am going to remove the two four-port cards (one FW, one USB) and replace them with the PT Mix Core and Farm(s). I would prefer not to go with the USB dongle, since I know there can be flakiness with USB and PT. My alternative to taking the plunge with a soldering iron and some parts would be to get an AEBS nearby and connecting with ethernet.
    The computer sees the card in System profiler, but without the antenna fully deployed, it fires blanks. Are the resources for the connector and cable that could be put together to paste it back in place or better yet, a place to get the complete unit to change it out. I guess I would be looking for the BT module, too as long as I am at it, but that is not a critical issue.
    Thanks---Dave Iverson

    Hi Dave,
    Here is a third-party external extension antenna that might replace the existing stub:
    http://www.macwireless.com/html/products/antennas_boosters/whips.php
    Installation in a G4 mini-tower is easy; you only need to remove a PCI slot cover on the back to run the cable outside the box. I have no personal experience with this; just something I found in searching after I read your post.
    Danny,
    Welcome to Apple Discussions!
    Looks like the above product should work for an iMac. Check the list of instructions on the page I linked to see if they list your computer. I suspect you have to take something apart to run the cable. Also check the iMac G5 forums to see if someone there has already figured it out for that model. The iMac G5 hardware is nothing like the G4 mini-towers that are the subject of this forum area, so your chances of getting the right answer for your specific computer are better in the other forum I linked.
    If you are having trouble figuring out how to start your own thread (so many people do that I must ask), see this Apple info:
    http://discussions.apple.com/ann.jspa?annID=650
    Allan

  • Need to QTP plugin for automation testing of flash

    Hi All,
              I'm using QTP 9.2 and 10 version to automate the test secnaro's on flash.
              I have installed Flex 3.0 addin for QTP, able to identify the flex objects...but it is not identifying the flash.
              Pls, provide some guideness for the automation testing of Falsh movies..
    Thanks
    Sreedhar
    9000994721

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *http://helpx.adobe.com/flash-player/kb/flash-player-113-crash-mozilla.html
    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Naming conventions to store automation testing scripts

    Hi,
    Can anyone provide the solution for Naming conventions to store automation testing scripts in oracle application testing suite?
    Regards,
    Sairam

    Hi Sairam
    There are no naming conventions you can call them anything you like.
    Regards
    Alex

  • Cloud automation testing feasibility using Coded UI 2013.

    Hi,
    I am unable to find any document which could explain whether automation testing for cloud application could be achieved using Coded UI 2013. In my project the plan is to move all applications to cloud network and as an automation tester I have automated
    those application. I am bit confused how to start up the automation. We will be using private cloud, the confusion I have is, will it be similar to automate cloud application like our websites in a network ?
    Please provide some details how to start up with cloud automation.
    Ahetejazahmad Khan.

    Hi Ahetejazahmad Khan,
    Glad to see you again!
    Just to make this issue clearly, do you mean that you want to run the coded UI test in Azure?
    If so, I think you could get useful informaiton from the MCC's suggestion here:
    https://social.msdn.microsoft.com/Forums/en-US/9597e237-d792-4060-8580-64039f29561e/how-to-run-codedui-test-in-azure?forum=windowsazuredevelopment
    A blog here:
    http://blogs.msdn.com/b/anujchaudhary/archive/2012/11/02/windows-azure-automated-ui-testing-using-the-power-of-cloud.aspx
    Of course, we would think about the supported configurations and platforms here:
    https://msdn.microsoft.com/en-us/library/dd380742(v=vs.120).aspx
    It shared all the configurations and platforms which was supported by the coded UI tests.
    If I have misunderstood this issue, please feel free to let me know.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Automation testing with Mosaic

    I have been trying to get automation testing to work with Mosaic. Is it possible to Composite Application Framework applications to work with automation?
    I have compiled the automation libraries into my tiles. But I can't tell how to switch automation on within my application.

    Hi Xavier,
    You've already taken the first step by compiling the automation libraries into your tiles. The next step to automate a complete mosaic application is to install and use the mosaic-debug-auto-pkg.zip which has the automation also compiled into the mosaic runtime. This package is not currently available publicly on packageshare for a couple of reasons: a) a bug in gravity (CCF) and b) a limitation in the flex sdk. The bug in gravity has been fixed and will be released shortly in an upcoming service pack. The flex sdk limitation is here: https://bugs.adobe.com/jira/browse/FLEXENT-1496 I believe the mosaic automation package will remain a special-request package even after the release of the service pack due to the complexity of automating a modular composite application.
    Another technique you can consider is to use Selenium with an html controller tile. The html controller would use mosaic apis to send events and messages to the other tiles in the applicaiton. The individual tiles would be automated seperately for UI inputs, and then the system-level automation could use the selenium approach. This can be a simpler and more economical option, depending on your application's design and verification needs.
    Don.

  • Automation testing Flash 8

    Our project is currently faced with having to build an
    automation testing framework for our flash games. We are currently
    using Flash 8, flex, and ActionScript 2, but we are wrapping
    everything for easy transition into Flash 9 and AS 3 as soon as it
    is released.
    The challenge with most industry products like QTP (mercury)
    is that they cannot programmatically interpret Flash UI elements.
    QTP 9.0 professes to have compatibility to Flex 2 through MXML, but
    we are not using MXML because it severely limits the productivity
    of our designers.
    Our flash framework is abstracting all interactive visual
    elements into a component library, so that all versions of a
    particular game are forced to use the same UI element IDs (for
    example: the spin button for a slots game). This allows us to
    implement automation testing scripts that refer to that button ID
    and not the bitmaps x,y location. So, for any variation of this
    game, including localization and branding, i have the luxury of
    using a single script to do my functional testing.
    Here is the problem however. What technology exists out there
    that will allow me to do this? The flash community is huge and i
    find it hard to believe that my research has yielded very little on
    this topic. I've come across things like MSs Active Accessibility,
    but i'm not convinced QTP 9.0 can implement this interface to read
    Flash UI elements. I have looked at an open source tool called
    AutoTestFlash, but i'm not confident it is robust enough.
    Anwyay, what are you guys using to test your flash
    applications? Have you automated these tests? Is it bitmap x,y
    based, or have you attempted to do what i am proposing above? If
    so, what technologies exist out there in the internet ether that
    can help us all save time in the QC grindstone? :)
    Thanks in advance,
    RabidFly

    You can try to test the movie using flash player 8, but more
    than likely code from flash 6 will not be parsed correctly using
    the flash player's engine. You can always uninstall flash player 8,
    install a lower flash player and then test it, but that seems like
    more trouble than what it might be worth.

  • Automation testing for sap bw backend

    Hello Gurus,
               do you have some idea for automation testing of sap bw backend?
    Many thaniks

    Hi,
    If you are looking about data reconcolization or Data testing between ECC and BW  then I already given solution in your previous thread. i.e. Who will involve in UAT thread.
    Automation testing for sap bw backend: What testing?. We don't have such kind of concept, for Java, VB etc  applications they will test all fields and code, but we don't  have automation testing for sap bw backend.
    Thanks
    Reddy

  • Automation Testing on Webcenter Sites

    Hello,
    How do I automate content creation using any automated test tool?
    Thanks,
    Sushanth

    This question can be approached from two perspectives:
    - is your task to create automated tests, or
    - is your task to automate content creation?
    If the former, there is a number of tools (both commercial and open source) which can automate test scenarios on web-based applications. Oracle has one too, called Oracle Application Testing Suite.
    If the latter, there might be better means than generic testing tools. Take a look at this article: http://manifesto.co.uk/using-webcenter-sites-rest-api-part-1/?goback=.gde_142076_member_5809268750695821313#!
    which describes REST API. Also, if you use WebCenter Content as you content repository, you could use Batch Loader, or RIDC interface.

Maybe you are looking for

  • Quicktime 10 will not play video, only audio

    Hi - I cannot get my .mov files (with codec that is DV/DVCPRO - NTSC, Integer (Little Endian)) to play video in Quicktime 10... it will only play audio. That said, my .avi files from my digital camera play fine. I am running Snow Leopard 10.6.4. Any

  • Very Basic Mail Issue

    I have been hosting my website on a g4 xserve with 10.3 server successfully for a year and a half or so. I am not running any mail server on the machine. All email for the domain is hosted by an email hosting company. Recently I noticed scripts that

  • 9.0.3 Upgrade Moved the Navigation Box from Top to Side How can I Fix this?

    In all my previous version of itunes (5+ years worth), I've used the navigation bar on top of the master library list, I'm sure what the official name is, but it opened on top of the library and I could sort my artist, album or genre. I just upgraded

  • Can I Download mp3's fm web on my Iphone TO my Iphone?

    Hopefully that makes sense. Can I be on my Iphone on the web and download a song directly to my iphone? Ya know, like when you buy an application from the App Store on your phone TO your phone. just wondering....thanks!

  • SHA-1 value for InstallESD.dmg for 10.7.4

    I have had many issues downloading Lion from the App Store.  I finally got a completed download but I want to verify that the InstallESD.dmg file inside is not corrupted in any way.  What is the SHA-1 checksum for the InstalESD.dmg for the 10.7.4 ima