Turn ON RED/GREEN LED if PASS/FAIL

I have a sequence with Three Sockets,  and I need to make a visual sign for the operator one by Socket.
I put one LED by socket (double Color), and I need to Turn RED or Green depending if the Socket [x] pass or fail.
I'm running in parallel, so every socket is independent of the others.
Any body can give me an Idea?
Thank you guys!
PD: I know how to turn ON/ OFF the LEDs, I just need to know how to choose RED or Green depending of the result..
Solved!
Go to Solution.

I hope you are working with UI Messages for this!
As i expect the LED to turn into a specific color only if TS defines the UUT's state, you can hook up to the "DisplayReport" UI Message or define your custom one.
If you choose to go for a custom one, you should pass ThisContext as ActiveX data param to read out the socket index and the result. Use this information to re-color, turn off or on your LED display for this specific socket.
Norbert
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • Turn off the status LED or make it a stable light

    As I remember, with earlier Time Capsule or Air Port Express models, there was an option to turn off the green LED status light or make the light stable so it does not flicker when data is being transferred.
    I think had my previous (recently departed) Time Capsule set to this mode, so I had a stable green light instead of nervous flickering with every transfer of data.
    I just installed a new 3 TB Time Capsule. Can I toggle the light setting somewhere in the actual version of AirPort Utility? I did not find any possibility to do that.
    Best,
    Georg

    Can I toggle the light setting somewhere in the actual version of AirPort Utility?
    Apple removed the settings in AirPort Utility 6.x versions regarding the options on the light.
    If your Time Capsule is operating normally, it will have a steady green light.
    Flashing amber indicates that the Time Capsule has a message for you.
    No light indicates that the Time Capsule is not currently powered on....or it has died.

  • How can i disable my iMac webcam green led ?

    i work in night. i need to turn off webcam green led , because make hurt for my eyes.
    how can i disable my iMac webcam green led ?

    I believe the LED cannot be disassociated from the camera being on. This hard wiring is important to protect the user from being videoed without their knowledge.
    If the small green dot hurts your eyes, you should see an optometrist who may be able to help your heightened sensitivity, with special glasses of some kind.

  • Failed info package, failed request turns from red to green after 1 hour so

    hi,
    There is a failed info package and if u go to monitor screen, the request status will be red in colour but then the same request after 1 hour or so turn from red to green automatically, why is this, what could be the possible reason??????????

    Hi Lieu.
    The system automatically sets the status for the load to incorrect if the waiting time is exceeded. The load will still be running even though it might look incorrect, and that is why it turns green when it is complete (and everything is correct).
    You can set the waiting time if you go to the monitor -> choose a request -> settings -> waiting time up to status incorrect (ctrl + F9).
    Hope it helps (assign points if helpfull!).
    BR
    Stefan

  • So i was updating my white ipod touch 4th gen and i restarted the ipod while it was half way done. Then after it restarted it would crash right after the apple sign...it would turn white, red,purple,green...any ideas of how to fix it??

    So i was updating my white ipod touch 4th gen and i restarted the ipod while it was half way done. Then after it restarted it would crash right after the apple sign...it would turn white, red,purple,green...any ideas of how to fix it??

    Try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    When it says restore the iPid via recovery mode, try placing n recovery mode and restoring several times.

  • How to turn off red LED when have a new voice mail?

    How to turn off red LED when have a new voice mail?
    My SPA303 VOIP Phone
    Thanks

    You must disable message waiting indication (MWI) on your platform.
    Regards.

  • MDS 9216 - showing red status LED, not starting up

    Hi,
    In a recent power loss (took out our R&D UPS in the process), an MDS 9216 we have in R&D failed.
    On power up, it shows a red status LED, and does nothing. We've pulled and swapped PSUs (something we're told is a common fix for a common problem with these chassis), to no avail.
    Strangely, we pulled the fan card (which had a green light), and put it back in to see it now also has a red status light.
    We've swapped all cards around for new and spares (even the main cards) and they show up with red status lights in the chassis (can't test them in another chassis at present) so I assume this problem is with the chassis itself (ie the backplane or PSUs).
    Any ideas, any similar experiences?
    Many thanks,

    As far as warranty, it would be covered for 1 year or 90 days from purchase....not sure which, but since the 9216 is end of sale for a few years now, I doubt that is covered under warranty. If you have a maintenance contract covering that 9216 serial number, then it would be covered. The design on the 9216 is that the module 1 is not field replaceable. There is no Cisco part number for the slot1 line card. It is a hybrid of a 16 port FC module with a supervisor daughter card. It is basically considered part of the chassis. If you have your own spare 9216 and feel energetic you could replace the slot 1 line card....but from the official support perspective, it is not replaceable.
    There are no other replaceable parts besides the chassis and PS that would cause this problem. (I assume you have removed any line card from slot2 to be sure it was not causing the problem).
    Thanks,
    Mike

  • Sending a return value without pass/fail message

    Hi,
    I'm using the COM adapter to talk TestComplete application.
    I have a string value test step to evaluate a return value and determine if it's pass or fail (e.g. return 0 = pass, return 1 = fail).  This works perfectly.
    However, I have added another return value (e.g. return 2), the code executed fine, but it keeps displaying that step as "Failed", which is annoying.  Is there a way to suppress this failed message?
    Basically, here's what I need to do, return 0= display pass, return 1 = display fail, return 2 = display no message or just display done.
    Thanks so much!
    Solved!
    Go to Solution.

    The String Value Test step type only evaluates to Passed or Failed.  It does not do a tristate.  In fact any of the step types in the Tests (Pass/Fail Test, Numeric Limit Test, Multiple Numeric Limit Test, String Value Test) will always be pass or fail.  They never evaluate to just done.
    The Status Expression is what makes a step Pass or Fail.  Unfortunately with the default steps you cannot change the Status Expression.  You have to create a custom step type to do that.
    What are you setting your Step.Result.String to?  Or did you change the Data Source?
    Here are 3 options:
    1- Create a custom step based on the String Value Limit test and change the Status Expression such that you get your desired behavior
    2- Use and Action step and change the Status Expression such that you get your desired behavior.
    3- Continue using the step you are using but in the Post-Expression place some logic which turns off the Step.StepFailCausesSequenceFail if you are in return 2 state
    http://zone.ni.com/devzone/cda/tut/p/id/4302
    Hope this helps
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Problem Cisco AIR-LAP1131AG-E-K9 Ethernet LED = Off; Radio LED = RED ; Status LED = RED ;

    hi,
    I have a Cisco AIR-LAP1131AG-E-K9 when I boot one accesspoint it gives  Ethernet LED = Off; Radio LED = RED ; Status LED = RED  and only next listing in the screen:
    Xmodem file system is available.
    Flashfs[0]: unable to allocate available block.
    The system has been interrupted, or encountered an error during initializion of the flash filesystem.
    The foolowing commands will initialize the flash filesystem, and finish loading the operating system software:
    flash_init
    ether_init
    tftp_init
    boot
    When I type this commands, it doesn't help at all. The output will be following:
    ap: flash_init
    Initializing Flash...
    flashfs[0]: out of memory
    ...done Initializing Flash.
    ap: ether_init
    Initializing ethernet port 0...
    Reset ethernet port 0...
    Reset done!
    ap: tftp_init
    Unable to get our ip address: no "IP_ADDR" variable set
    ap: boot
    Loading ""...; permission denied
    Error loading ""
    Interrupt within 5 seconds to abort boot process.
    Boot process failed...
    ap:
    what i do ?  please help , thanks

    Duplicate posts.  
    Go here:  http://supportforums.cisco.com/discussion/12154826/problem-cisco-air-lap1131ag-e-k9-ethernet-led-radio-led-red-status-led-red

  • Anyone knows this code: Green 4 seconds, 2 orange then back to green LED

    HI. When I turn my iMac Indigo 350 on, it has no "ding", no monitor but the power LED turns on to green 4 seconds, then organe 1 second then 1/2 second orange then back to green? Thanks.
    God bless,
    Alvin
    iMac Indigo 350Mhz   Mac OS X (10.3.6)  

    You might want to try restoring as new - without the backup - and see if that fixes it. If it doesn't fix it, you can still restore the backup and you won't lose anything but a little bit of time that you spend restoring again.
    Backup again, then restore as new, use the iPad and switch from song to song or from one app with sound to another....whatever you need to do to cause the sound issue again. If the sound issue doesn't come back, then you might assume it's something in the backup that was causing the problem. Start over and rebuild the iPad from scratch.
    If the problem does not go away when you restore as new, you can always restore the backup to the iPad again and then take it to an Apple Store and ask them to take a look at it.

  • Red Battery LED keeps blinking

    I have a Dell Mini 9 which has a battery that sucks. It can only last a couple of minutes without being attached before it dies. Anyways, I didn't really care about this until I installed 'acpi' so I could get information about my battery and temperature sent to me.
    But since then the red battery LED has just kept blinking. Even when the adapter is plugged in. Its been blinking for the past two hours now... I'm not sure what its trying to warn me about but its irritating. How can I turn it off?
    I'm not sure what information to give in this case, so sorry I don't have anything in this post for you guys. But I can pull up anything that will help fix this problem.
    Thanks.

    A couple minutes? That seems strange.
    Try:
    cat /proc/acpi/battery/BAT0/info
    This should give you some info on the battery and possibly tell you if the battery is bad or not.

  • Problem extracting red, green and blue from ColorModel

    Hi everyone,
    I'm attempting to write a piece of code to extract the red, green and blue components from an image using the ColorModel class. When I attempt to run my code below, I get the following error: Exception in thread "main" java.lang.IllegalArgumentException: More than one component per pixel. Does anyone know how to extract an integer representation of the red in a pixel in order to solve the problem? Here's the code snippet:
    public void getRGBValues()
              String imageFilename = new String("C:\\Documents and Settings\\David\\My Documents\\My Pictures\\blue hills1.jpg");
             PlanarImage image = JAI.create("fileload", imageFilename);
             //Get the color model for that particular image
             ColorModel imageColorModel = image.getColorModel();
             //ints to store the appropriate values for each colour component
             int totalRed = 0;
             int totalGreen = 0;
             int totalBlue = 0;
             int averageRed = 0;
             int averageGreen = 0;
             int averageBlue = 0;
             int pixelNumber = 0;
             int pixelCount = 0;
             //Loop to extract the colour values out of each pixel in an image passed into the class
             for(int i = 0; i < image.getWidth(); i++)
                  for (int j = 0; j < image.getHeight(); j++)
                       totalRed += imageColorModel.getRed(pixelNumber);
                       totalGreen += imageColorModel.getGreen(pixelNumber);
                       totalBlue += imageColorModel.getBlue(pixelNumber);
                       pixelCount++;
                       pixelNumber++;
                  pixelCount++;
                  pixelNumber++;
             averageRed = Math.round(totalRed / pixelCount);
              averageGreen = Math.round(totalGreen / pixelCount);
              averageBlue = Math.round(totalBlue / pixelCount);
              System.out.println("Average red is " + averageRed);
              System.out.println("Average green is " + averageGreen);
              System.out.println("Average blue is " + averageBlue);
    }

    You are misunderstanding the ColorModel methods. The color model can translate between colors and pixels, but it doesn't know or hold pixel data.
    I don't know the JAI, but if you use J2SE classes like BufferedImage, this is easy to do:
    BufferedImage im = ImageIO.read(input);
    int argb = im.getRGB(x, y);
    int r = 0xff & (argb>>16);
    int g = 0xff & (argb >>8);
    int b = 0xff & argb;

  • Using a popup and PASS/FAIL Criteria

    How do you use a popup to query the user for PASS/FAIL criteria? I have an LED ON/OFF. Want to use POPUP to ask user condition. If LED is in an incorrect state, seq fails. Want to allow user 2nd chance in case wrong button is hit the 1st time.

    Look at the attached seq, and the Post Expression and Status Expression of Test1. Do the same for Test2 and Test3, but change the logic to make button 2 pass for testing LED off. Do you really want to have a terminate action in your Post Action? This causes an incomplete test without a pass/fail indication. Instead, set pass/fail like in Test1. If you want to abort the rest of the test, put a Goto End in your Post Action instead of Terminate.
    BTW, Mr. Eastwood, can I have your autograph?
    - tbob
    Inventor of the WORM Global
    Attachments:
    led_tests_on_off[3_0].seq ‏25 KB

  • Convert cluster of red,green,blue to array?

    hi guys,
    I have a this problem while i extract colour value from an image. it comes as a cluster of red, green, blue. i want to separate it into 3 arrays. i have already made it into 1-d cluster but i don't know what to do next. i have try all functions in cluster menu but they don't work.
    please help me.

    OK, let's backup a few steps
    It seems you have your image as a 2D U32 Array (blue) hat you feed into an array that turns it into a 2D array of RGB clusters and now you want to make 3 1D arrays, one for R, G and B, resp.
    SO... the question is: Why do you do this expensive (memory and CPU) detour via the RGB cluster??? This makes absolutely no sense. You can get your desired result directly from the U32 array with a few easy steps. See attached image for one possibility to do this.
    SInce you were talking about making 1D arrays, I reshaped the 2D array into a 1D array with a length corresponding to the product of the 2D dimensions. If you actually want to keep the RGB arrays as 2D, simply leave out the reshape function.
    Message Edited by altenbach on 08-28-2005 09:15 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    extractRGB.png ‏5 KB
    extractRGB_2D.png ‏3 KB

  • Aironet 1100 RED-GREEN-RED lights on

    Hello,
    my Aironet 1100 has the red-green-red leds on, how can i replace the IOS, how can i access it, i'm having problems using Ethernet?
    thanks

    Just had the same thing happen. I hooked the AP up to a laptop via ethernet cable, held the Mode button while connecting the power to the AP, and used tftp to transfer the image back to the AP.

Maybe you are looking for

  • Where is the .m2v menu file located for saved projects?

    Hi, i've done this before, but seem to have forgotten...I was wondering where is the location of the .m2v files of a saved project. The reason why i would like to find the .m2v file, is so i could convert the .m2v to .dv in order to create a menu on

  • HT5569 cannot connect my i pad mini to my network

    am stupid i guess  can not connect to wi-i on my mini pad i have att u-verse which says i have wifi   what going on. lamar thanks

  • Loss of quality between iMovie '09 and iDVD

    Hi all, I'd like to have some advises to understand if what I'm doing is the right way to do or if there is a better/different solution. I'm working in a photo shop (not ADOBE Photoshop ... ;-)) and sometimes we are doing some "movies" from photos. I

  • Where can I find bin files? I need something in range of 10MB to 15MB

    Where can I find Linux bin files? Especially in range of 10MB to 15MB. What software that have bin file executables available that is small enough to be 10MB or 15MB.

  • Return Delivery via BAPI_GOODSMVT_CREATE

    Hi, I'm trying to post a return delivery movement type 222 using BAPI_GOODSMVT_CREATE but getting error For reservation 0002207600 0001, no movements can be posted  . I notice that this bapi was using MB11 for the posting and tested also getting same