Windows XP Embedded

I am planning on using Windows XP Embedded for my first time. The system
will have to boot off a CD-ROM and cannot have a hard drive. It will run a
LabVIEW executable that mostly communicates via TCP/IP to several computers.
There may also be a GPIB card installed in the computer to collect data from
an oscilloscope. Does anyone have any advice or recommendations for my
project? Can anyone point to any good information that might be of use? I
was able to find some information about Windows NT Embedded at
http://zone.ni.com but I couldn't find anything about Windows XP Embedded.
Neal Pederson, President, VI Control Systems
1923 Mendius Lane, Los Alamos, NM 87544
TEL: (505) 662-1461, FAX: (866) 422-2931
[email protected], www.vicontrols.com

Good advice also...
I should check it out as well...
I don't know about making an XP guy out of me.. )

Similar Messages

  • Installing Adobe AIR on Windows XP Embedded

    Hello,
    I'm working at a museum using kiosk type clients running Adobe AIR. One type of thin clients we're using is running Windows XP Embedded. I've tried installing standard Adobe AIR on it via web, but it keeps failing. Is there some way to get Adobe AIR up and running on the Embedded version of XP?

    Any official word on this? It seems Flash Player is supported

  • Installing Latest Firefox on Windows XP Embedded gives error: "This application has failed to start because pdh.dll was not found"

    I'm trying to install the latest (standards-based) browser I can on on old Windows XP Embedded computer. The computer's hardware does not meet the "Recommended Hardware" of a Pentium 4 (it has a P3). I initially tried installing/running Firefox version 28, and that seemed to work fine. Version 36 gives the error I stated in the question. It's not paramount that I run the *latest* version of Firefox (the browser is ONLY used for an intranet application), but I'd like to install the latest version that will run, and if there's a simple fix for this version, I'd like to explore that.
    Regards,
    Gerrat

    Well, I was pretty sure it didn't have malware. It was running a steady state - like program & we have dozens of these on our network (but not on our domain). We have a corporate anti-virus (Sophos) running on all the computers on our domain, and there are no notifications of anything suspicious coming from these units.
    Just to be sure I installed and ran an antivirus scan against it though - as suspected, nothing suspicious found.
    As I mentioned, FF 28 runs fine, it's just the latest (36.0) that doesn't run (I haven't tested any versions in between). Either seems to install without hitch, but when the latest version is run, it gives the error about the missing dll.
    Regards,
    Gerrat

  • NI DAQmx 14.2 and Windows 7 embedded

    Hello,
    I try to install an application using labview 2014 with an acquisition device NI USB-6251 on a Windows 7 platform brand new embedded.
    The problem is it seems the installer refuses to install DAQmx 14.2 on this machine, I just get the following messages:
    (See the images below)
    Whenever I confirm Insatallation to continue to the end.
    When the PC is restarted, the NI USB-6251 device is not recognized either by windows or by MAX. (Not valid drivers)
    I transferred the driver manually (nixsrkw.sys) of a PC that works with the device in the path I indicates the installer plug and play windows (Windows / system32 / drivers), without success! (No valid driver)
    I tried several installer configuration, nothing happens, I have to wonder if NI DAQmx14.2 is compatible with Windows 7 Embedded ...
    Thank you for helping me a bit if you have already encountered this kind of problem, I do not understand what blocks the installation of the USB driver.
    Sorry for my poor English
    Greetings to all.
    Lionel
    Attachments:
    AFL-W07A_Pb_Install_00.png ‏28 KB
    AFL-W07A_Pb_Install_01.png ‏29 KB
    AFL-W07A_Pb_Install_02.png ‏29 KB

    Hello Miello,
    Thank you for your answer, I just tried the "run as Admin ..." with the right button, with the same problem in the end.
    It is true that this manipulation is not well documented in Windows 7.
    I'll try the same installer with a machine running Windows XP embedded, I'll let you know.
    If the installation succeeded this clearly show that the problem is on the Windows 7 side, otherwise the problem is in the application builder or modules ...
    To be continued ...

  • Not possible to run CodedUI tests on Windows 7 embedded

    Hi all,
    I am trying to get my CodedUI tests running on the target machine with Windows 7 Embedded.
    For that, I installed on the target machine:
    Visual Studio 2010 Test Agent
    VS2010 SP1
    Next I try to run the CodedUI test from the command line using mstest.exe (since no Visual Studio may be installed on target
    machine). However, before even executing the first line of code in my test, mstest fails after showing a popup window with following message:
    "the ordinal 459 could not be located in the dynamic link library urlmon.dll"
    When looking in the detailed logs of QTAgent32.exe I see a 'System.BadImageFormatException' thrown by the PluginManager of CodedUI when trying to
    start an Internet Explorer plugin. See detailed stacktrace below this message.
    This might be caused by the fact that this Windows Embedded installation does not contain Internet Explorer (for security reasons). The CodedUI test
    and application under test however do not need Internet Explorer at all, the application is a WPF application. 
    So, my questions:
    - Does anyone know how to get rid of this error without installing Internet Explorer? 
    - Any ways to prevent MsTest.exe to start the IE extension for a CodedUI test?
    Some things I tried already but did not bring success:
    - Run a completely empty CodedUI test; it triggers the same error.
    - Remove IE extensions from C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0
    - Remove unneeded things (datacollectors) from MsTestSettings file.
    Any help/ideas appreciated!
    Jan Lavrijsen
    Complete stack trace: 
    Agent: adapter run thread for test 'CutPowerDuringImport' with id 'b7c688eb-89ac-4654-b638-a5699f579871'           
    »DebugInfo     
    »Trace  »FirstChanceException           
    »FirstChanceException 'Microsoft' causing 'System.BadImageFormatException' - Retrieving the COM class factory for component with CLSID {25336920-03F9-11CF-8FD0-00AA00686F13} failed due to the following error: 800700b6 The operating system
    cannot run . (Exception from HRESULT: 0x800700B6).           
    »[CausedBy=Microsoft],[FirstChanceException=System.BadImageFormatException],[Count=1]      
    »CallStack:     at Microsoft.VisualStudio.TestTools.UITest.Extension.IE.IETestPlugin.StartSession(System.Boolean recordingSession) [IL: 0x19][Native: 0x4B]
        at Microsoft.VisualStudio.TestTools.UITest.Framework.UITestPluginManager.StartSession(System.Boolean recordingSession) [IL: 0x2B][Native: 0x95]
        at Microsoft.VisualStudio.TestTools.UITest.Framework.UITestService.StartSession(System.Boolean recordingSession) [IL: 0x34][Native: 0xA9]
        at Microsoft.VisualStudio.TestTools.UITesting.Playback.StartSession() [IL: 0x37][Native: 0x6C]
        at Microsoft.VisualStudio.TestTools.UITesting.Playback.Initialize() [IL: 0xB5][Native: 0x163]
        at Microsoft.VisualStudio.TestTools.UITesting.CodedUITestExtensionExecution.BeforeTestInitialize(System.Object sender,Microsoft.VisualStudio.TestTools.UnitTesting.BeforeTestInitializeEventArgs e) [IL: 0x3C][Native: 0x76]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecution.RaiseBeforeTestInitialize(Microsoft.VisualStudio.TestTools.UnitTesting.BeforeTestInitializeEventArgs args) [IL: 0x15][Native: 0x17]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecuter.RunInitializeMethod() [IL: 0x3E][Native: 0x96]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecuter.ExecuteTest() [IL: 0x8D][Native: 0x113]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecuter.Execute(Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestResult result) [IL: 0x46][Native: 0xD1]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestRunner.ExecuteSingleTest(Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecuter executer,Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement test,Microsoft.VisualStudio.TestTools.Execution.ITestContext
    testContext,Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapterContext userContext,System.Boolean isLoadTest) [IL: 0x27][Native: 0x55]
        at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestRunner.Run(Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement test,Microsoft.VisualStudio.TestTools.Execution.ITestContext testContext,System.Boolean isLoadTest,System.Boolean
    useMultipleCpus) [IL: 0x109][Native: 0x32B]

    Hi Jan,
    Thanks for your response:)
    I think it is a good feedback for this issue, but as far I know, it is by design now, we need to use the IE extension for test projects. My understanding is that it would find the accordant UI Test Controls with your app UI controls, so it would search all
    test controls include the IE controls, and then use one real UITestControl to instantiate an object which is equal to the real UI control, so we could playback the recorded action.
    WinButton uICloseButton = this.UISnippingToolWindow.UISnippingToolTitleBar.UICloseButton;
    But I think you can submit this feedback to Microsoft Connect feedback portal:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,maybe
    Microsoft engineers will share us a more plausible explanation.
    Thanks for your understanding.
    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.

  • Dual Boot on Windows 8 Embedded Handheld

    Hello,
    Not sure if this is the right forum or not. If not, can someone on this forum help divert the question to the correct forum?
    We are trying to achieve dual booting on Windows 8 embedded Handheld on a Bluebird device. We have not been able to achieve it so far. Thought of asking for help from the community. Has any one been able to achieve this on a Bluebird device? http://www.mypidion.com/product/product_tab.asp?bmenu=1&t_idx=496
    If it is possible, can someone please guide us through the process?
    Appreciate any help provided.
    Thank you.
    -Hetan.

    and it was moved to the wrong forum... try on of these:
    https://social.msdn.microsoft.com/Forums/en-US/home?category=windowsembeddedcompact
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=windowsmobiledev
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Installing LabVIEW DSC 8.6 Run Time on Windows XP Embedded flash memory

    I'm trying to install LabVIEW DSC 8.6 Run Time on an embedded PC running Windows XP Embedded. This has a small local disk (c), so I would like to install DSC Run Time on a secondary flash memory drive (d). The installer tells me that I don't have enough free space on drive c, but I cannot browse to select drive d. What do I need to do to get this installed?
    Thanks,
    Josh

    The DSC module can't easily be installed to external flash memory. You'll want to move any extra data onto the flash drive to free up space on the internal memory for installing the DSC module. 
    Mark E.
    National Instruments
    Schedule a Free 1-Hour online LabVIEW Tutorial with an NI Applications Engineer

  • Adobe Air on Windows XP Embedded?

    Hi All,
    I am working on a project where we may need to use Windows XP
    Embedded. We are using Adobe Air for the the UI. Will Adobe Air
    install on Windows XP Embedded?
    Thanks in advance for any advice.

    So is this still the case - it wont run? I have to say that my experiments seems to confirm this. It would be nice to know from Adobe officially. XP embedded is used in Kiosks and therefore is a good market for us. I guess I will have to use Zinc till then.
    Ta Richard

  • IPSec on Windows XP Embedded

    Is it possible to configure IPSec on a system running Windows XP Embedded OS? If yes where can I find material on doing so?
    Thanks,
    Bob

    There is nothing in Target Designer to set the policy. How ever it is setup in Windows XP would be the same for XPe. I cannot find specific links to XP, but there are others:
    https://msdn.microsoft.com/en-us/library/bb742429.aspx
    https://msdn.microsoft.com/en-us/library/dd314176%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • LabVIEW on Windows XP Embedded

    Hello ng,
    has anyone experience using LabVIEW on Windows XP Embedded? Does it
    work, are there limitations, ...
    Thanks in advance,
    Marko

    Hi Marko,
    Please visit the following link for answer to your question.
    http://exchange.ni.com/servlet/ProcessRequest?RHIV​EID=101&RPAGEID=135&HOID=506500000008000000ECC6000​0&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Please feel free to respond with your comments should you have more questions.
    Regards,
    Ankita A.
    National Instruments

  • Can Air 2 run on Windows XP Embedded?

    I have developed an Air program, which works fine on Windows XP.
    Once I shifted to Windows XP Embedded, it crashed after running for a certain time.
    Here are some screen captures that indicated crash happened due to the failure of Adobe Air.dll
    Any ideas?

    i have a problem i am unable to run j2ee applications
    on windows xp help me..............Yes, press start > click on shutdown and press ok and go to sleep.
    You need to describe something about your problem.

  • Help installing Java on Windows XP Embedded (XPe)

    I'm trying to deploy an embedded system running Windows XP Embedded. The application we need to run on it is written in Java and i'm having a heck of a time getting Java to work on XPe.
    Basically i'm building my OS image and then copying my Java Runtime directory over (which works fine on XP based machines) but when I launch the app it just hangs and nothing happens. I also attempted running the install file to do a fresh JRE install but the install shield closes down for no reason shortly after launching it.
    Does anyone have any idea how I can get this to work and what steps I have to take? It seems like i'm not including something in my image i'm building that Java is looking for.
    Any help would be MUCH appreciated.

    Dead easy.
    Install Javaruntime on your PC.
    This should give you all the files you need in the following dir.
    C:\Program Files\JavaSoft\JRE
    this link has the registry entries you need.
    http://lopica.sourceforge.net/gotwebstart.html#registry-runtime
    I had to add the bin and classic or client directorys to the path.
    build a component.
    add it in.
    worked for me.

  • LabVIEW application run on Windows XP Embedded

    I'm doing a Embedded system based on Windows XP Embedded operating system.I want to make a LabVIEW applications which can run on it.I see a lot of paper that show the LabVIEW does not support Windows XP Embedded.I want to know whether the official has already solved this problem?Or someone has done the same thing successful?

    Who is the official? NI?  If it isn't supported, NI is unlikely to be trying to solve the issue as we are a bit beyond XP.  You'd need to find unsupported methods to hack it a bit.  I'm not sure you'll enjoy this process

  • Install Oracle XE on Windows XP Embedded

    Can I install Oracle XE on Windows XP Embedded?

    I'm not sure that anyone has tried that before.
    Are you going to have enough memory? I think the answer might be along the lines of installing on XP Home... it could be done, but it will take a lot of time and a fair amount of voodoo. It also won't be supported.
    ~Jer

  • How to Change Windows XP Embeded SP3 on OEM device

    Hi
    I have an spectrum analyzer R&S FSP.
    It have a Windows XP Embeded SP3 that we use for a remote desktop connection for monitoring from somewhere else.
    I want to reinstall its OS , what should I do?

    XP Embedded is a customizable version of XP. You need to go back to the manufacturer of the spectrum analyzer to get the OS update or re-installed.
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • How to create own customized screensaver on Windows 7 Embedded Standard sp1

    Hi Support,
                      How to create own customized screensaver on Windows 7 Embedded Standard sp1 OS.
    Regards
    YASH PAL SINGH

    This forum is for POSReady. wES7 forum can be found here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=quebecmisc
    Create the screen saver in Windows 7 first and then put the file in the distribution share to be included in the image. There are tools that can help create a custom screen saver:
    http://download.cnet.com/windows/screensaver-editors-and-tools
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

Maybe you are looking for

  • Problem in CRM IC webclient-CRM_CI is the tcode

    HI SAP ALL Currently i am working on CRM.  Here SAP Users expereices a following error When ever trying to use VIN( Vehicle identification numer ) as input in the CRM_IC ( IC WEBCLIENT) and click on confirm button, the vehicle information avaiable on

  • Inventory report with Batch details

    Hi, Is there a report that has inventory on hand with batch detail in B1 2007? Thanks, Olga

  • About ale and idocs

    hi all i was asked in an interview when we will go for creation of an idoc.pls provide me some real time situaution when we use these idocs

  • How to create interface when target is a webservice

    Hi I have following requirement I want to sent data from a table to a web service.I have source as oracle database table and in the target end i have web service.Do i have to reverse engineer the webservice in this case.If so how i have make web serv

  • New imac keeps freezing.

    I've had my new imac for 4 days and every day it keeps freezing this is normally on a screen saver or front row, I have tried force quit but nothing seems to help and in the end have to restart my imac, I have also done clean install but it is still