Error-201427 on PXI-5122 since NI MAX system

I need to check that the PXI-5122 is supported by NO-Scope 4.0.0 under WINdows 7 64-bit. If so, I guess I can get a damaged card. The system was running under the old computer / code / drivers last month.

Scenario is this: I'm upgrading of already running code to a new computer and 32-bit 64-bit CVI CVI. After plowing, of code tweaks, PXI, 5122 digitizer shows through a new error in the code. I go back NI Max and I get this related error when I try to post.

"The driver could not communicate with PXISlot2, generates the following message:

Error-201427 to the autotest

Possible reasons:

The specified device is not supported in the API OR-DAQmx.

Specified device PXISlot2.

Seeing this, I have tried NOR updated, and nothing has been marked. I shut down the system and reseat the card. Then I checked the version of NOR-Scope (was 3.9.4) OR MAX I downloaded manually OR-Scope 4.0.0. Same mistake.

The 5122 is in slot 2 and NI MAX identifies the card as "2: NOR-PXI-5122"PXISlot2"

More information on the current system

Dell Precision T3600

Win7 64 bit Enterprise SP1

Spincore NMR TIming Pulsebalster PCI card

PCIe copper x 4 remote link to the chassis OR 1062 q

In the NI 1062 q

Slot 1: NI SMU-8370 remote control

Slot 2: OR PXI-5122

SLOT3: NOR SMU-5442

Slot 4: reports of empty in fact NEITHER SMU-8262 linked to a NI PCIe-8263 (shows in Windows, normal visibility NI Max is unknown)

Slot 5: OR PXI-6733

Slot 6: OR PXI-6733

Slot 7: vacuum

Slot8: OR PXI-5421

Measurement and Automation Explorer System Information (current after upgrade NI-Scope) is attached

Before I track down a loan 5122, I wanted to see if there are known incompatibilities that come to mind.

Thanks in advance.

There is a material-200313 error on the map (and the first replacement) as revealed by an earlier version of NIMAX (another computer and PXI chassis). The information contained in the attached document can help improve diagnosis in the future (rather than the more highest credits of the error).

With a third scanner system is running.

Tags: NI Products

Similar Questions

  • When to compensate for and win on a PXI-5122 niScope change?

    In my application, I use the niScope VI Fetch (I16 2D) to extract a multi-record, multichannel on a PXI-5122 digitizer acquisition.  Trying to optimize my code, this has led me to this question.

    I am taking 32 successive acquisitions and adding (on average) all waveforms.  According to the notice in the scale and standardization of binary data, I first apply the parameter wfminfo.gain to data I16, sum which, then apply the offset.  MATLAB-like pseudocode for my Labview code, it is something like:

    sum = zeros (1,1000)
    offsetsum = 0
    for i = 01:32
    [wfminfo, samples_i16] is niscope_fetch_i16 (...);
    samples_float = wfminfo.gain. * float(samples_i16[0,:]);
    Sum = sum + samples_float
    offsetsum = offsetsum + wfminfo.offset
    end
    Sum = sum + ones (1,1000). * offsetsum

    So my question is whether it is prudent to assume that the wfminfo gain (and offset) settings remain constant for the duration of a session of acquisition (since time niScope Acquisition throw is called until the moment where the acquisition completed)?   The reference above on normalization coefficients indicates that these coefficients are a function of resolution and vertical calibration settings.  That would allow me to move the multiplication of gain outside the loop of the acquisition and perform arithmetic on integers.  It's a safe assumption?

    Hi Gregory,

    We tested this here, and you should be able to pull these gain and offset parameters before the while loop is entered and the arithmetic operation later outside of the loop.  To do this, you can place a niScope get Wfm Coefficients VI before the while loop, set it to obtain the Coefficients of standardization and route those elsewhere, because they will remain constant over the acquisition.

  • PXI-5122 and PXI-6259 read 2 channels simultaneously

    There is a single PXI-5122 digitizer card and a PXI-6259 DAQ card in our PXI system, we use Labview and TestStand (model Batch) to test the multiplication Board simultaneously, sometimes up to 8 boards are tested. We have some problems, such as the results of the tests is not reliable and sometimes blocking of Labview. Everything works fine when test single board. Thus, we feel that multiply causing this problem of acquisition of string data. It's great, if someone has the same problem and we can share the knowledge. My question is as follows:

    1. If two channels have been configured, read the two channel simultaneous cause blocking of the system or data damaged?

    "lu niScope WDT.vi" is reentrant, we can use two Subvi to call the "niScope Read WDT.vi' access the two channels simultaneously.

    2. If we set up a channel in another channel is reading the data, this situation will cause the search system or corrupt data.

    Concerning

    Samuel

    Hi Samuel,.

    You shouldn't have any difficulty to read several channels on your 5122 or between your 5122 and your 6259. You receive an error message when your test is blocked? What happens when your test is not reliable? Are you incorrect data and if so what is the data vs expected data acquired? You should be able to set both your channels in a single task, which would be using a read niScope WDT.vi to be used by the device. You are working from example or have you developed your own code? What version of the driver NOR Scope and NI-DAQmx driver do you use? You can find the driver version number in the measurement and Automation Explorer under the software section.

    What kind of test are you running? Your PXI chassis is controlled by a computer or by an on-board controller? Evolution of the rate of acquisition has an effect on your program?

  • While with PXI-5122 digitizer loop counter

    Hello world

    I am a beginner of products NOR. Currently I use the PXI-5122, 2014 Labview for the ultrasonic signals. I have a problem when you count the number of signals using an external trigger (by a function generator) source. When I trigger the digitizer under 50 Hz, the meter is working properly (a single trigger = a signal). With a frequency greater than 50 Hz of trigger, the meter is malfunctioning. For example, with the shutter to 50 Hz and 500 number of signals, the counter takes 10s to get data. But, with the trigger of 100 Hz and 500 number of signals, the acquisition time was always around 10 s.
    You can see the code in the file attachment.

    Please let me know if you have any suggestions or recommendations for my situation, I would appriciate that.

    Thanks in advance!
    Best regards
    You

    WorldALoneMe,

    Looking at your code, you're software re - trigger your device.  With your Setup, you configure the digitizer to hold a single record acquisition in your "A - Scan.vi".  This VI opens the resource OR-SCOPE, configure, captures, returns the data, then closes the resource OR-SCOPE.  It then does this for each unique A-Scan that you do and would be the reason that b Scan.vi takes so long.  It appears then that fewer than 50 Hz, this reset any software and reconfiguration and the acquisition can occur without missing a trigger, but more than that, your triggers occur faster it takes to do these things.

    What you need to do set up the digitizer to a multi-record acquisition.  This is done using the 'niSCope configure horizontal timing.vi' and wiring in a number higher than '1' in the entry "number of records".  "You can find an example of how to perform a multi-record acquisition if you open the Finder of example OR > material input and output > Modular Instruments > NOR-SCOPE > Getting Started > niScope EX Multi Record.vi.

    In this example, the digitizer is only once configured, and it returns all the documents requested at the same time.  For your application, each record would be a simple Scan of A, and then if you configure 500 files, your B-Scan would be 500 wide.  This time allows the material to rearm between triggers that is much faster to do it in software.

    For a verification of more complex example out (in the finder of the example) "niScope EX Multi record go get more available Memory.vi"

    Kind regards

    Nathan P.

  • How to delay a PXI-5122 trigger before routed to string of PFI

    Hello world

    I use a PXI-5122 in a PXI chassis. I want to synchronize with two external devices. The first will send a trigger (with a 10 Hz repetition rate) for PXI-5122. Then PXI will generate a trigger (with a constant delay) in the second.

    It seems that I need to generate a trigger, then export this trigger to PFI 0 line, but I do not know how to delay triggers with a timeframe of 4µs. I read that there is a slight delay between a trigger on the PFI and the first sample. And the length of the cable is also an important factor to consider.

    Could someone give me some suggestions?

    Wednesday,

    Thanks for the drawings, that helps a lot!  Somehow, I see this work (how to set up the scanner):

    1. set up the record length to be 12us (4us trigger samples, 8us after outbreak).  If the sampling frequency is 100 ms/s, that would be a record length of 1200 samples.

    2 configure the position of record reference to 33%.  That's how the digitizer breaks 1200 400 samples according to trigger before triggers and 800 samples.

    3. configuration of triggering immediate reference.  This will allow the acquisition of trigger the moment she gained 400 before triggering samples.

    4. export the "reference trigger (Stop)" to send to Device_2.  This output pulse is of variable width, so if you want consistency, you will need to the Device_2 trigger the rising edge of the pulse, did not not fall m.  Once 400-pre-trigger samples are acquired, this impulse will be sent, and then the scanner will be immediately habitable after initiation of sampling.

    5 configure the trigger of the entrance of Device_1 (10 Hz trigger), as the 'Advance trigger' and 'Start Trigger'.  This will make the digitizer wait this impulse to start sampling before the next record.  We set up, the relaxation of beginning to the 1st record and the trigger in advance for all subsequent records.

    This facility should allow a pretty decent timing, but please test to be sure that it will be sufficient for your application.

    Kind regards

    Nathan

  • Trip trying to rearm with the pxi-5122 times

    Hi all!
    This is my first discussion in this forum so I'm not sure this is the right place to post, because I'm using LabView, but maybe it's a hardware problem.

    Then... I have a problem to calculate the tripping time rearm to pxi 5122.
    Compared to data sheets, I read that it should be about 3 us with the CDT to the large or 12 US if on.
    But I need a precise measurement of the time out after each record measured so I decided to find it by myself...
    With the help of an acquisition program that I have previous written in LabView, I started only acquisitions of 10000 records and each record is composed of 128 samples; as signal I've used waves square with different frequencies, 10 volts peak-to-peak (my trigger was set on the first channel of 5122 with 1 volt in value of edge).

    First acquisition: wave of 50 kHz. Theoretically, I s 0,2 need to capture 10000 records without losing all the square wave signals. Choose a time of acquisition for a single record of 15.3 us, I found that the time required is 0.199998 , very similar to the one expected.
    Then by choosing a time of acquisition for a single record of 15.4 us, I found approximately 0.4 s.
    I can guess that this latter one each tops of two waves will lost so I held twice the capture of 10000 records time.

    Because the wave is 20 us I calculated a timeout of 20-15, 3 = 4.7 us.
    It wasn't like the 3 described us for the 5122 but I was not impressed and I went with my essay.

    Second wave: 20 kHz. I need 0.5 s to capture 10000 records without losing the square wave signals.
    What I found was that in this case, choose us an acquisition time for one record of 39.6 required 0.5 s to capture all vertices, then with 39.7 us I held about 1 second, once again, twice by the time.
    The previous example, I calculated the dead time: 50-39, 6 is 10.4 us.

    Very strange... idle time I'm supposed to be the trigger for rearmament (and thus fixed) did not differ in 2 cases.
    Tried with other wavelengths, the values are always different.

    This also the frequency of the square wave of fixing and changing the number of samples per record.
    For example, with 128 samples per files as I told before, I needed a measurement time of 15.3 US to collect all the consecutive summits, while 64 samples I need 12.8 us and so forth.

    So it seems to be a dependency between the dead after a record time (the trigger reset? now I'm not sure if I can call it that) and the sampling frequency of the pxi 5122.
    But I don't know why, the acquisition of data behave in this way.

    Is this good? Rearm time should be set, shouldn't it?

    I know it took some time to read my problem but I tried to be more precise, I could.
    Thank you in advance.

    Giacomo

    Yes that's correct.  However, I do not think that its acceptable rate of the nearest synchronization that is chosen.  I really think he goes to rate lowest according to acceptable timetable.  So, if a synchronization rate is 2 and another is 5, and you want a 4.9uS rate, the synchronization will be 2, while 5 is the closest.  (Or maybe it's the other way around)  That's why you see the double period during the change of rates by just a fraction.

  • is there a vi for inputs/outputs using AWG (PXI-5421) and DIG (PXI-5122)?

    Hi, I'm looking for a vi that applies to an input through the AWG (PXI-5421) signal and measures the output through the SEARCH (PXI-5122). In particular, I'm trying to apply an entry by a multiplexer, then close this channel of the multiplexer through which the entry came and then measure the output using the SEARCH signal.

    Any help will be greatly appreciated.

    Thank you.

    Hello Deepjunior,

    I understand that you wanted to find an application that will be output on an AWG device and acquire a table digitizer at the same time. While there are many methods to achieve this, the easiest starting point would be to just take a simple example of niFgen and a simple example of niScope and run them together or combine them. According to exactly what your application requires, you may need to implement additional features, but it is a good starting point.

    In particular, you can find an example of this from the example of area developer program: OR-TCLK synchronize AWG and digitizer high speed. Basically, this example combines niFgen and niScope examples and using the API OR-TCLK to synchronize devices. I recommend watching the program and trying to start from there. Hope this helps,

  • ERROR: Skipping startup of oacore_server1 since the AdminServer is down

    Hi all

    EBS R12.2.4

    RHEL 6.5

    I start our EBS instance and I encounter error:

    You are running version 120.10.12020000.9 adadminsrvctl.sh

    From WLS Server Admin...

    See /home/appluat2/UAT/fs1/inst/apps/UAT_crp2/logs/appl/admin/log/adadminsrvctl.txt for more details

    adadminsrvctl.sh: leave with the State 1

    adadminsrvctl.sh: check the logfile /home/appluat2/UAT/fs1/inst/apps/UAT_crp2/logs/appl/admin/log/adadminsrvctl.txt for more information...

    .end std out.

    .end err out.

    ****************************************************

    ERROR: Skipping startup of oacore_server1 since the AdminServer is out of service. AdminServer must be in place before the power of the managed servers.

    10/13/15-12: 44:22: adadminsrvctl.sh version 120.10.12020000.9

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.


    Validated the arguments passed to the ebs-nmstart-adminsrv option

    Check if the administration server is already in place.

    The server administrator is not already expired.

    Check if the Node Manager is already in place...

    Connection to the node Manager...

    Connected to the node Manager.

    The Node Manager is already in place.

    Start the AdminServer server...

    Error starting AdminServer server: weblogic.nodemanager.NMException: Exception when starting Server "AdminServer.

    10/13/15-12: 44:41: adadminsrvctl.sh: exit status 1

    ================================================================================

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    I encounter this before, so I just > chmod-r 777/tmp

    and the issue will be resolved, but now it does not work

    Help, please...

    Thank you very much

    JC

    chmod 777 /tmp/.ovdlock.tmp

    is perfectly fine

    concerning

    Pravin

  • Ideas: I get the 0x80073AFC error code when I try to use the system restore then, how can I find and replace this file missing MUI?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: I get the 0x80073AFC error code when I try to use the system restore then, how can I find and replace this file missing MUI?

    • I am running Windows 7 for packs SP 1 or SP 2 does NOT solve my problem since neither one works with Windows 7.  Is there a way to search for this MUI (Multiple User Interface) missing file? The every thing must have himself installed in the first place. I took my mom (she died in June) and my brother on this PC as users so even if they do not use this PC supports multiple users. Maybe if I deleted as a reboot and additional users it will solve my problems. My updates install OK but I can't run at all system restore. It creates a restoration point OK but when I try to sr back to a restore point before I get the error 0x80073AFC topic of the missing MUI file. Then, when I spear SR it is said that he could not and no files have been changed because of the error 0x8000FFFF error, unspecified catastrophic failure and could not retrieve the file several times when system restore is attempted.

      I'm running Windows 7 on a HP Pavilion with browser Firefox 3.6.8 browser Opera 10.60, IE8 and Google Chrome 5.0.375.125 browser browser.

      Can you tell me what I try next? Thnks a lot and sayonara for now the guy-Jack McElwee / keimanzero the Scion of the Anime in Brookhaven PA - USA

      OK I tried everything and nothing works! Only added beginners are updated browser Opera 10.63; IE9 (Beta); Firefox 3.6.12 and Google Chrome 7.0.517.41 and Java 22. Of course like everyone else in the world, I had to uninstall/enable and disable/download again and reinstall new Adobe Flash 10 and 11 of the shock wave and they keep crashing too! Hello 4 keep screwing browsers and now I get connection network problems. I run Comcast doctor and did everything it said to do, but nothing works. Oh and I added 7-Zip and WinZip also. Likewise, they will not work! Help! Thanks - K & K

    keimanzero,

    Comcast of Norton Security Suite version is installed? If Yes, who and perhaps malware is most likely to cause questions you have published, in particular the failure of the restoration of the system.
    First, configure the system to boot - How to solve a problem by performing a boot in Windows Vista or in Windows 7
    NOTE: Start-up mode minimum state all the 3rd party firewalls will be disabled. Open Control Panel > Windows Firewall to make sure that the native firewall of Windows 7 is now on.

    Download and Save the update system (or CheckSUR) tool. You will need to download the specific Version of CheckSUR corresponding to the architecture of the system to Windows 7. If you do not know the architecture of the system, and then click the link that says "Click here to show or hide the instructions step by step with images" under method 2: download the update directly system preparation tool from Microsoft Download Center .
    Description of the preparation tool system update for Windows Vista for Windows Server 2008, for Windows 7 and for Windows Server 2008 R2

    Once the download is complete, close all open programs and browsers. Now, run CheckSUR with the system connected to the internet because it will download the .cab for system files. Reboot once CheckSUR is complete.

    Secondly, I suggest that you run the File Checker system while in the same clean boot state.
    To run the System File Checker tool, follow these steps:

    1. Click Start and type cmd in the field search programs and files .
    2. Right click on cmd.exe in the programs of list, and then choose 'run as administrator '.
      If you are prompted for an administrator password or a confirmation, type your password or click on continue.
    3. At the command prompt, enter the following line exactly as written including the space between thec and the/and then press ENTER:
      sfc/scannow

    When the analysis is complete, test to see if the problems facing the system have been resolved.

    If they are not, you will need to contact Norton support for the version of Norton Internet Security Comcast to get help, or just uninstall NIS, run the Norton removal tool (right click Norton_Removal_Tool.exe, choose "Run as Administrator"), reboot and then check to see if the problems are still occurring.

    Expert MowGreen Windows IT Pro - consumer safety

  • Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there?

    Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there? bar menus hidden-how do I restore?

    SystemPreferences-> Dock: automatically hide / show Dock

    SystemPreferences-> general: automatically hide / show menu bar

  • Got an error message that says C:/WINDOWS/SYSTEM32/CONFIG/SYSTEM has been corrupted

    I've recently updated to WINDOWS XP Pro SP3.  Thursday morning, when I tried to boot my pc, I got an error message that says C:/WINDOWS/SYSTEM32/CONFIG/SYSTEM has been corrupted.  I've ever seen at the windows startup screen.  What can I do?

    * original title - I got an error message that says C:/WINDOWS/SYSTEM32/CONFIG/SYSTEM has been corrupted. What can I do? *

    System 32 system config is missing or currupt

    How to recover a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    Install and use the Recovery Console in Windows XP
    http://support.Microsoft.com/kb/307654

    See also

    How to Troubleshoot Registry Corruption issues
    http://support.Microsoft.com/kb/822705

    How to fix a missing or corrupt Windows\System32\Config\System file
    http://xphelpandsupport.MVPs.org/how_do_i_repair_a_missing_or_cor1.htm

    Harold Horne / TaurArian [MVP] 2005-2011. The information has been provided * being * with no guarantee or warranty.

  • I get the error message "there was an error of analysis of the data on your system" when you try to use Windows Easy Transfer

    Original title: there was an error of analysis of the data on your system

    I get this error when trying to use Windows Easy Transfer to prepare to move from an XP PC to a Windows 7 PC. It passes through the part of the selection on where I later import files then says he is scanning the disc and fails with the above error.

    In the search for this error, I found information of 2007 could be be a nero problem AVI.  I don't have Nero installed and I can't find the log files in the directory MIGWIZ.

    It is a small (50 GB) HD who do not have much space available on it (I'm not in front of it now).  Is there a minimum amount of free space needed to run this executable? That is why it is a failure?

    Could there be other issues behind this failure?
    Thanks in advance

    Hello

    Follow these methods and check if that helps.

    Method 1:

    I suggest to download from the link provided below windows easy transfer tool and install it and then try to transfer the data back.

    http://Windows.Microsoft.com/en-us/Windows7/products/features/Windows-easy-transfer

    Method 2:

    Refer to step 2 and step 4 from the link provided below:

    http://Windows.Microsoft.com/en-us/Windows7/help/upgrading-from-Windows-XP-to-Windows-7

     

     

    Method 3:

    I recommend you to try different types of transfers using different media. You can also do a disk clean up of the Windows XP computer. Remove unwanted programs from the Windows XP computer. Do a disk clean, right click on the C drive, and then click Properties. Clean, then click on the disc.

    For use with different media windows easy transfer, you can click on this link for steps to follow:

     

    http://Windows.Microsoft.com/en-us/Windows7/transfer-files-and-settings-from-another-computer

     

    http://Windows.Microsoft.com/en-us/Windows7/transferring-files-and-settings-frequently-asked-questions

  • The following error occurred while importing IMG_ #. JPG: The system cannot find the specified file.

    It really starts to annoy me. For some reason, Windows does not allow me to import my photos with Windows more, I was able to import pictures all the time, but all of a sudden it stopped. I tried the import with the program auto-importation of Windows and then I tried to use the import software called Windows Live Gallery. Both gave me the same error message "the following error occurred while importing IMG_ #.» JPG: The system cannot find the specified file. "I tried looking up this error on many sites and have not led to what. I tried to re-formating my memory card but it did not work. Please help me, I can not import all the images and is running out of memory cards, I don't want to delete the images I took because I can not import to my computer.

    Thank you.

    Hello
     
    1. you try to import these images on the camera?
    2. have you checked if the image files are present on the device?
     
    First cross check if the photos are present on the device and if you are importing from the right location. Try to copy the files manually and paste it on the desktop and see if it works.
     
    For more information on troubleshooting camera connection problems, visit this link:
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-camera-connection-problems
     
    Post back with the results, so that we can help you better.
     
    Kind regards
    Syed
    Answers from Microsoft supports the engineer.

  • 0 x 81000203 error code... unable to do the system restore. No previous restore points created...

    Now you have another problem with Windows 7 Home Premium. I am not able to do the system restore.  It gives error 0 x 81000203 when I press the system protection option in the properties of my computer window. Any body solve this problem. I checked the services like cliché, CPP are working properly. Because of this error, I am unable to anytime upgrade to Ultimate edition. Help, please!

    Here's the Instant link that displays the error.

    [IMG] http://i43.tinypic.com/zioqdg.png [line]

    Hard

    Check your hard drive for errors:
    Click Start
    Type: CMD, according to the results, right-click CMD
    Click on "Run as Administrator"
    At the command prompt, type: chkdsk /f /r
    When you restart your system, your computer will be scanned for errors and will try to correct them. Andre Da Costa http://adacosta.spaces.live.com http://www.activewin.com

  • Error: alert! Previous attempts to start this system have failed at checkpoint [size].

    I tried upgrading the video card in my dell dimension, but doing so caused this error, error: alert! Previous attempts to start this system have failed at checkpoint [size]. I removed the new video card and put the old one back, but the error still occurs. Any help on how to fix this error would be much appreciated.

    Not necessarily...

    Power off, unplug... Remove the motherboard battery... Remove all memory modules except to location 1. Reinstall the battery and see if it boots now.

    Then, repeat the process and share all the modules on the slot 1, one at a time until you ID a bad module. If they all work in location 1, add modules one at a time for other locations until all are reinstalled and it boots or you ID a bad location.

Maybe you are looking for

  • Satellite L300-PSLB8E battery does not load on XP

    Recently, I spent from Vista to XP. Installed all the drivers, I know from Toshiba Web site. However, I came across an annoying problem.My computer works perfrectly when the charger is connected, but the battery is ever upward.In other words, my comp

  • HP 940c

    It would be good to know how to produce an engine number of total pages of my hp deskjet 940c printer. Fact before, but sorry to recognize that simply forgot how it works. Thank you.

  • DAC single sample write response time

    I use the acquisition of data USB-6259. I wrote a simple loop to write permanently a single sample of an output to check the next time of turing analog voltage pos & neg. I have the 'writing analog DBL 1Chan 1Samp' connected to a 'multiply by neg 1 "

  • Google Earth installation problems, impossible to find in the programs.

    Original title: Google Earth will not be installed. Installing Google Earth through the installation process and indicates that it is installed, but it is not available in my program.  In addition to a Toshiba program "Home Page" appears on the scree

  • Smith Optics site, Product objects disappear? Help

    Web site opens, leaves however not objects under banner seem discovered? Windows XP Any help would be appreciated