UDP protocol

I have ver8.6 UDP commo protocol that works, but when upgraded to LabView2009, he mistakes. It mistakes in the basic vi UDP open. My only job around is to uninstall 2009, moaning.

Hi Ronrodrig

The conversion of the VI in 2009 seems to be the problem. I had 1 error when I ran your VI, it worked only if the net address was my local address. I have rebuilt your VI from scratch in 2009 and I had no errors. I did not see that it comes to LabVIEW 2009 known issues. There is a patch of 2009, but I have not installed to see if that fixes it. Unless perhaps I missed something

J

Tags: NI Software

Similar Questions

  • UDP protocol? IPv4?

    I was wondering if anyone knows what protocol specific UDP blocks Labviews run on?  IPv6?  TIPC?  I'm assuming IPv4...

    Thank you

    -Greg

    LabVIEW does not in this level of detail; the primitives of the UDP (and other network functions) are just wrappers around the operating system network stack.  UDP is built on intellectual property and I know LabVIEW does not yet support IPv6 IPv4 is.

  • Localhost UDP connection between FCR and Matlab

    Hi all

    I have a question about the connection between Matlab and FCR UDP. My idea is to Exchange data between Matlab and Labview on the same computer.

    So I found the 'UDP Simple' of the FCR 2.0 sample project where periodically a datasample is generated randomly and sent to the remoteport 61557 local host. In the project a 'fractional number of string for transmission' is used for the transmission of data. The receiver of the sample project reads from the same port to receive the datasample.

    Now, I'm interested to read this simple stream from Matlab (just at first), however, it does not work and I'm not sure why. What I do in Matlab is the following (code Matlab)

    delete variables;
    u = udp ('127.0.0.1', 61557); % Of installation UDP Object
    fopen (u); open reading port %
    A = fread (u, 1);  % read an element
    fclose (u);

    With this code, however, I get a timeout by saying: "' WARNING: unsuccessful reading: the amount of data specified has not been returned within the time limit." "

    I'm not sure why this happens, maybe you could help me out here? I guess that the formet serving to VCF is not the same as in Matlab? Maybe the Terminators are not the same?

    See you soon,.

    Steve0

    Hey

    So, regarding the problem actually, I found the solution today. It was not the firewall, but a simple configuration in Matlab seting the UDP port. So the side of Matlab, to change the definition of udp object according to

    u = udp ('127.0.0.1', 'Thelocalport', 61557);

    If you have

    u = udp ('127.0.0.1', 'Thelocalport', 61557);
    fopen (u);

    A = fread (u)

    fclose (u);
    Delete (u);

    Who does the trick and you can read from the port. Then of course you say Matlab that you read from the "LocalPort" x, which I wasn't aware of.

    On the transmitter side, you simply:

    u = udp ('127.0.0.1', 61557);

    fopen (u);

    fwrite (u, '1');

    fclose (u);
    Delete (u);

    Here, you set just the port of transmiting.

    About the format of the data: I used the simple UDP protocol streaming Comms project where a random number is generated as a double, transformed into a string (ASCII values) and transmitted. At the level of the receiver, you get as much the UDP packet with the ASCII values that you must turn if you want to find the number.

    I hope this helps anyone having the same problem.

    See you soon

  • Convert data from text file to display for hex UDP transmission controls

    Hello

    I'm reading packets ethernet from a text file containing the actual hex data packets to then send these accurate return through a writing UDP hex data. I can't understand how to feed data into the function of writing UDP as real rather than characters ASCII hex data, as it does by default. I had the screen on the last VI before the writing of the UDP to "hexadecimal display mode" and if I manually type the hexadecimal values in the VI (hexadecimal string to binary String.vi - attached), then it passes the commands correctly. However,... when I fed the string of text in my text file data in this VI, it seems to be the substitution of this hexadecimal display on the VI input mode and the resulting entry in my UDP is still ASCII character mode. I tried to use a cast inside this VI, type... but that doesn't seem to work right. I have attached the main VI and VI which tries to prepare data before reading the UDP protocol. I've also attached an example of text file of data that I am an attempt of analysis.

    Any help would be appreciated,

    Thank you

    Hi jsrocket,

    the attached example should work as a transformation.

    Mike

  • UDP communication with microcontroller

    Hello

    I need to access a controller for some engines. The controller can be accesed by Ethernet. Unfortunately, I know very little such communications.

    So I worked by the UDP-examples of LabView provides. That helped a lot, however, some questions remain:

    What I don't understand is how I'm supposed to open a connection to the controller. In all the examples of LabView you still need to enter the Port number on the server and the ability to use vi. However with the microcontroller, I can't just enter a port number. I guess, that the microcontrroller already has some kind of a port and is similarly to the reciver.vi in the examples, but how can I find the port number or manipulate?

    I found documentation for the microcontroller. It is said that all commands to the microcontroller and the answers will be to send UDP-protocoll text encoded in UTF - 8. The orders correctly decoded will be responded with a package "ACK"and return to the "Commander".»

    The commands are the following:

    overall. Exit = ends the server

    overall. Socket = opens UDP-socket

    overall. IsConnected = responds with 0 or 1, if the port can be used

    global.getPort = returns the port number where the server is listening

    There are more of course. Some for setting up a gerneral I/O-Port and a lot more to move the motors of course. However, I think that the above is those that I need to open a connection.

    Of course, there are child of all that I need. I don't know how to use it. How is it I am destined to one of these commands sent to the controller without having a connection already?

    Do I have to sort of send orders 'everywhere', hope that this device is the only one who responds, ask for its port and then open a connection?

    I am really lost!

    Thanks for your help already!

    Hello

    Thank you very much to all those who helped.

    I managed to make it work, writing type of an own port scanner. The controller has been programmed to send a response to every shipment of order, I wrote a UDP server in LabView that would send a command to the controller that he had to answer. In the 'open UDP', I specified the IP address of my computer's ethernet card, which was connected to the microcontroller only via the crossover cable.

    The server sends the command to an unspecified IP (xFFFFFFFF). First of all to channel 1, then 2-port, etc... and waited for a response. In this way, that I have to know the IP address.

    In the end, the Port number is (of course) 1234.

    Thanks again for your time and all your ideas!

    Greetings

  • Regarding UDP Rx. custom map FPGA for PC

    Dear Sir.

    We are not able to receive the data in LabVIEW which is captured in WireShark. We pass the FPGA card data to PC. Here we use the UDP protocol.

    We follow the procedure below to send and receive data :

    1. Side map FPGA:

      1. We get the PC ARP request.
      2. Then, we give the answer ARP for PC.
      3. Then, we receive a PC UDP packet.
      4. After that, we send a UDP packet to PC.

    We monitor all frames with WireShark Analyzer.

    Let me know the solution and fill in the gap.

    Thank you best regards &,.

    Chick S

    The only thing I see is I think you mixed up of your ports. Looking at your OCAP paper, it seems that the FPGA (10.1.8.121) sends to the destination port 1234, but your VI of receiver UDP listening on port 1200. However, if you change the receiver port on the VI of UDP Rx, you get an error: I don't know if you will be allowed to open the same port twice (once in the TX, once in the RX). If this is the case, you must move the two functions in the same VI so that they use the same refnum UDP.

  • WAG320N - automatically opens and close a UDP port (3658)

    Hello

    I noticed that in my router as the router EOP journal a port automatically without human intervention, and after a few router time closes the port.

    Here is the log file from my router which opens the port and closes after a couple of hours.

    LOG------------------------------

    Tue, 2010-02-09 10:02:16 - AddPortMapping: NULL: 3658 external to the UDP Protocol 10.1.1.253:3658 for: 10.1.1.253:3658 to 3658 (UDP) with timeout:0
    Tue, 2010-02-09 10:02:16 - no authorization rule corresponding: accept the default (n_perms = 0)
    Tue, 2010-02-09 10:02:16 - redirect port 3658 UDP protocol 10.1.1.253:3658 for: 10.1.1.253:3658 to 3658 (UDP)
    Tue, 2010-02-09 10:02:16 - creating pass rule UDP Protocol 10.1.1.253:3658 for: 10.1.1.253:3658 to 3658 (UDP)

    .....

    Tue, 2010-02-09 12:52:59 - DeletePortMapping: external port: 3658, Protocol: UDP
    Tue, 2010-02-09 12:52:59 - deleting the port UDP 3658 forwarding rule
    Tue, 2010-02-09 12:52:59 - trying to delete rules at index 0

    ----------------------------------------------------------------------------------

    Why is this happening?

    Yes. Exactly. Your PS3 will open this port via UPnP.

  • How to stop srw/EMS shipment 239.255.255.250.1900: UDP

    SRW / EMS switches are sending packages as below:

    IP 172.16.57.100.1900 > 239.255.255.250.1900: UDP, length 296
    IP 172.16.57.100.1900 > 239.255.255.250.1900: UDP, length 313

    (a message from discovery to the multicast address 239.255.255.250 port 1900 via the UDP protocol)

    This behavior can be disabled?

    It seems that this is for uPnP.

    This is normally come from a windows machine, you're sure it's the switch?

    For the switch, here's a guide to the administrator:

    http://www.Cisco.com/en/us/docs/switches/LAN/CSBMs/srw248g4p/Administration/Guide/SRW224G4P-248G4P_User_Guide.PDF

    Here is the specific platform, however you need basically disable upnp if it's an inconvenience for you.  It is harmless for the switch to send however if you just want to ignore it.

    HTH,

    Andrew Lissitz

  • UDP is blocked...

    There is no work around?

    We have developers on various networks of flaky and this causes some hiccups RTMFP development...

    With our thanks!

    RTMFP is a UDP protocol only.  in general, if UDP is blocked, RTMFP will not work.

    Flash Player can talk to/via a UDP - UDP proxy running pre - RFC draft 8 of the TOUR:

    https://Tools.ietf.org/html/draft-ietf-behave-turn-08

    You can configure Flash Player to use a proxy in mms.cfg (the location varies depending on your platform).  the property in this file is RTMFPTURNProxy =.

  • Module of interfacing SMU 8115

    IAM using the SMU 8115 module to connect an Instrument.I want to use the ethernet communication. So please suggest me which is the Commom TCP/IP or UDP protocol? Can I use Protocol series?

    Hi Sam,

    You need to generate code in time real PXI.

    Procedure for establishment of the RT code

    1. create the new empty project

    2. right click on the project tree and select new--> targets and devices

    3. Select your PXI system and set up your project with all the options available.

    4 TCP transceiver code developing PXI and build the EXE and deploy

    5. receiver/transmitter TCP code developed on PC and send/receive data on PC.

    You can build simple read and write the code and check the data exchange between the host PC and PXI

  • Updateing problem on internet time

    Hi all

    I'm trying to update the time on the controller from a website NTP stratum 2 PXI real-time.

    There are two methods offered by EITHER:

    Method 1 - Driver for PXI (LV > = 2009)

    Method 2 - Code based

    The example of function code (which works well) uses a NIST server.

    I tried to adapt this to an NTP sever (Port 123, 0.au.pool.ntp.org which resolves to 116.66.160.39 [now]).

    NTP is a UDP protocol, but I don't understand how to use in labview.

    I can ping the address,

    I can't be able to open a TCP session.

    I can open a UDP Session, but I can not read or write.

    Any suggestions?

    I don't understand why you're citing the code example labels the constants of diagram and Subvi with 'NTP' icons, because it uses the "daytime" Protocol, which is quite different. How have you tried to adapt it to NTP? Replacing the port 123/UDP is certainly not enough. (And why you even try TCP?)

    You need to correctly format a NTP request in order to get an answer, and there is a request to change he describes in detail.

    A long time ago I have all a Quick a dirty pure example LabVIEW to poll a NTP server and analyze the result. For more details see this thread. It might give you some ideas.

  • How can I add a port to the programs allowed through firewall?

    I'm setting up a fax program to receive faxes on your computer. State of instructions I put the firewall to allow the use of PC-Fax-Rx and add port 54926 for network PC-Fax-Rx with a UDP protocol

    Moved from feedback
    No specific OS

    Hi Donna01.  Sorry for the delay.  To add the rule you need for Windows 7 firewall, you can follow the instructions on this site--> http://www.sevenforums.com/tutorials/542-windows-firewall-add-remove-exception.html

    If you have problems following these guidelines, let me know.  I looked around for directions that would screen shots so it would be easier for you to follow.  Because you have a wireless router that you cross, there may be a firewall there as well.

    Before entering the property, try to use the directions above and add the rule, you need for PC-Fax-Rx and I would like to know what the results are and if you want extra help.

  • WHY I CANT WATCH VIDEO STREAM

    CANT PLAY VIDEO STREAM IT CONTINUES by SAYING ME Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file.

    Hello

    Welcome to the Microsoft answers site!

    This problem may occur,

    (a) the file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player.

    (b) the file might have been encoded with a codec that is not supported by Windows Media Player. If this is the case, Windows Media Player cannot play the file.

    I suggest you try the following steps:

    Step 1: First, check to see if Windows Media Player streaming video settings is enabled. To do this, follow the steps below:

    (a) open Windows Media Player and click on organize.

    (b) go to options and select the network tab.

    (c) under the network tab, select all the boxes to check and try.

    Step 2: To determine what codec was used with a specific file, play the file in the player, if possible. When the file plays, right click on the file in the library and then click on properties, the file, look at the Audio and video codec codec.


    Step 3:
    download and install the Codecs:

    Follow these steps in Windows Media Player:

    (a) click the arrow below the now playing tab, and then click Other Options.

    (b) on the Player tab, select the check box automatically download codecs .

    http://Windows.Microsoft.com/en-us/Windows-Vista/codecs-frequently-asked-questions

    (, Read the player always try to download codecs automatically?)

    Step 4: when you open Windows Media Player next, the option plan you will find the stream menu bar. In the menu bar of data flow, please apply the settings you want to the stream and the video game under streaming options.

    If this does not match the type of video file that you are trying to replicate with windows media player default programs.

    You can make the default program using set Associations.

    (a) open default programs by clicking the Start button, click default programs.

    (b) click on associate a type of file or Protocol with a program.

    (c) click on the file type or protocol that you want the program to act as the default value.

    (d) click the program of change.

    (e) click the program that you want to use by default for the selected file type, or click the arrow next to other programs to show other programs. (If you don't see other programsor your program is not listed, click Browse to find the program that you want to use and then click Open. If no other programs are installed that are able to open the type of file or Protocol, your choice will be limited.)

    (f) click OK.

    Step 5: Configure the protocol settings

    To change the Protocol for the player settings

    (a) click the arrow on the reading tab, click More Options, and then click the network tab.

    (b) make the desired changes.

    (c) If you disable the TCP , or if your firewall TCP stream blocks box and the player are configured to use the RTSP protocol, the player will try to receive the streams by using the UDP protocol. If you also clear the UDP check box, or if your firewall blocks broadcasts that use these protocols and the player is configured to use the RTSP protocol, the player will try to receive the streams by using the HTTP protocol.

    http://Windows.Microsoft.com/en-us/Windows-Vista/which-protocols-does-Windows-Media-Player-use-for-streaming

    Now, check if the problem is resolved.

    Please see the link below for your reference:

    http://support.Microsoft.com/kb/911710

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • RVL200 - SSL VPN and firewall rules

    Forgive my ignorance, but I have been immersed in the configuration of this device RVL200 to allow Remoting SSL VPN to a customer site, sight unseen.  I have the basics of the VPN set up in config, but now move the firewall rules.  We want to block all internal devices to access the Internet, but I don't want to cripple the remote clients that will be borrowed by blocking their return via the SSL VPN traffic.  This leads to my questions:

    (1) a rule of DENIAL of coverage for all traffic OUTBOUND will prevent the primary function of the VPN (to allow the administration away from machines on the local network)?

    (2) if the answer to #1 is 'Yes', what ports/services do I need to open the side LAN?

    (3) building # 2, configuring authorized outbound rules apply only for VPN clients, rather than all the hosts on LAN?

    (4) as the default INCOMING traffic rule is to REFUSE EVERYTHING, do I have to create a rule to allow the VPN tunnel, or guess that in the configuration of the router?

    Here are some other details:

    • The LAN behind the RVL200 is also isolated LAN in a manufacturing environment
    • All hosts on this network have a static IP address on a single subnet.
    • The RVL200 has been configured with a static, public IP on the WAN/INTERNET side.
    • DHCP has been disabled on the RVL200
    • Authentication to the device will use a local database.
    • There is no such thing as no DNS server on the local network
    • The device upstream of the RVL200 is a modem using PPPoE DSL, and the device has been configured for this setting.
    • Several database of local users accounts were created to facilitate the SSL VPN access.

    I worked with other aspects of it for a long time, but limited experience with VPN and the associated firewall rules and zero with this family of aircraft.  Any help will be greatly appreciated.

    aponikikay, there is no port forwarding necessary to the function of the RVL200 SSL - VPN.

    Topic 1. That is not proven. It shouldn't do. The router should automatically make sure that the SSL - VPN router service is functional and accessible.

    Re 2. No transfer necessary. In addition, never before TCP/UDP port 47 or 50 for VPN functions. The TCP 1723 port is used for PPTP. UDP 500 is used for ISAKMP. You usually also to transmit TCP/UDP 4500 port for IPSec encapsulation.

    Let's not port 47. ERM is an IP protocol that is used for virtual private networks. It is a TCP or UDP protocol. GRE has 47 IP protocol number. It has nothing to do with TCP or UDP port 47. TCP and UDP are completely different protocols of free WILL.

    It goes the same for 50: ESP is the payload for IPSec tunnels. ESP is the Protocol IP 50. It has nothing to do with TCP or UDP port 50.

    'Transfer' of the GRE is configured with PPTP passthrough option.

    'Transfer' of the ESP is configured with IPSec passthrough option.

  • Windows 7 Pro Blue screen

    This is the problem such as specified after the recovery, any help is appreciated.

    BCCode: 7f

    BCP1: 0000000000000008

    BCP2: 0000000080050033

    BCP3: 00000000000006F8

    BCP4: FFFFF80002A54D28

    OS version: 6_1_7600

    Service Pack: 0_0

    Product: 256_1

    Hello

    You have ZoneAlarm or any 3rd party firewall installed? If so, this could be the cause.
    Other antivirus/security programs could be at least partially responsible.

    This fix "could" apply however do not use if you are quite safe.

    Two drivers of platform using WFP (Windows Filtering) causes a computer crash when the
    computer running Windows Vista, Windows 7 or Windows Server 2008
    http://support.Microsoft.com/kb/979278

    Also check these:

    Stop error message when you run an application that transfers data using the UDP protocol
    in Windows Server 2008 R2 or in Windows 7: "STOP 0x0000007F"
    http://support.Microsoft.com/kb/981180/

    The General causes of errors "STOP 0x0000007F" (applies to Vista and Windows 7 as well)
    http://support.Microsoft.com/kb/137539

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

    For the methods of troubleshooting blue screen using BlueScreenView and MyEventViewer see my answers
    If this thread - top 3 RESPONSES (+ 1 other).

    http://social.answers.Microsoft.com/forums/en-us/w7repair/thread/c675b7b8-795f-474d-a1c4-6b77b3fcd990

    ----------------------------------------------------

    It's my usual BlueScreen convenience store.

    References to Vista also apply to Windows 7.

    BCCode: 0x0000007f with the parameter 00000008 7f usually means a hardware problem.

    Have you added a hardware or drivers updated recently? Check Control Panel - Windows
    Updates to see if all drivers have been updated it just before what is going on has begun.

    For 7f - this could be a problem of material such as uncomfortable cards or memory, while there are
    other causes. Power electric low could also lead to this. Use the troubleshooters above and below
    and when you get to the drivers and memory sections refer to my next message below and then
    go back troubleshooting if necessary. (Can't really do a lot for the hardware on your laptop).

    If a PC remove ALL power. Opening the case, remove and reinstall all memory cards and ALL
    cable (try not just to close) on both ends if they are accessible and on the device ends if not
    (remove the cables and the resettlement of help them to eliminate minor corrosion).

    Notice the 08 (double fault) as 1st parameter means there is likely to be two causes. Do not forget to
    Update your drivers manually as using discoveries only updates Windows certified drivers and Microsoft
    and device manufacturers are far behind in this process. NETWORK, WiFi, BIOS and video/display card update
    and other great pilots

    If a laptop or a PC, you will need to take a shop (not BestBuy or other BigBox stores) or your
    Support of the machine system.

    ----------------------------------------------------------------------

    BCCode: 7F 0x0000007F which is the same as 0x1000007F

    UNEXPECTED_KERNEL_MODE_TRAP bug control has a value of 0x0000007F. This bug check indicates that the Intel CPU generated a trap and the kernel could not catch this trap.

    This trap might be a bound trap (a trap the kernel is not allowed to capture) or adouble foul(an error occurred during the processing of an earlier fault, which always results in a failure of the system).

    Parameters

    The first parameter that is displayed on the blue screen indicates the number of trap.

    The most common trap codes are the following:

    • 0x00000000 or division by zero error, indicates that a DIV instruction is executed and the divisor is zero. Memory corruption, other hardware problems or software failures can cause this error.
    • 0 x 00000004, or overflow, occurs when the processor executes a call to an interrupt handler when the overflow (OF) is flag set.
    • 0x00000005, or limits check fault, indicates that the processor, then executing a BOUND instruction, determines that the operand exceeds the specified limits. A BOUND instruction ensures that a signed array index is within a certain range.
    • 0 x 00000006 or Opcode not valid, indicates that the processor attempts to execute an invalid instruction. This error occurs generally when the instruction pointer is corrupted and point to the wrong address. The most common cause of this error is hardware memory corruption.
    • 0x00000008 or Double fault, indicates that an exception occurs during a call to the previous exception handler. In general, two exceptions are handled in series. However, there are several exceptions that cannot be handled serially, and in this case, the processor signals a double fault. There are two common causes of a double fault


    CAUSE

    0x7F bug check occurs after the installation of a faulty or incompatible hardware (including memory) or if installed hardware fails.

    A double fault can occur when the kernel stack overflows. This overflow occurs if multiple drivers are attached to the same battery. For example, if two file system filter drivers are associated to the same stack and then again the recursively of file system, the capacity of the battery.

    Solve the problem

    Troubleshooting: If you have recently added the material to the computer, remove to see if the error recurs. If the hardware failure existing, remove or replace the faulty component. Run the diagnostics of material that does not have the system manufacturer supplies to determine which hardware component.

    The scanner memory is particularly important. Faulty or incompatible memory can cause this bug check. For more information on these procedures, see the manual of your computer. Check that all the cards in the computer are well calibrated. Use an ink eraser or electrical contact treatment, available in electronic supply stores, to ensure the adapter card contacts are clean.

    If the error appears on a newly installed system, check the availability of updates for BIOS, SCSI, or card network controller. These updates are generally available on the Web site or the hardware manufacturer BBS.

    Confirm that all hard drives, hard disk controllers and SCSI adapters are listed in the list of the products tested Microsoft Windows market.

    If the error occurred after the installation of a new or updated device driver, you should remove or replace the driver. If, in this circumstance, the error occurs during the startup sequence and the system partition is formatted with NTFS, you may be able to use Safe Mode to rename or to delete the faulty driver. If the driver is used as part of the start-up procedure of the system Safe Mode, you must start the computer by using the Recovery Console in order to access the file.

    Also to restart your computer and press F8 to character-based menu that displays the choice of operating system. In the menuof Advanced Options , select thelast known good Configuration option. This option is most effective when you add a single driver or service at a time.

    Overclocking (setting of the CPU to run at a speed higher than the nominal specification) can cause this error. If you have overclocked to the computer that is experiencing the error, return the CPU to default clock speed setting.

    Check the system log in Event Viewer for additional error messages that might help identify the device or driver that generated the error. You can also disable caching memory BIOS to try to resolve the problem.

    If you have encountered this error during the upgrade to a new version of the Windows operating system, the error can be caused by a device driver, system service, an anti-virus or a backup tool that is not compatible with the new version. If possible, remove all third-party device drivers and system services and disable all antivirus before upgrade you. Contact the software manufacturer for updates of these tools. Also, make sure that you have installed the latest Windows Service Pack.

    Finally, if all of the steps above do not resolve the error, take the system motherboard to a repair for the diagnostic facility. A crack, a scratched trace, or a defective component on the motherboard can also cause this error.

    BCCode: 7F 0x0000007F which is the same as 0x1000007F<-- read="">
    * 1304.html http://www.faultwire.com/solutions-fatal_error/Run-a-System-diagnostic-Utility-supplied-by-your-0x1000007F-

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

    Look in the Event Viewer to see if something is reported on those.
    http://www.computerperformance.co.UK/Vista/vista_event_viewer.htm

    MyEventViewer - free - a simple alternative in the standard Windows Event Viewer.
    TIP - Options - Advanced filter allows you to see a period of time instead of the entire file.

    http://www.NirSoft.NET/utils/my_event_viewer.html

    -------------------------------------------------------------------------

    Here are a few ways to possibly fix the blue screen issue. If you could give the blue screen
    info that would help. Such as ITC and 4 others entered at the bottom left. And all others
    error information such as codes of STOP and info like IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

    As examples:

    BCCode: 116
    BCP1: 87BC9510
    BCP2: 8C013D80
    BCP3: 00000000
    BCP4: 00000002

    or in this format:

    Stop: 0 x 00000000 (oxoooooooo oxoooooooo oxoooooooo oxooooooooo)
    Tcpip.sys - address blocking 0 x 0 00000000 000000000 DateStamp 0 x 000000000

    It is an excellent tool for displaying the blue screen error information

    BlueScreenView scans all your minidump files created during 'blue screen of death '.
    hangs and displays information about all accidents of a table - free

    http://www.NirSoft.NET/utils/blue_screen_view.html

    BlueScreens many are caused by old or damaged, in particular the video drivers drivers however
    There are other causes.

    You can do mode if necessary safe or the Vista DVD command prompt or
    Options recovery if your system is installed by the manufacturer.

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    You can try a system restore to a point before the problem started when one exists.

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    -------------------------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates cbs.log Windows Vista (and Windows 7)
    http://support.Microsoft.com/kb/928228

    The log can give you the answer if there is a corrupted driver. (Says not all possible
    driver problems).

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run the check disk at startup in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    -------------------------------------------------------------------------

    Often drivers up-to-date will help, usually video, sound, network card (NIC), WiFi, part 3
    keyboard and mouse, as well as of other major device drivers.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Installation and update of drivers to 7 (update drivers manually using the methods above is preferred
    to make sure that the latest drivers from the manufacturer of system and device manufacturers are located)
    http://www.SevenForums.com/tutorials/43216-installing-updating-drivers-7-a.html

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    -------------------------------------------------------------------------

    How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart
    quit unexpectedly
    http://support.Microsoft.com/kb/958233

    Troubleshooting Vista Blue Screen, error of JUDGMENT (and Windows 7)
    http://www.chicagotech.NET/Vista/vistabluescreen.htm

    Understanding and decoding BSOD (blue screen of death) Messages
    http://www.Taranfx.com/blog/?p=692

    Windows - troubleshooting blue screen errors
    http://KB.wisc.edu/page.php?id=7033

    -------------------------------------------------------------------------

    In some cases, it may be necessary.

    Startup Options recovery or Windows 7 disk repair

    How to run a startup repair in Windows 7
    http://www.SevenForums.com/tutorials/681-startup-repair.html

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    How to create a Windows 7 system repair disc
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html

    How to do a repair installation to repair Windows 7
    http://www.SevenForums.com/tutorials/3413-repair-install.html

    Hope this helps. |

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

Maybe you are looking for