PDA questions - emulator

I have build a simple vi and select excecution target to Emulator,
then run it. The connection status dialog pop up. But the progress bar
never progress. After some time, the dialog gone(time out?). Why vi
not run?

First, select "Build for PDA" (compiles)
Then, select "Download"
And finally, press the run button.
Then go to the PDA (or emulator) and run the application. The run button simply connects the two together (for debugging/testing), it doesn't actually run it.

Similar Messages

  • PDA Question

    I understand the process of creating a page for PDA use
    (minimal code) but is there anything else needed to "create" and
    load the page. Not receiving it on the PDA. Thanks.

    Many handhelds and smartphones are capable of linking to the internet and downloading files: either via Bluetooth, WiFi 802.11, a wired ethernet link or via USB to a computer using internet sharing technology. This is generally true regardless of the operating system: many Windows Mobile, the Palm OS, Symbian and hiptop devices can do this, and those which are mobile handsets can also tie to the internet via a GSM or CDMA radio through a cellular provider.
    Many are also capable of file synchronization, primarily contact and calendaring data. Other files - including media: music, photos and video - can be synchronized between your handheld and your computer, usually via Bluetooth or USB, or in the case of a hiptop device, servers on the internet accessed by both your mobile handset and a web browser on your computer.
    Protected AAC files in iTunes - those you download from the iTunes Music Store - cannot be transfered to a handheld device. Many handhelds support unprotected AAC, MP3 and other formats. The Motorola ROKR - available through Cingular - will download files from iTunes via the Cingular network, and several other providers, including Verizon, Sprint and T-Mobile, allow the download or transfer of music for a fee.
    If you are looking for a handheld music device, look to the iPod, as the convergence between great music, great connectivity to the web and for mail, great coverage for mobile handsets and really powerful personal computing just hasn't happened yet. Many devices get one or more of these about 80% right, but suffer with the other capabilities. It's hard enough to find a great combination of telephone service and personal computing in a smarthphone - most devices represent a serious set of compromises.

  • PDA question for OS X newbie

    I will be starting medical school this summer. As such my school requires ownership of a PDA. One of the required specifications is that it run on Windows Mobile 5.0. Will this be compatible with the new MacBook/MacBook Pro that I will be purchasing soon? Any ideas on making the two work together would be helpful. Thank you in advance for your suggestions.
    P.S. On a related note, what are people's favorite PDA/PocketPC running Windows Mobile 5.0?
    MacBook Pro (hopefully soon)   Mac OS X (10.4.6)   Currently using an old G3 iMac

    Thanks for your help. I also saw PocketMac. Looks quite similar to The Missing Sync. In the FAQ for PocketMac, they mention issues in compatibility with Intel Core Duo macs. Can't find the same info (one way or the other) on Markspace.com. Any insight? Has anybody had any experience with either of these two pieces of software (I will not be booting Windows on my new Mac - the OS is the whole reason to get a Mac)?
    MacBook Pro (hopefully soon)   Mac OS X (10.4.6)   Currently using an old G3 iMac

  • How to create and read text file using LabVIEW 7.1 PDA module?

    How to create and read text file using LabVIEW 7.1 PDA module? I can not create a text file and read it.
    I attach my code here.
    Attachments:
    File_IO.vi ‏82 KB

    Well my acquisition code runs perfect. The problem is reading it. I can't seem to read my data no matter what I do. My data gets saved as a string using the array to string vi but I've read that the string to array vi (which I need to convert back to array to read my data) does not work on the pda. I'm using version 8.0. So I was trying to modify the program posted in this discussion so that it would save data from my DAQ. I did that but I still can't read the data after its saved. I really don't know what else to do. All I need to do is read the data on the pda itself. I can't understand why I'm having such a hard time doing that. I found a possible solution on another discussion that talks about parsing the strings because of the bug in the "string to array" vi. However, that lead me to another problem because for some reason, the array indicators or graphs don't function on the pda. When i build the program to the pda or emulator, the array indicators are faded out on the front panel as if the function is not valid. Does this kind of help give a better picture of what I'm trying to do. Simply read data back. Thanks.

  • Pda Wireless

    I am developping an wireless PDA application on IPAQ 2490 with Labview 8.0 and i have this behavior
    - I have a primary loop wich read and receive continiously the TCP-IP data from computer and show it. on PDA Question here, If i dont receive continiously, i lost the wireless communication after few second. This behavior doesn't not appear un standard TCP connection, It is normal ???
    - I have a second loop in parralel with queuing message. When this loop call a VI with "Open on call option" and this VI start to execute, my primary loop stop. It is normal than only the VI on the top window can run and it stop all the loop in the caller vi.
    Thank you
    Jacomino

    During the discussion, i reveived a message from NI. Voila
    >Thanks for contacting National Instruments. This actually is expected
    >behavior. LabVIEW PDA does not support multithreading (even if the
    >operating system does), so whenever a new front panel opens, the active
    >thread switches until the new activity completes. Unfortunately, there
    >is no good way to force the threads to operate simultaneously. So you
    >may just want to refrain from using subVIs for code that must execute
    >concurrently.
    >
    >You may want to submit a product suggestion for this feature
    >(http://digital.ni.com/applications/psc.nsf/default?openform). These
    >suggestion go straight to R&D so they are an excellent way to get your
    >feedback directly to developers.
    Like you see, it 's Labview PDA does not support multithreading. Fortheremore, i remember  Win95 with Labwiew 2.2 it was not multithread (even the operating system) but it can run parallel loop with calling VI. But i will make the suggestion for Labview PDA.
    For the moment, i programming my appllication in one big VI. My diffrents Window is differents Tabs containing my controls and indicators wich appears and disapears with a loop ping the TCP-IP.
    Thank you at all for your help
    Jacomino

  • How does Azure Compute Emulator (or the Azure one) determine if a role is web project or something else ("The Web Role in question doesn't seem to be a web application type project")?

    I'm not sure if this is F# specific or something else, but what could cause the following error message when trying to debug locally an Azure cloud service:
    The Web Role in question doesn't seem to be a web application type project.
    I added an empty F# web api Project to a solution (which adds Global.asax etc., I added an OWIN startup class Startup etc.) and then from an existing
    cloud service project I picked Roles and
    chose Add
    -> Web Role Project in solution, which finds the F# web project (its project type guids are 349C5851-65DF-11DA-9384-00065B846F21 and F2A71F9B-5D33-465A-A702-920D77279786),
    of which the first one seem to be exactly the GUID that defines a web application type.
    However, when I try to start the cloud project locally, I get the aforementioned error message. I have a C# Web Role project that will start when I remove the F# project. I also have F# worker
    role projects that start with the C# web role project if I remove this F# web role project. If I set the F# web project as a startup project,
    it starts and runs as one would expect, normally.
    Now, it makes me wonder if this is something with F# or could this error message appears in C# too, but I didn't find anything on Google. What kind of checks are there when starting the emulator and which one needs
    failing to prompt the aforementioned message? Can anyone shed light into this?
    Sudet ulvovat -- karavaani kulkee

    Sudet,
    Yeah you are right, the GUID mentioned seems to be correct and the first one i.e. {349C5851-65DF-11DA-9384-00065B846F21} means the web application project which compute emulator uses to determine while spawning up role instances.
    You might want to compare the csproj of your C# and F# web projects which might give some pointers.
    Are you able to run your F# web project locally in IIS? If yes then you will definitely be able to run it on azure so I will recommend to test it in IIS Express first.
    Here are some other tips which you can refer or see If you are yet to do those settings
    1. Turn on the IIS Express - You can do it by navigating to project properties
    2. Install Dependent ASP.NET NuGets / Web Api dependencies (If there are any missing), Reference System.Web assembly
    Also I will suggest to refer this nice article about how to create a F# web Api project
    http://blog.ploeh.dk/2013/08/23/how-to-create-a-pure-f-aspnet-web-api-project/
    Hope this helps you.
    Bhushan | http://www.passionatetechie.blogspot.com | http://twitter.com/BhushanGawale

  • PDA module question

    I just got my PDA module and try to write a simple program run on emulator. But after I click the icon in the emulator. It show "connecting to LabVIEW" and stay there forever. why?
    also, after I switch target to my PPC, I can not find the icon in my PPC. why?

    Hi:
    How about your PDA module? Does it work well? Is there any bug for it? Can it commmunicate with PDA? Is the file to download big or not? Can it run well on PDA?
    Thanks

  • PDA Formatting questions ...

    Environment
    APEX 2.2 - I know, I know, we're working on the upgrade, they say 'soon'.
    Oracle 10gR2 on the database side
    I'm trying to format an APEX application to fit on a PDA screen even though the PDA hasn't been selected yet, I'm using a Symbol scanner running Windows CE as a test bed.
    The application runs OK but there are still some blank lines that I can't seem to get rid of.
    Here are a couple of questions:
    1- Can I change the height of the text and item fields on the screen?
    2- How can I get rid of the Region/Page name and reclaim that space?
    3- I have 2 buttons at the bottom that appear side-by-side on my PC but are on top of each other on the PDA, can't find out why?
    4- Is there a way to put a 2nd label (or free text area) for an item to the right of it?
    I'm pretty newbie-ish at this so please be gentle with your suggestions! ;-)>
    Thanks very much! APEX rocks!
    -gary

    Dimitri, et al
    I've done as much as I can with the version of APEX I'm currently using, thanks for the suggestions.
    I now need to know how to initiate the scanning function on the scanner. I'm using a Symbol NC9060 to test but it looks like we'll be using NC9090 for Production. I believe the NC9060 is running Windows CE and the NC9090 is running Windows Mobile 6.
    Is there a function code I need to send to the scanner before we start the application? If so, is that done through APEX or some program outside?
    We'd obviously like to use the scanning function to gather barcode information as input.
    Thanks in advance for any assistance.
    -gary

  • 7.1: Exception occured when App is started on PDA (works on Emulator)

    This relates to NW Mobile 7.1, development for PDAs, NWDS SP05 P01
    Dear all,
    if we deploy our application on Emulator under NWDS, everything
    will work fine.
    Now we want our app to run on a real mobile device, therefore we
    prepared the device
    - installed CrEme 4.12 (CrE-ME412_AX_CE42_PPC_minimal.CAB)
    - mindb (mindb.CAB)
    - pda_eswt_container.CAB
    - pda_runtime_wince.CAB
    CrEme starts with no errors. We created a device in the middleware
    and added the app to this device. After sync we see our app in the
    Application Launcher.
    If we click on our app, CrEme crashes after a minute.
    Looked in jscpout.txt, following exception is given:
    type: 5    s: processing
    type: 5    s: processing
    type: 3    s: Sync. Cycle End
    type: 3    s: Sync. Cycle End
    Error starting the framework
    java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: com/sap/tc/mobile/wdlite/progmodel/core/TextViewDesign
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.<init>()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.getInstance0()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.getInstance()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1WindowWindow.getDefaultView()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.startApp()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler()
         at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased()
         at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp()
         at org.eclipse.swt.widgets.TypedListener.handleEvent()
         at org.eclipse.swt.widgets.EventTable.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Control.pointerCallback()
         at org.eclipse.swt.widgets.Display.readAndDispatch()
         at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh()
         at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication()
         at com.sap.tc.mobile.wdlite.framework.ApplicationLauncher.start()
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext()
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication()
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer()
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    CrEme jsPexit() called with status=1
    Could anybody help us?
    Thanks,
    Daniel

    hi denial,
    I am not sure but.. Have you checked PORT settings at server. Because till you sync from emulator, DOE gets request from internal network only... So when you install your applicaion in PDA, it'll use external network(Internet).. so In this case your Basis person need to do some settings at server for port configuration for SYNC. SO make sure about this configuration.
    Please Reward if useful,
    Thanks and Regards,
    Sagar Patel

  • Noob questions...windows emulation on mac OS 10.4

    getting my ibook later this week and was wondering about windows emulation. i don't have an intel processor in my ibook (obviously), so what's your recommendation for a product that runs windows on a mac? and, total noob question, do i have to buy a copy of windows? i already have windows on my dell laptop.
    thanks in advance for your help.

    Hello,
    so, do the new macbooks have some kind of software
    pre-installed that runs windows? my friends who just
    got a macbook tells me he can run windows programs if
    he needs to.
    The MacBooks have Intel processors in them. So, no emulation is necessary. They can directly install and run Windows if they want.
    The reason you need a program like Virtual PC on an iBook is because it uses a PowerPC processor which Windows cannot communicate with. And, the PowerPC Mac's architecture is completely different.
    So, that means you need a program like Virtual PC to completely emulate an entire PC computer. Basically, it is a program that simulates a real computer and then translates those Intel instructions into PowerPC instructions that your iBook can understand.
    There is a severe performance penalty for all this translation. The iBook G4 will not perform like a regular Windows PC. It will be much slower, and you will need to be more patient. With a G4 iBook, you could reasonably expect your performance to be comparable to a 300 MHz PC running Windows XP.
    With a 1.8 GHz iMac G5 and 2 GB of RAM, I was experiencing performance comparable to a 1.3 GHz Intel Celeron system with 256 MB of RAM (which I happened to have around for comparison).
    But, for more intensive tasks, the performance was more comparable to a 500 MHz system.
    Anyway, back to the Intel Macs. Those machine's only need a free Apple Utility "Boot Camp" to provide the drivers and create a Windows compatible boot partition:
    http://www.apple.com/bootcamp/
    And, then they need Windows XP Home or Pro. That's it.
    With programs like Parallels, they can run Windows inside the Mac OS (or along side it) much like you would with Virtual PC:
    http://www.parallels.com/en/products/workstation/mac/
    i am trying to figure out where this might be useful
    in the first place.
    It is useful if you need to be able to run Windows software, but don't want to buy a PC. It's more convenient to have one machine that can do everything than it is to have a Mac and a separate PC.
    Feel free to ask additional questions if you have them. Or, if you like, hit solved on the post if you feel everything is answered.
    But, do let me know if I can answer any additional questions or need to re-state something clearer.

  • Is there any emulator for I-Mate Kjam PDA

    Hi
    Is there any emulator for I-Mate Kjam PDA,
    i have developed an application using midp2.0 and cldc1.1
    when iam trying to down load it to pda
    its giving an error "invalid jad file"
    I have checked all the attributes in jad and maifest file
    please help me
    its quite urgent

    Hi friend,
    I've already try out the corresponding link for translation but it coudn't translate the contains of
    pdf file which specify how to preverify , run the MIDlet,create the jar file etc.
    And the htmls which specify the APIs.
    And this sdk's i can't integrate in any Wireless toolkit also.
    If you used this sdks already can sent me the details of how to preverify,run the MIDlet and create the .jar file ,and required setting of System variables to this thread or on [email protected]?
    If you know any other translator for this as i've already search on google for this?
    Regards,
    Sachin Warang.

  • 7.1: set Screen Size of PDA Emulator

    We are developing a 7.1 PDA Mobile App using a client device with a bigger screen (VGA) than the emulator by default opens up with.
    Is there a setting (eg. in MI\settings\core.properties) to define the screen size?
    Thanks, Andre

    Hi Sivakumar,
    thanks for checking and letting me know.
    In the meantime I installed a software to control windows: Autohotkey. The little script below resizes the window and enters my user id and password. It is one click only if you have a link in the QuickLaunch Tray.
    Cheers, Andre
    WinWait, SAP NetWeaver Mobile,
    IfWinNotActive, SAP NetWeaver Mobile, , WinActivate, SAP NetWeaver Mobile,
    WinWaitActive, SAP NetWeaver Mobile,
    WinGetPos X, Y, W, H
    WinMove SAP NetWeaver Mobile,,X, Y, 800, 400
    MouseClick, left,  483,  78
    Sleep, 100
    Send, userid{TAB}password
    MouseClick, left,  36,  34
    Sleep, 100

  • PDA and ISP question - UK

    Hi, couldn't think exactly where to put this question. Apologies if it is in the wrong section.
    I use Virgin.net as my ISP, and want a PDA/smartphone/Palm etc that will allow me to receive email, sync calendar and address book, and also to function as a phone.
    Any suggestions on compatibility and Mac-friendly devices? Blackberry, Palm, or Sony Ericcson 910 are all on the list so far.
    If no suitable device exists, I will probably go for a new Powerbook Intel when available. I may do that anyway, if they look as good as I expect!!

    There is no difficulty with sending and receiving mail on a Palm device, and you need only the simplest, least expensive data plan most wireless carries offer to accomplish this. The upgraded version of VersaMail - which ships on the latest web-capable Palm handhelds and smartphones - is much more capable than its predecessor, though many users opt for one of the four versions of SnapperMail from Snapperfish:
    http://www.snappermail.com/wireless/email
    You need to carefully think about how you want to deploy electronic mail clients on your several devices:
    • do you want to use POP3 or IMAP protocols?
    • will you route through a major ISP, .Mac or your own mail server?
    • will you leave mail on the server for one or more of X devices if POP3 is selected?
    • is SSL to be enabled or not?
    • will you use SMTP via port 587 instead of port 25?
    • do you want to take advantage of optional non-IMAP synchronization opportunities for your handheld?
    • what capabilities are offered by your wireless provider?
    …and so on.
    There is also the matter of push technologies, like those used by Blackberry devices or Blackberry-compatible clients on other devices, like Palm or Windows Mobile handheld organizers and smartphones.
    Though setting up a client is quick and painless, there are many variables to the overarching process, and it's easy to end up with an multi-device configuration that frustrates you, rather than working easily and smoothly. In my case, it's a server-desktop-portable-Palm device configuration: four platforms working together to deliver mail to me, where ever I happen to be.
    Electronic mail is rather device agnostic, so picking a client you like on the platform supported by it is probably more important than any other consideration.

  • PDA is under the environment of Jeode, carry out applet question with swing

    Purpose : Under the environment of Jeode in PDA, links APPLET webpage on websites, and APPLET is " import javax.swing. *".
    Question: Not knowing the problem of how to go to solve swing bug of applet , it is unable to read webpages to cause pda.

    Right. Make "number" a field, and take it out of the
    method signature for paint.
    Because you didn't use the same signature, you didn't
    override the existing paint(Graphics) method, you
    just overloaded it. That means that when the GUI
    thread tries to make your applet paint itself, it
    calls the original paint(Graphics) method, and not
    your paint(Graphics, int) method -- and so your
    method never gets called.
    Hi Paul,
    Not to sure whether is this what you mean by above statement, i just understand the statement in bold, anyway i ammend the program , this time i declare another variable outside the init() and paint() call int num
    import java.awt.*;
    import javax.swing.*;
    public class Draw extends JApplet
        int num;
        public void init()
        \\ask user for input (1, 2 or 3) = String numberStr
        num = Integer.parseInt(numberStr)
        public void paint(Graphics page)
            for (int index = 0; index < 100; index++)
            switch (num)
            \\ my statement code
    }Anyway it works, thanks..:)
    my last assigment before my exam.

  • PDA emulator

    hai,
    I want to develop a J2ME application for PDA. I am developing the application on my PC . I have made the application into a JAD file . Now i need a PDA emulator to test the JAD on my desktop. Pls give me information on this and also inform me how to test that using the emulator.

    I'm also having this issue. I am developing j2me software that is required to run on a wide range of handsets including PDA's and smartphones, but cannot seem to find a decent representative emulator. Have tried running the midlet on an HTC Touch Cruise but have had no success and cannot suss out the problem as theres no chance of debugging the code.
    Any info would be greatly appreciated.
    C

Maybe you are looking for