Indicator color in executable not same as in LabVIEW 6.1 VI

For outcome of test, I use a text string on top of a rectangular boolean indicator. In the LabVIEW 6i or 6.1 development VI I've set the color to green for a pass and red for fail. However, now that I've built an executable, the box shows grey in both cases. Making a .ini file with the same configurations as the LabVIEW.ini didn't help. (The .ini file is modified each time I run the executable.) I also tried using a custom indicator, but results were the same. Other ideas?

I tried to create a indicator similar to yours and didn't have any problems in the executable version. I just changed the colors of the boolean state with the "set color" tool and then made an executable out of the VI. The same colors were still present in the executable version. I have attached the VI and executable. If I'm on the wrong track just let me know - attaching a small piece of code that replicates the problem may help.
Attachments:
test.vi ‏14 KB
test.exe ‏54 KB

Similar Messages

  • Executable not working - Looking for LabVIEW Run-Time Engine

    This has been one of those days.
    I'm trying to create my .exe file to place onto another computer. I've done this before with success. But that was then and this is now.
    I believe I have all the files I need in my LLB, and I believe I did my application distribution correctly and I believe I built the DLL correctly. But when I took the resulting .exe file and placed it on another computer and attempted to run it, it gave me the error message: "Unable to locate LabVIEW Run-Time Engine. Program requires a version 7.1 (or compatible) LabVIEW Run-Time engine. You should have already realized this, you moron."
    Anyone have any idea where I went wrong or what step I might have missed? This has been a crazy, non-stop, massive brain fart of a day and I can't seem to remember what I'm missing here.
    Amateur programmer for over 10 years!

    Hi.
    Whenever you want to use executables or .dll's created with LabVIEW you must make sure that the LabVIEW runtime engine of the SAME version as the LabVIEW version used to create the files, is installed in the target computer.
    There are basically 2 ways to get the run-time engine installed on a computer:
    1. (the one I prefer): Download the correct version of the LabVIEW run-time engine installer from www.ni.com/downloads, or more specifically from
    http://digital.ni.com/softlib.nsf/websearch/369618​104E25B08E86256F54006A4E2F?opendocument&node=13205​0_US
    for the latest one. Once you have the installer for the run-time engine, just install it in the target computer. I prefer this option because the run-time engine is installed independently, so if you then uninstall your program, the run-time engine remains.
    2. Create an installer for your program that includes the run-time engine. To include the run-time engine, when you are creating your application, go to the "installer settings" tab, click on "Advanced" and make sure there is a checkmark on "include LabVIEW run-time engine". This way when you install your program in the target computer, the run-time engine will also be installed.
    Just as a note, any computer with LabVIEW on it, will also have the run-time engine.
    Good luck.
    Alejandro

  • Display Colors In CS5 Not Same as CS4

    I have a LARGE number of photos that previously looked great in PS CS4. Now when I bring them up in PS CS5. all the colors are off, as if there is a yellowish cast to them. They look great in Bridge or any number of other apps or on another system, but when I bring them up in Photoshop, they are off color. I first noticed this when I tried to scan something: the paper was yellowish, not white. Again, this is only in Photoshop.
    Other than installing CS5, nothing has changed on the hardware.
    I have the proper monitor driver (Viewsonic VP2250) installed and all other apps are color correct. I have the Color Settings and Preferences set as before and have even tried other profiles. Very perplexing . . .
    Any help would be greatly appreciated.

    Do you have View - Proof Setup and View - Proof Colors as before?
    Do you see the same problem with the OpenGL performance setting off?
    What kind of video card do you have, and are the drivers right up to date.  Virtually all the video card makers are making new releases to better support Photoshop.
    -Noel

  • How do I copy a document from pages into email (not pdf) and have color and format the same as the document created in pages?

    How do I copy an entire document from pages into email (not pdf) and have color and format the same as the document created in pages?

    Pages ’09 v4.3 and Pages v5.2.2 are entirely different document architectures. Consequently, copying and pasting a table from Pages ’09 circumvents the customary translation process  that would occur if you opened that Pages ’09 document in Pages v5.
    Make a backup copy of the Pages ’09 document that has the table in it, and then open this document in Pages v5.2.2. The table is translated into Pages v5 document format and displayed correctly. You can even select this Pages v5.2.2 table, and then copy/paste it into another Pages v5.2.2 document with accurate results.

  • CS5 and ACR not same color

    In order for my monitor to match my prints that I receive from my lab, I need to "desaturate my monitor" by 15% in the color settings tab.  I was previously working in CS2, and when I opened up an image in ACR in CS2, adjusted my image, then opened it in Photoshop.......the color was the same.  (I'm assuming that my "desaturate monitor" by 15%, as well as my calibrated screen were all working together.  Now, I have upgraded to CS5.  And, now when I open a RAW image into photoshop, it is coming in "desaturated" from the ACR screen.  Any idea why it's not looking the same, like it did in CS2???

    Color Synchronization works between applications, and works to synchronize color workflow choices.
    But not all of the applications have exactly the same color features.
    The "desaturate" option is specific to Photoshop, and is really a bit of a hack designed for experts to deal with large gamut colorspaces.  Most people should never have to use it.
    If you aren't using application specific settings (like desaturate), and have the settings matching/syncrhronized - then the color should look the same across the Adobe apps.

  • SubVI not executable error only when opening another VI in same instance of LabView

    I have a VI (ill refer to as "A")that I have written for some of my components of my system, one of them being a loop that polls a pump controller to pick up the data (pressure, volume, etc.) coming from the pump.  Now I have been able to get a VI (Ill refer to as "B")from that manufacturer that allows me to not only get the data, but write a command to my pump controller to control my pumps from labview.  So, my goal was to just open both VI's (A and B), "copy and paste" (from B to A)so to speak, so that I could have controls incorporated into my existing VI (A) that has the controls for the rest of my components.  However, when i open both VIs in the same instance of labview, i always get errors from the second VI that i open.  Keep in mind that when running just one VI in an instance of labview, it gives me no errors.  The furthest ive gotten was to open my "B" VI first, then open my "A" VI, in which the "A" VI only gives me "not an executable error"  After investigating the source of the error, it says that it's coming from the loop inside my "A" VI of which polls my pump controller to get the data.  So basically what im thinking is that the programming thinks that one VI is coming up with the data, and one is controlling it, so it gets confused as to whats actually going on. 
    Any help or suggestions would be greatly appreciated.  I can attach some of the VIs if need, figured Id try to get some ideas first as to maybe what is going on...
    Thanks in advance!
    Matt

    What errors?  Do they have an error number?  Do they have a description?
    Since you said communication, I'm going to assume that it is serial communication and is using VISA drivers.
    It is very likely the two VI's are stepping on each other's communication while they are trying to communicate with the pump.
    Why don't you post the two VI's so we can see what you are doing?

  • Export an image from flash, the output color not same as original from flash

    i try to create my logo from flash
    i use export function in gif format.
    the output color is not same as what i saw at flash.
    may i know why? below is the screenshot.
    flash
    output

    hi
    i have export in png. but it have a black part at the background.
    do you have idea?

  • Could not complete your request because specified color book could not be found

    I have seen this question on here before but the problem was never dealt with. From what I can tell this is an issue when a specific color from a color book is applied to a channel in Photoshop as a spot color and when the same file is opened on another computer with an instance of photoshop that doesn't share the same color book that said colors were pulled from, it simply won't open. Now I have been to countless pages that stated that I can simply download the new color books such as the Adobe Blog New PANTONE libraries but when I go to the link it suggests it just gives me some pantone color manager which after trying it for 30 days, did not download any missing color books. It seems to be the new pantone + libraries that I need in order to open these files. I also called pantone themselves to see if they could give me an answer so hopefully between here and there someone somewhere can get me those color books i need.
    They are apparently free and easy to download. I will probably feel like a moron when someone reveals something obvious I have overlooked but at the very least I just want this problem solved.
    thank you for your time.

    I have seen this question on here before but the problem was never dealt with. From what I can tell this is an issue when a specific color from a color book is applied to a channel in Photoshop as a spot color and when the same file is opened on another computer with an instance of photoshop that doesn't share the same color book that said colors were pulled from, it simply won't open. Now I have been to countless pages that stated that I can simply download the new color books such as the Adobe Blog New PANTONE libraries but when I go to the link it suggests it just gives me some pantone color manager which after trying it for 30 days, did not download any missing color books. It seems to be the new pantone + libraries that I need in order to open these files. I also called pantone themselves to see if they could give me an answer so hopefully between here and there someone somewhere can get me those color books i need.
    They are apparently free and easy to download. I will probably feel like a moron when someone reveals something obvious I have overlooked but at the very least I just want this problem solved.
    thank you for your time.

  • Error: Suite Color Management is not enabled | Bridge CS6

    When i go to Edit > Creative Suite Colour Settings in Adobe Bridge, I am receiving the following error:  "Suite Colour Management is not enabled. Suite Colour Management requires that a qualifying product has been launched at least once to enable this feature. Then I searched this issue in Google and I got a solution from the link http://helpx.adobe.com/creative-suite/kb/error-suite-color-management-enabled.html . I did all instructions one by one but my issue still not resolved. i purchased this license very recently From Al suwaidi computers
    Photoshop version is : Photoshop CS6 .kindly help me to resolve this issue

    Hi Curt ,
    I have already purchased adobe Photoshop cs6 13.0 MLP AOO License and illustrator CS6 13.0 MLP AOO License (i have selected to install all packages along with this ). i did all set up as per the instructions that post by adobe  http://helpx.adobe.com/creative-suite/kb/error-suite-color-management- enabled.html but still i cannot access creative suite color settings it says the same message ..
    "   Suite Color Management is not enabled. Suite Color Management requires that a qualifying product has been launched at least once to enable this feature "
    Info:-
    I am using a Z820 workstation with NVidia graphics but it not showing any hardware related errors
    Regards,
    Sangeeth Sagar,

  • Eye Dropper Tool (Color Picker Tool) not working correctly - Premiere CC - Windows 8 - Multiple Displays

    I'm running Windows 8, Premiere CC 2014 with two monitors. The eye dropper tool (color picker tool) isn't working correctly. It is selecting colors that are not the colors being hovered over. I've reasearched and see solutions to the problem when occurring with Mac, but do not see a solution for Windows. When I disconnect the second monitor, the eye dropper tool works correctly (as described by Mac users). I deleted any profiles for the montors that weren't the same, and still having the issue. I've also tried putting the source monitor on the second monitor, and tried sampling color from there... same result.

    Hello All,
    Problem solved...I reset all tools in the Tool Preset window. Seems to be working.
    Hope this helps someone...
    Cheers!

  • Status are "open" in CRM but not same shown in replicated sales Doc.

    Dear Experts,
    Status are "open" in CRM but not same shown in replicated sales Doc ( R/3 ). please suggest with optimal solution.
    Regards,
    Sany

    Hi Sai,
    Thanks for your response, I am using PFAL transaction to transfer the employees from ECC to CRM. and I am using only one emplyee for execution, is there any other transactions to replicate employees.
    In ECC, after executing the PFAL transaction, getting successful transfer of IDoc message with green light.
    In CRM in WE02, it is showing yellow light for the same IDocs.
    but even with yellow light (Warning) some employees are successfully converting into BPs, but some employees are not converting.
    I could not trace the problem that, why it is happening. IDocs are reaching to CRM system, but some idocs are not converting into BP where as some IDocs are converting into BPs successfully.
    Please help me to resolve this issue.
    Your suggestions will be highly appreciated.
    Best regard
    Raghu ram

  • Is possible to execute the same executable vi more than 1 time (like notepad, for example)?

    I have a Labview executable file that use serial ports to communicate with other devices. I need to execute the same "file.exe" more than 1 time, to control different devices simultaneously. When I double click on an executable been executed (from windows explorer), the file under execution comes to front. Is possible to execute the same file more than 1 time (like notepad, for example)?

    Not the answer you are looking for I know..but still: Copying the application to another location is one possibility...if it has a different path it will execute separately.
    (OR - build control of multiple devices into one and the same application... If you do not want to redesign the code to handle multiple instruments in the same VIs, you could clone the VIs within the same application...)
    MTO

  • BP671 object currencies are not same in budget hierarchy

    Hi,
    We have set object curency in budget profile for budget currency and availablitity control.
    Although all the wbs, networks and production orders use the same object currency, we are still getting the error "BP671 object currencies are not same in budget hierarchy"
    Any solution / ideas to solve this error ?
    Thanks,
    Manohar

    Thanks for your reply.
    But i have already checked all three option in Query designer and executed in Bex Analyzer.
    once again i am telling -(first time all posted and without posted node are apperaring but after swapping the axis in analyzer sheet only posted nodes are appearing)
    Any other option is require for this please tell.

  • Why I can't I do a songs sort which are marked by !'s (apostrophes) on the left side of list indicating the song does not exist in my music border, instead of scrolling through 1000's of song manually?? Seems stupid, no?

    Why I can't I do a songs sort which are marked by !'s (apostrophes) on the left side indicating the song does not exist in my music border, instead of scrolling through 1000's of song manually?? Seems stupid, no? And these !'s appear only when you try to play that song and it says "unable to locate".

    Use Shift+Delete to remove items from a playlist and the library at the same time.
    tt2

  • Why are printer managed color prints different from Photoshop managed color prints using the same color profile?.

    I'm using Photoshop 13.0.1, Windows 7, to print images using custom color profiles made with an XRite colorimeter.  However, when I print the image using Printer Manages Color, it is not the same as Photoshop Manages the colors and selecting the Canon ICC profile that (Canon 7200 MP2) that is the same as the printer managed settings.  Why are these prints not the same if the same color profile is being accessed??

    Hi WA Veghe,
    >First: DO synchronize, makes sure you have the same profile settings and color mange settings.
    I don't seem to be able to synchronize between CS4 (Photoshop) and CS3 (Indesign).
    It seems I have to do without synchronizing..
    >I do not seem to find HOW you are diplaying images on you screen: with Soft proofing?
    What happens if you soft proof in Photoshop and InDesign on screen: View > Proof colors. Do you proof with the same profiles, both simulate paper and black on?
    I can simulate Proof Colors (working CMYK), but not simulate Paper, both in Indesign and Photoshop.
    Problem is: SAME settings in Photoshop and Indesign BUT the image displayed in Photoshop is brighter and more saturated.
    So which image should I correct after?
    thanks for all help
    /L

Maybe you are looking for

  • How can i find the size and contents of playlist created by genius?

    How can i find the size and contents of i-tunes playlist created by genius?

  • PDF issues with Deskjet 7610

    We purchased a Deskjet 7610 about four months ago. When we generate PDFs from our CAD software, Vectorworks 2015, they sometimes print correctly and sometimes print with the annotations all bunched together so they're unreadable. The attached images

  • Hooking up my ipad2 to my tv with the av cable

    I've hooked my ipad2 up to my tv with the av cable.  Everything is mirrored and works fine, except for live video feeds.  I get the audio but to video.  Is there a problem?  Or does it just not work for live feeds.

  • Cost Allocation to Product.

    Hello, Our client is using 'Template Allocation' to distribute 'Manufacturing support cost' (Activity type - M_SUPP) to Process orders. The 'Plan Quantity' is derived using formula ' Order Total Quantity - Order Total scrap quantity' with unit base a

  • Fix for WRT54G file and printer sharing

    I have two computers, both connected via wireless. They were connected with a 2 year old Linksys router, that was working great, but got destroyed in a move. I purchased a new linksys WRT54G router. Symptoms were that both had great access to the int