I can raed and write in an array simultaneously?

Hello friends;

My request is such that I'm continually acquire an oscilloscope card, treat it and display it on the chart. Oscilloscope is continuously write data in a table. Data in this table that I use in a processing block. I see that the data is not passed this array to the processing block. What I conclude that we can simultaneously read and write to a table. If this problem so how to solve this problem. I mean without interruption, acquisition and processing of data.

Many congratulations to "proven enthusiastic."

Finally got the problem solved.

I hope to learn from you in the future also.

thanx

Tags: NI Software

Similar Questions

  • with third party applications, I can read and write on the external drive HFS + for windows?

    Hello

    I see with third party app I can read and write to external disk NTFS on the mac computer.

    then othrwise, then I can read and write on extern hardrive HFS + with application of third party windows computer.  So who are the best third-party applications to read and write HFS and if they are free of charge on the external drive?

    Thank you

    Johan

    Now that I understand your goal, check out http://www.ufsexplorer.com/rdr_hfsp.php but your YMMV.

  • Using the same interface CAN read and write

    Hello.

    Can I use the same CAN interface to read and write?

    For example:

    I send you CAN frame using CAN1 to my MCU.

    IF MCU confirmed the order of receiver it immediately sends the echo return command and there different ID to send the command.

    I tried to use CAN1 output framework and then reconfigures CAN1 to frame in queue and retrieve the frame of the echo.

    But it seems that I was always missing. The 'framework of CAN' kept vi expire.

    When I used the separator on the outlet BOX in my configured MCU CAN1 for frame and CAN2 for chassis in and I managed to catch the echo framework.

    I think about 100 ms for the frame in response that will be sent after the order has been received. It takes longer for the NI PXI-8513 reconfigure? Can I still do it, or I have to use the separator?

    I wad jump to use an interface to read and write.

    Thank you

    Ok. I misread your notion of echo. I understand now. I'm sorry.  The code you posted seems reasonable.

    (1) did you notice on or off for the session?

    (2) what baud rate? You can add a parameter of baud rates for the property to be explicit node.

    (3) I don't remember the name of VI, but you can add a status of Comm Get after reading. This will give you some information about the bus - if errors were detected, etc. Which can be useful to help debug.

  • Brander DVW/RW can read and write DVD double layer dvd

    Hello

    I would like to know if brander DVD/RW can also read and write the DVD DL(dual layer) dvd.

    or I have to buy for that special brander!

    Johan

    What is a "brander DVD/RW?   Support double layer DVD depends on the material.   Try to identify the make and model of the car since the Device Manager and find its specifications.

  • Pre-Noob question, Flash Builder for PHP and MySQL... can pack and write?

    So I am COMPLETELY new to Flash Builder and Flex universe, but I'm familiar with PHP / MySQL. One thing that has not been specifically stated to me, is what Flash Builder with (Zend) PHP with the MySQL database when it is packaged and exported? If he did enter the database and is able to execute the query PHP application to the MySQL database within the application?

    I'm confused if she needs to go on the web and communicate with the server. Can he communicate with a LOCAL database?

    Thank you!!

    No Flash Builder package not the final result with data base and

    webserver. To run your application locally you would need to have a

    PHP and Mysql Web server running on your local computer.

    Maybe watch using wamp http://www.wampserver.com

    http://www.imonggo.com/> on your local computer.

    Otherwise I suggest you will probably need to create your program in

    Java who can speak directly to local databases without the need for php.

  • Satellite M30X-165: Mat * a UJ - 831 S is not read and write any DVD

    Hello

    the next problem is sticky on the laptop Satellite M30X 165 with the burner Mat * a UJ - 831 S: it can read and write CDs, but is not able to write them to DVD or even read some of the ones I've burned and also read in the same drive. Even at the start of the DVD, it does not start from the recovery DVD, the player starts and slows down very quickly.
    Without doubt, it must be put at the service of repair or someone has other suggestions?

    Could you please tell me how long the repair takes (I know what it takes to install the desktop temporarily used).

    Thank you

    Post edited by: DerSeher
    Using burning software, it detects the DVD, but invite you to an "error of calibration power (037303).

    Hello

    If you cannot use recovery media, I guess that the drive is defective and must be replaced.

  • Problem with digital I/o read and write in CVI

    I have a PXI with PXI 6225 Renault installed box. For some uses, I wired 4 lines of digital port 0

    for its 4 top lines so that the output digital on bottom lines can be read as a digital input on the top lines.

    In the CVI program I have set up two input and output of tasks as follows:

    Enter task:

    DAQmxCreateDIChan (digitalInputTask, "PXI1Slot5/port0 / line4:7","InputLines", DAQmx_Val_ChanForAllLines ");

    DAQmxCfgSampClkTiming (digitalInputTask, ' AI/SampleClock ", 4000, DAQmx_Val_Rising, DAQmx_Val_ContSamps, 2000" ");

    Output task:

    DAQmxCreateDOChan (digitalOutputTask, "PXI1Slot5/port0 / line0:3","OutputLines", DAQmx_Val_ChanForAllLines ");

    DAQmxCfgSampClkTiming(digitalOutputTask,"ai/SampleClock", 4000, DAQmx_Val_Rising,DAQmx_Val_ContSamps, 2000));

    DAQmxCfgOutputBuffer (digitalOutputTask, 2000);

    I also started a task of analog input to ensure that the analog "IA/SampleClock" sample clock is running, and I check

    as I interpret the correct analog data of my analog lines.

    Here's the problem:

    I write 2000 identical samples of zero for the 4 lines (port0/$line0... (3) with the following command:

    DAQmxWriteDigitalU32 (digitalOutputTask, 2000, 1, 10, DAQmx_Val_GroupByChannel, sampleArray, & writing, NULL);

    After a while, I try to read the 4 lines (port0/4... (7) using the:

    DAQmxReadDigitalU32 (digitalInputTask, 2000, 10, DAQmx_Val_GroupByChannel, scanArray, 2000, & read_num, NULL);

    but the values returned in scanArray are nil!

    If I replace the digitalInputTask by digitalOutputTask in the above function call, I get the good samples rewritten

    (do not know how the 4 lines below that are configured in output mode can be read back! could it be just read buffer?)

    I don't know that the hardware configuration is correct, because when I try to emulate this feature in Labview, it works.

    (I use an output data acquisition assistant to write down the 4 lines of port 0, using a digital wave of entry, then)

    top reading 4 lines with the help of one Assistant DAQ to enter a digital waveform VI.

    In another test, I have 4 lines below in CVI, put on stop my CVI program, start a simple Labview VI to read from

    upper 4 lines and I can see the values I just write in CVI).

    Any idea what could be causing DAQmxReadDigitalU32 to read only zeros in CVI?

    I compared my settings in CVI with parameters DAQ assistant in Labview and tried to make them identical, but nothing helped.

    Thank you

    Try to use these examples to see if you can read and write in CVI

  • What is the largest MMC and SD card that the C710 Acer can use and which file formats can be used?

    What is the largest card MMC and SD C710 Acer can read and write to when inserted in the integrated 2-in-1 card reader?

    This file formats can be used with aforementioned SD and MMC cards?

    that is, FAT, FAT32, exFAT, etc..

    SD class 10 card, 64 GB max should be accompanied by the chromebook.

    Click on the link: https://support.google.com/chromebook/answer/183093 for supported file types.

  • Read and write data to the content repository.

    Hi all
    We use the content repository to store a document and images on the web server in the Center.
    So we have created/setup a repository of content on the web center.
    Please proivde me some might document page to get an idea of how I can read and write the date
    content repository.
    You are most welocme to provide some idea /suggestion.
    Thank you
    Arun.

    You are using webcenter spaces or you create a custom application webcenter?

    When you create a custom application webcenter, you can make use of the workflow Documents. Jdeveloper resources catalog, you will find a few flows of Documents job that will allow you to add some components to manage documents in a folder structure.
    You must first create a connection to your content from your application server. This can be done in the Application resources, right-click on the connection and in the context menu, select "content repository". Them you must filll in connection to your content server details. Make sure you have selected "Set as primary connection for document service" because otherwise the document taskflows you deposit on your page will not find a connection.

    Once you have added the connection, you will also find a datacontrol to the content repository. In this way, you can use the datacontrol place the taskflow and you can create several custom tables.
    I'm not sure but I think the datacontrol also include surgery to create the document but I'm not sure...

    And if not enough, you can always do use the webservices provided by content server. In Jdeveloper you can easily create a datacontrol from Web services by providing the wsdl file. UCM provides for services so that you can import the wsdl into your application and you can easily create your own forms checkin, tables...

    Here is some information on how to integrate services document:
    http://sqltech.CL/doc/oas11gR1/WebCenter.1111/e10148/jpsdg_doc_lib.htm

    and here are some others:
    http://sqltech.CL/doc/oas11gR1/WebCenter.1111/e10148/jpsdg_content.htm#BABCCFJH
    http://sqltech.CL/doc/oas11gR1/WebCenter.1111/e10149/documents.htm#WCSUG2635
    http://sqltech.CL/doc/oas11gR1/WebCenter.1111/e12405/wcadm_documents.htm#WCADM205

    Published by: Yannick Ongena on Oct 8, 2010 08:23

  • I update my iMac and then the computer restart again and write this means to report panic about what I can do?

    Hi, I'm updating my iMac and after that it restart again and write this panic report. Pleas if somebody know what can I do please help me

    Anonymous UUID: F566129E-3EB9-4E28-4DF3-63D440FEBBB2

    Kills Jul 26 14:32:01 2016

    Panic report *.

    panic (the appellant 2 cpu 0xffffff800dbb3bf2): "pointers element of invalid queue for 0xffffff8024cb0a40: 0 0"@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3248.60.10/osfmk/kern/queue.h prev: 241.

    Backtrace (2 CPU), Frame: Return address

    0xffffff918935b440: 0xffffff800dadab52

    0xffffff918935b4c0: 0xffffff800dbb3bf2

    0xffffff918935b640: 0xffffff800db508dc

    0xffffff918935b710: 0xffffff800dae430a

    0xffffff918935b750: 0xffffff800dfa228e

    0xffffff918935b790: 0xffffff800e004324

    0xffffff918935b7d0: 0xffffff800dfee5da

    0xffffff918935b7f0: 0xffffff800dd383e8

    0xffffff918935b830: 0xffffff800dd37fa8

    0xffffff918935b890: 0xffffff800dd26ea7

    0xffffff918935b8f0: 0xffffff800dd1a79f

    0xffffff918935b9a0: 0xffffff800dd06358

    0xffffff918935bbe0: 0xffffff800dd06e70

    0xffffff918935bf60: 0xffffff800e028380

    0xffffff918935bfb0: 0xffffff800dbeca58

    The process corresponding to the current thread BSD name: AdobeUpdateDaemo

    Mac OS version:

    15G 31

    Kernel version:

    15.6.0 Darwin kernel version: Thu Jun 23 18:25:34 PDT 2016; root:XNU-3248.60.10~1/RELEASE_X86_64

    Kernel UUID: B5AA8E3E-65B6-3D0E-867B-8DCCF81E536C

    Slide kernel: 0x000000000d800000

    Text of core base: 0xffffff800da00000

    Text __HIB base: 0xffffff800d900000

    Name of system model: iMac12, 2 (Mac-942B59F58194171B)

    Availability of the system in nanoseconds: 94483899823

    last load kext to 53361190473: com.apple.driver.AppleBluetoothHIDKeyboard 181 (addr 0xffffff7f8fadd000, size 16384)

    kexts responsible:

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AppleHWSensor 1.9.5d0

    com.apple.driver.AppleTyMCEDriver 1.0.2d2

    com.apple.driver.AGPM 110.22.0

    com Apple.filesystems.autofs 3.0

    com.apple.driver.AppleBluetoothMultitouch 90.3

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleMikeyHIDDriver 124

    com.apple.driver.AppleMikeyDriver 274.12

    3.12.8 com.apple.driver.ApplePolicyControl

    com.apple.driver.AppleHDAHardwareConfigDriver 274.12

    com.apple.driver.AppleHDA 274.12

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com.apple.kext.AMDFramebuffer 1.4.2

    com Apple.Driver.pmtelemetry 1

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.AMDRadeonX3000 1.4.2

    com.apple.driver.AppleIntelHD3000Graphics 10.0.0

    3.12.8 com.apple.driver.AppleMuxControl

    com.apple.iokit.IOBluetoothSerialManager 4.4.6f1

    com.apple.driver.AppleThunderboltIP 3.0.8

    com.apple.driver.AppleBacklight 170.8.9

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.6f1

    com.apple.driver.AppleSMCPDRC 1.0.0

    com.apple.driver.AppleLPC 3.1

    com.apple.kext.AMD6000Controller 1.4.2

    com.apple.driver.AppleIntelSNBGraphicsFB 10.0.0

    com.apple.driver.AppleSMCLMU 208

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0

    com.apple.driver.AppleFIVRDriver 4.1.0

    com.apple.driver.AppleMCCSControl 1.2.13

    com.apple.driver.AppleHV 1

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.iokit.IOBluetoothUSBDFU 4.4.6f1

    com.apple.iokit.SCSITaskUserClient 3.7.7

    com.apple.driver.AppleIRController 327,6

    com.apple.driver.AppleUSBStorageCoexistentDriver 3.7.1

    com.apple.driver.AppleUSBCardReader 3.7.1

    com.apple.driver.AppleFileSystemDriver 3.0.1

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 38

    2.8.5 com.apple.iokit.IOAHCIBlockStorage

    com.apple.iokit.AppleBCM5701Ethernet 10.2.0

    com.apple.driver.AppleAHCIPort 3.1.8

    com.apple.driver.AppleFWOHCI 5.5.4

    com.apple.driver.AirPort.Atheros40 700.74.5

    com.apple.driver.usb.AppleUSBUHCIPCI 1.0.1

    com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    com.apple.driver.AppleBluetoothHIDKeyboard 181

    com.apple.driver.AppleHIDKeyboard 181

    com Apple.kext.Triggers 1.0

    com.apple.driver.IOBluetoothHIDDriver 4.4.6f1

    com.apple.driver.AppleMultitouchDriver 304.12

    com.apple.driver.AppleHIDTransport 5

    com.apple.driver.DspFuncLib 274.12

    com.apple.kext.OSvKernDSPLib 525

    com.apple.iokit.IOSurface 108.2.3

    com.apple.iokit.IOAcceleratorFamily2 205.11

    3.12.8 com.apple.driver.AppleGraphicsControl

    com.apple.iokit.IOSerialFamily 11

    com.apple.iokit.IOFireWireIP 2.2.6

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.6f1

    com.apple.iokit.IOBluetoothFamily 4.4.6f1

    com.apple.driver.AppleHDAController 274.12

    com.apple.iokit.IOHDAFamily 274.12

    com.apple.iokit.IOAudioFamily 204.4

    com.apple.vecLib.kext 1.2.0

    com.apple.driver.AppleThunderboltEDMSink 4.1.1

    com.apple.kext.AMDSupport 1.4.2

    3.12.8 com.apple.AppleGraphicsDeviceControl

    com.apple.driver.AppleSMBusPCI 1.0.14d1

    com.apple.driver.IOPlatformPluginLegacy 1.0.0

    com.apple.driver.IOPlatformPluginFamily 6.0.0d7

    com.apple.driver.AppleSMBusController 1.0.14d1

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.driver.AppleSMC 3.1.9

    com.apple.driver.CoreCaptureResponder 1

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7

    com.apple.iokit.IOBDStorageFamily 1.8

    com.apple.iokit.IODVDStorageFamily 1.8

    com.apple.iokit.IOCDStorageFamily 1.8

    com.apple.iokit.IOAHCISerialATAPI 2.6.2

    com.apple.iokit.IOUSBHIDDriver 900.4.1

    com.apple.iokit.IOUSBMassStorageClass 4.0.2

    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.7

    com.apple.iokit.IOUSBMassStorageDriver 1.0.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7

    com Apple.Driver.USB.cdc 5.0.0

    com.Apple.Driver.USB.Networking 5.0.0

    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1

    com.apple.driver.usb.AppleUSBHub 1.0.1

    com.apple.driver.AppleThunderboltDPInAdapter 4.1.3

    com.apple.driver.AppleThunderboltDPOutAdapter 4.1.3

    com.apple.driver.AppleThunderboltDPAdapterFamily 4.1.3

    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2

    com.apple.driver.AppleXsanScheme 3

    com.apple.driver.AppleThunderboltNHI 4.0.4

    com.apple.iokit.IOThunderboltFamily 6.0.2

    com.apple.iokit.IOEthernetAVBController 1.0.3b3

    com.apple.driver.mDNSOffloadUserClient 1.0.1b8

    com.apple.driver.AppleUSBMergeNub 900.4.1

    com.apple.iokit.IOAHCIFamily 2.8.1

    4.6.1 com.apple.iokit.IOFireWireFamily

    com.apple.iokit.IO80211Family 1110.26

    com.apple.iokit.IONetworkingFamily 3.2

    com Apple.Driver.corecapture 1.0.4

    com.apple.driver.usb.AppleUSBUHCI 1.0.1

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.driver.usb.AppleUSBEHCI 1.0.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 417,4

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    Model: iMac12, 2, IM121.0047.B23 of BootROM, 4 processors, Intel Core i5 2.7 GHz, 12 GB, MSC 1.72f1

    Graphics card: AMD Radeon HD 6770 M, AMD Radeon HD 6770 M, PCIe, 512 MB

    Memory module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020

    Memory module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020

    Memory module: 0/DIMM1 BANK, 4 GB DDR3, 1333 MHz, 0 x 0198, 0x393930353432382D3035312E4130304C4620

    Memory module: 1/DIMM1 BANK, 4 GB DDR3, 1333 MHz, 0 x 0198, 0x393930353432382D3035312E4130304C4620

    Airport: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0 - P2P

    Bluetooth: Version 4.4.6f1 17910, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en1

    Serial ATA Device: WDC WD1001FALS-403AA0, 1 TB

    Serial ATA Device: OPTIARC DVD RW AD - 5680H

    USB device: USB 2.0 Bus

    USB device: FaceTime HD camera (built-in)

    USB device: Hub

    USB device: Hub BRCM2046

    USB Device: USB Bluetooth host controller

    USB device: USB 2.0 Bus

    USB device: Hub

    USB Device: IR receiver

    USB Device: Card reader

    Bus crush: iMac, Apple Inc., 22.1

    First remove all the third-party RAM installed on the computer and re - built-in. Then, restart and test, whether the KIMBERLEY process continues to have a barrette of faulty RAM MEMORY.

    Finally, what third party RAM brand has been installed? In these forums, because the iMacs are sensitive and benefit from the high quality of RAM, the Crucial two (buy it direct) and the two OWC (www.macsales.com) RAM are recommended because of their high quality and reasonable price. You can also have another hardware problem, in your case I would try to boot from the Partition Recovery (command + R to start) and open disk utility to see if the boot disk is found. You can also use Apple Hardware Test or Apple Diagnostics according to the age of the computer to run a test to see if two applications can detect any material error.

  • Satellite M100 - can only read and write CDs.

    Hello
    I use a Satellite M100 Version PSMA0L-18203E on windows xp sp3. My DVD writer model is HL-DT-ST DVDRAM GMA-4082N.

    The problem is an am able to read and write Cd but when I insert a blank dvd, it displays "Please insert a disk in the drive" so that I am able to use Recovery DVD ROM from Toshiba with no problems. Please help me.

    Hello

    As wrote Al - Ex what program you use to burn discs? I have good experience with Nero and CD Burner XP. Can you test with one of them, please?

    In addition, you must also use high quality media. I have good experience with the types of DVD-R Verbatim and TDK.
    What DVD's that you have?

  • Read and write of series Basic can't read a second time

    Hi, I'm developing my own VI to write and read an iRobot Create.  I based my vi off the coast of the basic series example write and Read.vi I found (on LabView 8.0).  When I run my vi I am able to read information from the beginning to create, but I am unable to read a second time (after a write command).  The second reading should be the same as the first (I checked with the help of another program that is linked to the creation).  I am new to using LabVIEW and I was wondering if there is a common mistake made by trying to implement a series of read and write.

    Thank you.

    First of all, to debug your orders with a program such as Hyperterminal. If it works there, then it should work in LabVIEW. You may need to send a carriage return and newline (\r\n). Your code is not currently set up to do.

    Only do something when a button is basic programming LabVIEW. You can use a simple while loop with a façade that Boolean connected to an instruction box. If you have anything other than the basic version of LabVIEW, you should use the structure of the event. Look at the examples that come with LabVIEW.

  • I read and write English but my husband reads and writes in Russian. How can I activate the taskbar of the Russian language?

    My husband is from the Russia.  It reads and writes in Russian and I'm having a problem turning on the Russian keyboard.  I went many steps of the menu start, Control Panel, regional and language options, languages, details.  I added the Russian.  under the Russia, there is a symble of a keyboard than Russian (typewriter) Russia and the United States.  acorrdign at every stage, there should be a tab in the bar of tasks showing that I can switch bewteen eglish and Russian.  who does not come to the top.  I have check the tab bar of language and made sure all the boxes are ticked, but I still can't find the language bar. what I am doing wrong?

    I don't need a translator who is the other thing that I still find.  I need for my husband who bought the computer to be able to type in Russian, his mother tongue.

    Thank you for your time,

    Heather

    See if that helps you

    http://Office.Microsoft.com/en-GB/Outlook-help/switch-between-different-languages-by-using-the-language-bar-HA010362283.aspx

  • Lsass.exe on Vista constantly reads and writes three times. How can I stop this please?

    After starting calm down.  Task Manager indicates that LASS. EXE continuously reads and writes.  It shows three readings and three written a couple of times per second.  The readings are still 204 bytes and the writing are always 132 bytes.  This action stops.

    I searched the web for answers and tried all the suggestions and nothing worked.

    Any ideas please?

    Hello

    I suggest you go through the link that talks about a similar problem.

    http://social.technet.Microsoft.com/forums/en-us/itprovistasecurity/thread/03638144-f4da-4349-B246-a27ec3727e70

    You can also post your question to:

    http://social.technet.Microsoft.com/forums/en-us/itprovistasecurity

  • There was a pre installed windows 7 on my device. How can I download the windows and write on a dvd.

    * O.T. > window 7

    Hello

    When I bought my laptop, there was a pre installed windows 7 on it with the product key.

    Unfortunately I lost my recovery DVDs as I can't do any other DVD recovery because of a problem with windows.

    I want to re install the window, so first I download my original windows from Microsoft.

    Please let me know how I can download the windows and write on a dvd.

    Thnaks

    Microsoft provides no support for pre-installed OS.  You must obtain from the computer manufacturer.

Maybe you are looking for

  • Tecra M3 - what about drivers for Windows Vista

    It's almost a week after that first - and siell Vista it is not driver for Tecra M3!I installed form drivers Tecra M5 (a similar material) - and some of them works perfectly - but some of them--does not.When can I expect to support drivers for my Tos

  • HP keyboard model kg-0851, I tried all the steps from hp, but the keyboard still does not

    I tried all the steps from hp, but the keyboard still does not.  When I look at the Device Manager, it says that it is fine.

  • Asking for problems of signature keys...

    Hello Is there an another way to ask the Web signature keys? Because for the past two weeks, I try to use the online form that BB provide (https://www.blackberry.com/SignedKeys/) and the server is down... Thanks in advance

  • Unable to connect to vcenter after change of firewall

    Try to solve my backups VM Explorer, by default, on a single host I enabled ports NFC ()) - 23, 1024-65000. It was not checked, so I checked and limited to a subnet that guests and almost all of the virtual machines are in. As soon as I put it, my vs

  • ESXi 5.1u2 on a USB or SSD drive?

    because the failure a partition on my USB ESXi51u2 has become corrupt if it would always start and I might start VM. so time to re - install ESXi 5.1u2in any case, I have decided to re - burn the ISO ESXi is the same USB and install ESXi on this USB