Issues LV5.1converting apps to LV 8.2

I am jumping from Labview 5.1 to 8.2 and am having a few issues...
I have a few apps made in LV5.1 that have options set like "Run When Opend" and "Hide run and stop button"  When I open them in LV 8.2 they run but I can not find where to turn the run and stop buttons back on for debugging. I have to cntl-alt-del and kill Labview to stop these apps. Is there another way?
When did all the serial comunications to strictly VISA? LV 5.1 apps that use the old serial seem to bog down my PC to the point it is unsable when serial com is running.
What happen to the Write Characters To File VI? The closest thing I can find in LV 8.2 is Write Text File but this vi will not append to a file but overwrites the old file everytime.
Is there some place that I can find tips on converting old apps to Lv 8.2?

I have a few apps made in LV5.1 that have options set like "Run When Opend" and "Hide run and stop button"
Go to VI Properties >> Window Apperance >> Customize. In the dialog you must have set the checkmark in "Show toolbar when running" and the buttons you want to see. Then the App will show the buttons again.
When did all the serial comunications to strictly VISA?
It was 7.0. From then on all serial VIs were mapped to VISA even those with the old connector pane. But I never got any problems with the VISA version. We rebuild this part of code to use VISA and not the old serial VIs.
What happen to the Write Characters To File VI?
To write to a file you need to open the file first and connect the refnum to "Write Text File" and then position the file pointer to the end of the file. This is from the LV help:
Write to Text File
Writes a string of characters or
an array of strings as lines to a file. If a path is wired to the file
(use dialog) input, the function opens or creates the file before
writing to it and replaces any previous file contents. If a file refnum is wired
to the file (use dialog) input, writing begins at the current
file position. To append to an existing file, set the file position to the end
of the file by using the Set File
Position function.
All File I/O VIs changed with LV 8.0 to support files with more than 4 GByte lenght, file pointer data type changed from I32 to I64. The conversion isn't reliable so you have to check all VIs with file I/O. Espacally I had problems with text files and the EOL Conversion.
Is there some place that I can find tips on converting old apps to Lv 8.2?
I don't know I haven't searched for it.
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions

Similar Messages

  • Issue with the App Store showing up blank.

    Issue with the App Store, it will not let me search for new apps.  The screen is blank.  The update section and features section works, but it will not let me search for new apps. I have restarted my phone and no changes. The newest update to the iphones when the iphone 5 came out, i think, messed up this app.  When i am looking at how to fix it, it tells me to delete it and try again, but the App store is not a deletable app.  Any ideas why my App store, specifically the search section of this app doesn't work?

    I suspect it is on Apple's side of things. Mine was blank too, but now it works again. Fixed itself one morning.
    https://discussions.apple.com/message/19659161#19659161

  • Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

  • Have just purchased a new mac book pro, am now having issues syncing my apps to my new mac?

    Have just purchased a new mac book pro, am now having issues syncing my apps to my new mac?

    Welcome to Apple Support Communities
    You already have got OS X Mavericks installed (the Keynote, Pages and Numbers versions available in the Mac App Store are only compatible with OS X Mavericks).
    You have got a Late 2013 MacBook Pro, which uses a special OS X Mavericks version that is not available in the Mac App Store. This is the reason why the Mac App Store is not compatible with OS X Mavericks even if you are using it. This will be fixed in OS X 10.9.1, when your Mac uses the same Mavericks version as all other Macs.
    Until then, you can reinstall OS X through OS X Recovery > http://support.apple.com/kb/HT4718

  • [svn:bz-trunk] 17102: Rewrite all ImageSnapShot tests to avoid any timing issue on various app server .

    Revision: 17102
    Revision: 17102
    Author:   [email protected]
    Date:     2010-07-28 11:48:20 -0700 (Wed, 28 Jul 2010)
    Log Message:
    Rewrite all ImageSnapShot tests to avoid any timing issue on various app server.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureBitmapData.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImage.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedFalse.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedFalseJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedTrue.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testCaptureImageScaleLimitedTrueJPEG.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ImageS napshot/testEncodeImageAsBase64.mxml

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • [svn] 2210: Fix for layout issue of AIR apps on mac when only width or height is

    Revision: 2210
    Author: [email protected]
    Date: 2008-06-24 11:56:52 -0700 (Tue, 24 Jun 2008)
    Log Message:
    Fix for layout issue of AIR apps on mac when only width or height is
    set on root WindowedApplication tag.
    Bugs: SDK-14643.
    QA: Yes, very much so.
    Reviewer: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14643
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/WindowedApplication. as

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • TS1702 Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Since recent upgrade, I can't see any of my projects in Shutterfly. Their customer support says it may be issue with Java app and Adobe Flash Player

    see above-- are there known issues with these apps?

    Your Java player (if relevant) is not clearly indicated in your plugins list, and your Flash player is several versions behind. If Apple has an update site, you might check that first. Mozilla's site is here: http://www.mozilla.org/plugincheck/

  • TS1702 Has anyone had any issues with the app scramble with friends after updating to iOS 6. The touch screen is not responding properly when selecting the tiles but worked fine before the update

    Has anyone had an issue with the app scramble with friends after upgrading to iOS 6. Tapping the screen will not select the tiles and hold them.

    Yes I am having the same problem. I can't find any info about it and nothing seems to help. I am just posting this in hope that if it's a wider problem, there will be a quick solution.

  • Is anyone having issues with getting apps.

    Is anyone having issues with getting apps? It keeps taking me to my billing info for some unknown reason. it says (invalid address) when I try to purchase or update apps. Anyone got any answers to help me please??????

      YES I TO THOUGHT I HAD DONE SOMETHING TO MESS MINE UP, AND TRIED FOR 2 DAYS TO GET AHOLD OF SOMEONE TO SEE IF MY CC INFO HAD BEEN HIJACKED BUT WITH TODAY'S SO CALLED TECHNOLOGY YOU CAN NOT TALK TO A LIVE PERSON WHEN DEALING WITH ITUNES SO IT DOESN'T MATTER WHAT HAS HAPPENED YOU WON'T EVER REACH ANYTHING BUT YOUR OWN COMPUTER..LOL
    AFTER I FOUND THIS SITE I SEEN THAT NOT ONLY I AM HAVING THIS SAME PROBLEM, MANY , MANY MORE ARE SO I GUESS WHEN APPLE HAS DECIDED THEY HAVE LOST ENOUGH $$$$$ THEN THEY WILL FIX IT... GOOD LUCK TO YOU!!!!

  • CC application file sync issue and CC App broken menu..

    1. File sync from Photoshop CC has stopped working.
    Photoshop reports the last sync time and date in edit>sync settings.
    However in my Application settings I get the following..
    Application settings are synced between many of your favorite desktop applications and Creative Cloud, allowing you to work consistently from any machine. To begin syncing, you will need to open your desktop application and click "Sync Settings Now".
    You currently do not have any synced settings.
    2. I have missing menu items in the CC app cog menu (I assume as reported on other threads) including "stop syncing", preferences/settings and other blank or greyed out items.
    Prior to that I had the also reported dead CC app issue and uninstalled and reinstalled the app, which fixed dead app but left the munu broken.

    Hallo over there
    After using creative cloud cleaner ....
    every things is ok...8-)
    Sendt fra mobilen....
    Med venlig hilsen/Kind regards
    Fotograf Hans Søndergaard
    Allégade 23  1.baghus
    DK 2000 Frederiksberg
    M: +45 4044 8190
    [email protected]
    www.soendergaard.com
    Den 07/11/2013 kl. 17.32 skrev Simon_P1 <[email protected]>:
    Re: CC application file sync issue and CC App broken menu..
    created by Simon_P1 in Adobe Creative Cloud - View the full discussion
    Since the CC app messed up again and yet another reinstall, it is working (sort of, after several sync failures of lrcat) properly, including the menu, all be it very slowly considering the fast upload I have.
    As is the setting sync finally.
    Thanks for keeping me informed, oh wait, you didn't!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5823499#5823499
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5823499#5823499
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5823499#5823499. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Since up grading to new OS Lion  my iPhone iPod and iPad  all give me sync issues  they load apps , music , books , movies , but refuse photos  and the sync ends with an error 50 message most times  , yes  I have re booted  reinstalled new i Tunes  help !

    Since up grading to the  new OS Lion  basicly problem free except  my iPhone iPod and iPad  all give me sync issues  they load apps , music , books , movies , but refuse photos  and the sync ends with an error 50 message most times  , yes  I have re booted  reinstalled new i Tunes and all my others   help !   I have update every thing I can  re installed  , no other issues apart from Parallels  and windows  which  I have deleted and will reisnstall and up date when I get my discs back moving house so in storage boxes somewhere ? , but who needs  Windows ?  is any one else suffering , or have any solutions 

    Hi Ken,
    Wow, I've logged into adobe and never seen your response until now.
    I need to make the forums more of a daily stop I guess.
    Thank you for your response, When I go to the Archives, it states I have none. In addition, previously when I'd tried to move items to the archive, they just disappeared  
    Currently my desktop is not connecting at all, Everytime I connect, it's states "We have now logged you out" and requests I login again.
    I have of course rebooted,
    Gone into taskmanager, killed all the relevant threads,  tried again to login through the desktop, no luck, I'll have to uninstall it, make sure the threads are killed, then reboot it and then reinstall it, but I've not had the time to do that.
    On another note, and just as a point of reference, myself, personally, I hate these "cloud" file repositories (not to be confused with adobe cloud services which I love) but the file repositories themselves imho, are a blackhole of resource usage when one doesn't/isn't using them,
    Is there a way we can use it more of a "ftp" sort of thing, when I want to I can  put files there?  There is no way to "Download" the repository, no way to download the folders.. only individual files and then it takes I think three different steps before the download starts.. I find this very inhibiting.  Just an fyi. for what it's worth.
    Please, feel free to contact me,
    I'm on g+ chat [email protected]

  • I have an iphone 4. Recently I have issues with certain apps closing immediately once they are open. ie Email. Tried re-booting entire thing and still having issues. Any one else having this issue or a fix for it?

    I have an iphone 4. Recently I have issues with certain apps closing immediately once they are opened.(ie Email). Tried re-booting entire phone and still having issues. Any one else having this issue or know a fix for it?

    Delete background Apps from memory and then Reset.
    To Delete background Apps, double click Home button, in the bar at bottom, hold down on an App Icon until the minus sign appears, tap all the minus signs, until all background Apps are cleared from memory. Then Reset, hold both Home and Power buttons until the iPhone begins to restart itself, ignor the 'slide to power off' let the iPhone restart itself. Usually takes about 10 seconds of holding both buttons.

  • Issues with Server.app

    hello together,
    I have some issues with Server.app.
    I connect to a server in our local network.
    In the Users tab I see only local users of the server, not the network accounts
    When I choose "Manage Network Accounts" from the "Manage" Menu, it tells me to configure the server as a network directory, but it is already configured as such.
    When I hit "next" and enter account information for the directory admin it tells me that this server is already configured to manage network accounts.
    How can I view and mange the network accounts again?
    Thanks in advance
    macmartin  

    Just fyi, I was not able to resolve this on my migrated server. Every time when I imported the OD backup from 10.5.8 Server.app couldn't load the user or group list and issues an error message with "error 5000" or something. Check if you have that in your logs, too. If so, Server.app is no longer able to authenticate against the OD. There are several threads regarding this 5000-error, none of them worked for me. Usually this happens when the hostname, IP or something in the OD setup changes and the agreed keys no longer work for authentication. As mentioned, I never managed to get that to work again and had to use a fresh OD and create the users from a list (without pwd). Not very charming.

  • I'm having issues with audio apps randomly stopping and starting. Also, Siri just randomly opens. For example, podcasts will stop playing in the middle of a playback. Do you have any thoughts?

    So I noticed the problem with the app iHeart Radio. While listening to the app, it would stop playing without any noticeable issues. For example, I'm on a WiFi network, operating it where I normally had no issues. I deleted the app because if became so annoying. I now notice the same issues with podcast app when playing back a downloaded program. Also, more than a few times of the day Siri will just randomly open. I am wondering what options do I have to discover the problem. COuld it be the most recent IOS update? I don't want to have to restore an old backup and loose data.

    So I noticed the problem with the app iHeart Radio. While listening to the app, it would stop playing without any noticeable issues. For example, I'm on a WiFi network, operating it where I normally had no issues. I deleted the app because if became so annoying. I now notice the same issues with podcast app when playing back a downloaded program. Also, more than a few times of the day Siri will just randomly open. I am wondering what options do I have to discover the problem. COuld it be the most recent IOS update? I don't want to have to restore an old backup and loose data.

Maybe you are looking for

  • Chart legend too wide when using horizontal layout

    I am using a flex chart with about 15 series on it. I've set the legend direction variable to "horizontal". However since the panel width which contains the chart is fixed, the legend sprawls out to the right instead of going "wrapping around" nicely

  • Scroll image with adjustment brush on

    Hi - anybody know how:- Zoom to 100% and have the adjustment brush switched on, and then scroll into other areas of the image (without closing the adjustment brush dialogue)??  I mean like in PS you can toggle quickly between brush and the hand, so t

  • Regard  Customization of VO

    Hi All, I have a doubt in extending the exitsing VO. The problem is, at present the VO has 3 bind variable and in as per my requirement i want to make it as with 4 bind variables. How i need to excute the extended VO Thanks Uma

  • IPhoto and iMovie won't update

    I have a refurbished Macbook Pro and when I try to update iPhoto and iMovie it says To update this appliction, sign into the account you used to purchase it. I have only had one apple ID. Does anyone know how to sort this out so that I can update the

  • Search by date not calendars

    Quite suddenly my search has changed from a view of events by date to one of calendars by date. Can anyone suggest how I can get it to revert to the former? Cricketfan G4iBook   Mac OS X (10.4.4)