Program slow down / problem of memory optimization

hi all,
Here is my problem. I am using Labview 2011 and a NI acquisition board. In attachment are simplified VI codes I implemented to acquire analog signal and process the data. The main_VI.vi starts the RUN VI that performs data acquisition and data processing. In the RUN VI, I implemented a state machine because there are many sequential steps. The acquisition is done many times (see max iteration value) and for each acquisition, there is a processing. I used a queue structure to send data for processing in parallel. I also use a in-place element structure to manage the array.
For real data acquisition (from NI board), the program slows down after hundreds of iteration and when I exit the program, it seems the VI has to free memory because it takes few minutes to close the VI.
My questions are:
-       Is the state machine structure properly implemented?
-       Is the queue strategy optimal to do parallel processing?
-       Is the use of in-place element structure properly implemented in my case, and is it needed for 1D array with a size of 4000 to 20000 points?
Thank you for your help/suggestions.
Cedric
Attachments:
Main_VI.vi ‏25 KB
RUN.vi ‏88 KB
acquisitions_data.vi ‏28 KB

Hello Cedric,
I noticed that in your "RUN.vi" you are calling the "acquisitions_data.vi" iteratively in a For Loop.  Everytime that For Loop iterates, you are creating the Task, running the acquisition, then closing the Task.  You don't need to create and clear the Task over and over again like that.  Instead, create and configure the Task outside of the for loop.  This way when you get inside the for loop, use the "DAQmx Start Task.vi" to start the task, perform the read using the "DAQmx Read.vi", then use the "DAQmx Stop Task.vi" to stop it.  Outside the for loop you can place the "DAQmx Clear task.vi" to clear the references.
Perhaps this will help with your performance.
Mason M
Applications Engineer
National Instruments

Similar Messages

  • I made eight radio buttons exclusive by each other.But It made the orignal program slow down.

    I made eight radio buttons exclusive by each other. But It made the
    original program slow down. I insert them parallel to the original
    program, ie, they are excuted at the same time, I think. But I found
    that the speed before I insert it is faster than after. I think If I
    use the exclusive radio buttons made by ni , the program will execute
    faster. but there aren't eight radio buttons I can choose. How can I
    do ? Or How can I make some changes to the slide that I will get the
    result like NI does?

    You'll have to give the processor some time. In the parallel loop, put a
    'Wait (ms)' from the Time & Diaglog pallete. Wire e.g. 10 to it, and the
    computer has some time to do other processes (like the other loop, and
    updating the user interface).
    When you have something like this, you can open the task manager (win nt,
    win 2000). If it it this problem, the processor uses 100% processor time.
    Regards,
    Wiebe.
    "Rosa" wrote in message
    news:[email protected]..
    > I made eight radio buttons exclusive by each other. But It made the
    > original program slow down. I insert them parallel to the original
    > program, ie, they are excuted at the same time, I think. But I found
    > that the speed before I insert it is fa
    ster than after. I think If I
    > use the exclusive radio buttons made by ni , the program will execute
    > faster. but there aren't eight radio buttons I can choose. How can I
    > do ? Or How can I make some changes to the slide that I will get the
    > result like NI does?

  • PROGRAM SLOWS DOWN WHEN IT ENTERS A CASE STRUCTURE

    OK so here is the problem i am making this pid controller the output range is 0-100  in this program i am just trying to get it to work so i  did a compair function whereby when the controller output is 0 and the constant is 0 i start a case loop which will turn the output on for one second and off for one second .   when i enter the case structure the rest of my program slows down
    i have no idea why , i have tried to make a while loop and a case structure outside my main loop but i cannot get my signal from my compair statement to enter the second loop where i get my output to cycle in 1second intervals 
    below is the VI please help
    i am still learning how to use labview by the way
    thank you
    gary
    GR
    Solved!
    Go to Solution.
    Attachments:
    TMP36working!vi.vi ‏225 KB

    gary,
    The next thing you need to learn about LabVIEW is dataflow. This is the fundamental paradigm of LV and will explain your slow down issues.
    The basic dataflow concept is that any node (node = function, subVI, structure) can begin to execute when data is present on all its inputs and that no data will be present at its outputs until the node comopletes execution.
    How does this affect your VI? The true case has a 1000 ms Wait (actually two, one in each case of the inner case structure = redundant code). The case structure will not complete execution until the wait completes. And, the while loop does not complete its iteration until the case structure completes. The result: When the PID.vi output = 0, the loop will run at 1 second per iteration.
    What is the fix? Continue running the loop at 100 ms intervals. Keep a count in the case structure (true case) and another shift register of how many 100 ms intervals have passed. When the count reaches ten, toggle the output line.  Do not use the 1000 ms Wait.
    All the code in your inner case structure is unnecessary. Wire the Remainder output directly to the Arduino Digital Write VI.
    Be careful with the comparison to zero with floating point data. If the calculation which produces the data has round off errors you might get a value like 0.573E-15, but that is not equal to zero. It is better to compare to a small range of values above and below zero.
    Right to left wiring is much easier to follow when trying to understand what a program does. Using the Clean Up tool occasionally will help (although it will eventually frustrate you also).
    Lynn
    Attachments:
    TMP36working.2.vi ‏214 KB

  • Firefox 4.0 RC has huge memory leak + slow down problem

    Firefox 4.0 RC Seems to have a huge memory leak issue. After leaving the program open for around half an hour the RAM usage climbs to over 1 gb.
    However, I have 12 gb of physical ram, so firefox staking 1 gb for itself is not too big of a problem (and is probably a blessing as it means it's caching more data), but the problem is that the UI begins to slow down and become clunky after about 30 minutes.
    Browsing, switching tabs, even typing becomes jittery and not very responsive.
    This happens regardless of how many tabs I have open.
    Now it's also crashing every once in a while.

    Even with Firefox 4.0 (Release) running in Safe Mode, with all add-ons and themes disabled, I'm still inclined to think there's something screwy going on here.
    I was watching Page Faults/sec, Page File Bytes and Working Set in Performance Monitor and tailing the Privoxy log for requests. Even with Firefox minimized and "doing nothing" (making no requests, anyway), over the space of a 10 minute period the Working Set grew from 244,375,552 bytes to 274,939,004 bytes (averaging 50,939 bytes/second). This behaviour doesn't seem consistent though - sometimes it doesn't seem to grow at all.
    Additionally the Page Faults/Sec went nuts, accompanied by a step in Page File Bytes and Working Set, whenever a request got made to http://safebrowsing.clients.google.com/safebrowsing/downloads which seems to happens on a regular basis (approximately every 30 minutes).

  • LabVIEW 8.0 computer slow down problem

    When using LabVIEW 8.0/8.2 Full Development suite I have been experiencing times when the cpu usage of LabVIEW goes to 99% and stays there causing it to lock up and have to terminate the process. I have experienced this several times while working on a large program that I have been developing. I thought it was due to low memory but have upgraded to 1Gig of memory and still have to same issue. This will ussually happen when I make a change to the program or save the changes I have just made.

    Dear Bjarne:
       Are you able to see this issue with other larger VIs or, do all
    the VIs slows down.  Lets shift gears a
    bit and see if now all VIs in the environment
    are slow than usual. Just restart the LabVIEW environment, make sure no other
    applications are open and that the CPU usage in the task manager does not show
    its resources being used by another application.  Then open up a brand new
    VI or some of our shipping examples. If you see the problem while editing VIs and then try to save, it would be specific to the
    environment you have installed. If it’s specific to the VI, I would take it to
    a different system with LabVIEW 8.2 and see if that happens? Can you try
    running the same VI on another LabVIEW development computer system?
    http://digital.ni.com/public.nsf/websearch/862567530005F09C862565D40010CA3D?OpenDocument
    http://forums.ni.com/ni/board/message?board.id=170&message.id=128375&requireLogin=False
    LabVIEW will take little time (milliseconds to 1 or 2 seconds) depending on the
    size of the VI to save if it’s a large project. Is this the behavior you are
    concerned about? Can you try may be mass compiling VIs
    in your environment?  Please post some snapshots of task manager and the
    VI size and the block diagram to help us speed the troubleshooting process.
    Thanks much
    Avi Harjani

  • Why does my data logging program slow down after a while?

    A data logging program created with Labview 5.1. Slows down after a few weeks and creates files in the Temp. directory.Computer is Siemens Scenic pro 124 MB ram and AT-MIO-16XE50 Data acquisition board. Also using Solartron Dig. probes and Fieldpoint units.

    Any chance that you are using Win 95/88/ME? Those OS's have well documented
    memory leaks which will consume all your available memory if an application
    is run long enough. Also there are some issues of memory management within
    LabView in the allocation of memory.
    The solution to the first is to switch to WinNT/2K. The second will be much
    more difficult.
    On Thu, 22 Feb 2001 03:19:12 -0800 (PST), Freek wrote:
    >A data logging program created with Labview 5.1. Slows down after a
    >few weeks and creates files in the Temp. directory.Computer is Siemens
    >Scenic pro 124 MB ram and AT-MIO-16XE50 Data acquisition board. Also
    >using Solartron Dig. probes and Fieldpoint units.
    ===========================================================================
    SolidW
    orks Research Partner National Instruments Alliance Member
    Christopher Dubea Phone: (504) 847-2280
    Vice President of Engineering Fax: (504) 847-2282
    Moving Parts L.L.C. email: [email protected]
    P. O. Box 6117 URL: http://www.movingpart.com
    Slidell, LA 70469-6117

  • High CPU usage and program slowing down

    Hi. I have helped write a program in AS3 that uses classes. We have 2 frames in our movieclip that consists of an ant moving. We have a class of ants and can create 15 instances of them and the program runs fine with the ants walking around looking for food and going back to a corner that is their nest and going back out again. The ants also respond to mouse movement if the mouse pointer is near an ant.
    If we create more than 15 ants, then the program starts to slow down. If we have 30 ants on the screen, then there is noticable stuttering of the ant movement. The CPU usage on a P4 2.5Ghz Pentium is around 50%.
    Is this normal? or is something wrong?
    I would have thought we would be able to scale up the number of ants easily.
    Thanks
    Trev.

    Hi kglad.
    Thanks for the reply.
    I assume enabling cacheAsBitmap is set in the ant class Constructor, as we have tried that and it has helped, see below. We can now create 30 ants with very slight stuttering.
    We have an  ant class as below.
    public class TAnt extends MovieClip { // lots of code here }
    ant Constructor as below.
    public function TAnt(newX: Number, newY: Number, sW: Number, sH: Number, rCyc: Number) {
                this.cacheAsBitmap = true;
               // more code here }
    // We have implemented a Finite State Machine for the ant behaviour.
    regarding the ants using a loop and using a controller class, I am not sure what you mean.
    We are creating instances of the ants in the Ants.fla file which is in the Action file and add each new ant to an array. See below.
    for (var a = 0; a < nAnts; a++) {
        var newAntX = Math.random() * screenWidth;        // randomly generate ant location
        var newAntY = Math.random() * screenHeight;
        var rCyc = Math.random() * 800;
        var ant = new TAnt(newAntX, newAntY, screenWidth, screenHeight, rCyc);            // create ant
        addChild(ant);                                                   // add ant so visible on screen
        ants.push(ant);                                                 // add ant to array
    So we use an array for looping through the ants in the Ants.fla Action file.
    Is this the way you mean?
    Thanks
    Trev.

  • Any security update slow-down problem occuring ???

    hi all,
    My macbk has slowed to a crawl on the net. connecting from one site to another takes up to 20 seconds. I've done permissions / onyx/ scripts/ reset safari & camino /cleared browser caches and each time it speeds up a bit but within a few minutes online it's slow again. hangs up initially at "looking for..." in the bottom bar and shows highlighted bar hung right before "www". OR at the "go to" / "contacting" stage at the same WWW
    The only thing I can think that I did at about the time it began slowing down was , using software update (which I rarely use- normally download directly from the apple site, but got momentarily lazy!).
    My Techtool pro is 4.2.1 and won't run on my intel apparently - or so it says in the dialogue box and when I try to download and install the incremental update it says it can't find where to install. so I am stuck with out it at the moment.
    If it weren't so rare I would think I had a WORM. but that IS rare on a mac I think.
    so thinking about possible linked problems with that security update.
    anyone heard of any problems ?
    I do have applecare, so if all else fails I can call them I guess
    Message was edited by: Sue brown1
    Message was edited by: Sue brown1
    Message was edited by: Sue brown1

    You're Welcome Sue!
    I forgot about some of the cool options in the Safari View contextual menu, so thanks to your previous post, I took a look.
    I haven't been exploring my system enough lately!
    And Thank You, for extending the courtesy, of awarding in  Discussions, as this is not a requirement, nor mandatory, but is much appreciated!
    ali b

  • Safari Among other programs slow down!

    I need help, my machine is brand-spanking new, and I am experiencing severe slow down. Safari seems to freeze up my entire computer for a couple minutes before loading up the home page. Any help will be greatly appreciated !

    Don't confuse Leopard's aggressive memory management with wasted resources, the Free Memory number is somewhat misleading. The only memory that isn't truly available for other applications to use is the Wired and Active, everything else is truly up for grabs. Inactive memory is stuff that has been cached back to disk but is staged for additional use. If another app needs that memory it will give it up, if not it generally acts as a very fast buffer for frequently used apps and files (very basic description).
    The memory amount you are really using can be derived for totaling Wired Memory and Active Memory, consider the other numbers as slack and the Free Memory number can often appear a little low. All *nix based OSs use a similar algorithm, but OS level file system caching is a good thing.
    I ran the iMac in my profile for a week on 1GB or RAM and it was buttery smooth; on the 2nd week I added the 2nd stick of RAM and it is clearly using more RAM than before. But if you compare the Active/Wired numbers they really haven't changed, it's all about caching.
    Now if you have already investigated this avenue and you are sure that caching isn't the culprit, I'd take a look at installed software as something appears to be leaking memory.

  • Extended photoshop CS6 use causes program slow down.

    Hello,
    Currently when I use photoshop for any kind for photo editing, after about ten minutes of use the program response slows to a crawl and it will take a minute or two for me to even toggle layer visibility on or off. I reset photoshop to it's factory default settings and I am still getting this problem. Since I use Photoshop extensively for work and school I can say the problem did not begin until yesterday when I was finishing up some assignments for class. None of the files I am editing are very large (maybe 45 MB?) but the problem persists. No other programs are running at the same time as Photoshop. I have a 2013 Macbook Pro Retina with OSX mavericks. Any suggestions or help?
    Regards, Eleanor

    Hello,
    I've actually gone through the Photoshop troubleshooting tips and optimization twice. Here is a snapshot of my performance preferences.
    and here is my Mac's hardware specs
    Hardware Overview:
      Model Name:    MacBook Pro
      Model Identifier:    MacBookPro11,3
      Processor Name:    Intel Core i7
      Processor Speed:    2.3 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):    256 KB
      L3 Cache:    6 MB
      Memory:    16 GB
      Boot ROM Version:    MBP112.0138.B02
      SMC Version (system):    2.19f3
    Thanks in advance.

  • External drives cause program slow downs

    To my early 2009 iMac, I have few external drives connected through USB and Firewire. During light disk use the hard drives spin down after awhile and go into saving enregy mode (sleep).
    When doing normal functions like printing a Word doc or printing from TextEdit or working on some other programs, I get the spin wheel and programs pause until the sleepy drives wake up and pick up speed again.
    The document(s) that I am working on are on the computer hard drive.
    The external drives are contibuting nothing to the job on hand, why do they need to be awaken during this kind of processing and why do the programs need to wait for them?
    Though I have Lion installed now, this used to happen with Snow Lepoard as well.
    Thanks

    Thanks for that info on your Mini's specs.
    You have plenty of RAM reported, so I think we can rule out a bank of RAM disappearing and the Virtual Memory system being over-taxed to compensate.
    You say "Now everything is slow again, when I turn the computer, it takes minutes to come up, and then I get the spinning ball whenever I try to do anything."
    The spinning ball generally indicates that operating system is waiting for a "resource" to become available. Depending on how your Mini is/was setup vis-a-vis the external drives, some of your programs may be looking for stuff on external drives that are no longer available, or that are misfunctioning.
    The "resource" that is being waited for, could also be a network resource, like an iDisk (if you have MobileMe) or a NAS (Network Attached Storage).
    The wait for a "resource" could also be due to a hard drive starting to go bad, and the operating system needing repeated attempts to get data from it.
    Apropos NAS, it has been reported iTunes 10 doesn't play well with data stored on non-Apple NASes.
    Since you have an Intel Mini, it might also be useful to perform an SMC reset (DON'T do a PMU reset):
    http://support.apple.com/kb/HT3964?viewlocale=en_US
    +Resetting the SMC for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve+
    +1. Shut down the computer.+
    +2. Unplug the computer's power cord.+
    +3. Press and hold the power button for 5 seconds.+
    +4. Release the power button.+
    +5. Attach the computers power cable.+
    +6. Press the power button to turn on the computer.+
    Be sure to perform steps 4 and 5 in the correct order.

  • Mac 27 inch slowing down problem

    We have a mac and here lately we have experienced when trying to open a program it takes way too long to open it and even to start up, is there a way to fix this?

    Problem description:
    Opening programs take a long time, slow performance
    EtreCheck version: 2.0.11 (98)
    Report generated November 11, 2014 at 8:52:37 AM CST
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 2.7 GHz Intel Core i5 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: one day 18:50:8
    Disk Information: ℹ️
      WDC WD1001FALS-403AA0 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (853.00 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      Logitech USB Receiver
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Plantronics Voyager Legend
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Roxio
      [not loaded] com.roxio.TDIXController (2.0) Support
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.4.12 - SDK 10.6) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.12 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.12 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.12 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.12 - SDK 10.6) Support
    Startup Items: ℹ️
      HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
      ProTec6b: Path: /Library/StartupItems/ProTec6b
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.epson.Epson_Low_Ink_Reminder.launcher.plist Support
      [loaded] com.epson.esua.launcher.plist Support
      [running] com.epson.eventmanager.agent.plist Support
      [running] com.genieoinnovation.macextension.plist Support
      [not loaded] com.hp.help.tocgenerator.plist Support
      [running] com.rosettastone.rosettastonedaemon.plist Support
      [running] net.culater.SIMBL.Agent.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [loaded] com.genieoinnovation.macextension.client.plist Support
      [running] com.iobit.AMCDaemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] net.sourceforge.MonolingualHelper.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.genieo.completer.download.plist Support
      [loaded] com.genieo.completer.ltvbit.plist Support
      [running] com.genieo.completer.update.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [loaded] com.mediafire.express.plist Support
      [not loaded] com.user.UninstallAD.plist Support
    User Login Items: ℹ️
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      Google Earth Web Plug-in: Version: 7.1 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    User Internet Plug-ins: ℹ️
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    Safari Extensions: ℹ️
      AddThis
      AllMyTube
      Video Converter
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Destinations:
      Time Machine Backups [Local]
      Total size: 319.73 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Excellent
      Backup size 319.73 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          5% Adobe Photoshop CS6
          3% WindowServer
          3% fontd
          2% Dock
          0% Google Chrome
    Top Processes by Memory: ℹ️
      1.28 GB Adobe Photoshop CS6
      262 MB Finder
      103 MB Google Chrome Helper
      103 MB Google Chrome
      82 MB Mail
    Virtual Memory Information: ℹ️
      42 MB Free RAM
      1.36 GB Active RAM
      1.33 GB Inactive RAM
      924 MB Wired RAM
      61.17 GB Page-ins
      63 MB Page-outs

  • Program slow down from Labview 6.1 to 7.1

    I was using simplePID to control a sequence of temperture control. The program is in two independent while loops. one is for DAQ and output control, one is for generating the setpoint sequence for the PID controller. The DAQ is updating temperture every second using AI acquire waveform. I use local variable for communication between the two loops. The code run well in Labview 6.1. When I try to run the same code in 7.1, it took more than 11 sec for one loop, the temperature updating every 11 sec or so. I am just wondering what's wrong with labview 7.1? The program structure is simple enough. Anyone met similar problem before?
    Thanks!

    This could be an issue discribed in the Knowledge Base. You should update to LV 7.1.1 which is a free update.
    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

  • Fireworks CS3 - Slow down problems

    Hi all
    I recently installed Windows Vista Ultimate and also
    Fireworks CS3 - Fireworks loads up fine but the problem arises when
    i try to draw using a mouse on a new canvas. The screen flashes and
    there is a massive delay while drawing (like the CPU is
    struggling). Does anyone have a solution to this?
    My pc -
    2 gig Corsair ddr
    FX60 CPU
    2 x 1900xt cards in Xfire
    2 x Raptors in RAID
    1 300 SATA HDD
    * I have tried Fireworks on windows XP on same machine and
    runs fine..

    witchsmeller wrote:
    > yes its got me scratching my head... It works fine on my
    laptop with
    > vista but just wont run correctly on my desktop machine.
    Was
    > thinking it may have issues with the FX60 processor..
    I don't know but I doubt it. It's a quad core processor
    right? It seems
    (from what I quickly read on AMD's site) to be a very similar
    processor
    to mine (Athlon X2 64 Dual Core 5200+) except for the number
    of cores or
    course but I don't think that would aversely affect
    application
    performance, even apps that don't support multi core procs.
    Are your graphics card drivers current?
    Stéphane Bergeron
    reach : connect : communicate
    http://www.webfocusdesign.com
    blog : tutorials : articles : gallery
    http://www.pixelyzed.com

  • SAP GUI slow down after installed Eastern Asian Language Package

    Hello,
    Have any idea what happened to SAP GUI after installed Eastern Asian Language Package on Windows XP ?
    I am working on smartforms translations in SE63 and during entering the japanese or chinese text my working area is slowing down(problems with scrolling), like missing memory or sth?
    How to overcome it?
    Regards,
    Mateusz.

    There is a known performance problem with certain SAPGUI patches in certain constellations:
    Note 1460669 - Performance problems in SAP GUI for Windows
    You may try to install the newest patches or downgrade to a patch that does not have that problem.
    Markus

Maybe you are looking for