Exe and the way to build

Hi all

I am trying to build an inorder to exe to distribute my program to another PC. This my first attempt failed and I need help. My program is quite large, with nearly one hundred Subvi. In my sturcure project, these are organised into folders.

Some of these sub - VI are read and write to files (excel) and all works when great in my development environment.

I open my top level vi and build the exe successfully. My first problem is that when I try to launch the application, I get a runtime than the "file not found" error

I use in my development 'current VI path.vi', 'path.vi band', ' generation path.vi "and" create dir if non-existant.vi "to load and create files.

All of these .vi are used in relation to where the current VI is stored.

Because these files I'm loading/saving settings are, they must be distributed with the exe file.

I know that when I create the .exe file, it creates also folder "data".

So my question is:

When the executable file is created, which will return the "course VI path.vi?

I have to move my files in the data folder created and also change my Subvi look into this folder?

Thank you

Jamie

I use LV2009

Start by reading this page.

Tags: NI Software

Similar Questions

  • When you try to install Microsoft Pinball Arcade in Windows 7 Home, I try to run setup.exe and the message that is missing a dll.

    original title: pinball arcade problem

    When you try to install Microsoft Pinball Arcade in Windows 7 Home, I try to run setup.exe and the message that is missing a dll.  Help, please. Thank you.

    This file is missing?

    Since it is an old game, it is possible that it will simply not work.

    Try to use the compatibility options to run the installation - the game is designed for Windows 98, but try different options and if that does not work:
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

  • I have a subscription to adobe for the cc 5.5 and rebuilt my computer to the low load the .exe and the second file. I have windows and after clicking on the .exe has nothing happened?

    I have a subscription to adobe for the cc 5.5 and rebuilt my computer to the low load the .exe and the second file. I have windows and after clicking on the .exe has nothing happened?

    If you have downloaded from here: Download CS5.5 products, please see the instructions to extract the files and install your product.

    Alternatively, you can download it here:

    http://prodesigntools.com/Adobe-CS5-5-direct-download-links.html

    Guinot

  • You can change the way that you scroll up and down pages.have just installed the new update from apple and the way in which you have to scroll through the pages in firefox has c

    After you have installed the latest version of the software update apple has changed the way you scroll through the pages. I would like to consider to have a box at the top and bottom of the screen that you use for scrolling. Any help would be greatly appreciated.

    On Mac, scroll bars may be hidden and are showing them when you scroll down the page, so you can see the current scroll position.

    The idea is that a Tablet is used that does not need to be visible and therefore more screen real estate for the navigation area, scroll bars.

    You can make scroll bars always appear:

    System Preferences > General > Show Scroll Bar > Choose "Always"
    
  • How to install the vcdrom.exe and the sys file.

    I installed vcdrom.exe and copied vcdrom.sys to windows/system32/drivers as indicated, but when I try to select vcdrom.sys list drivers install this is not yet visible. but when I go to the site ouside the program I think it's no problem, I tried to run the program as administrator, I tried to adjust the file sys in total control, and it makes no difference. What should I do?

    There is actually an updated version that is supposed to work with Win7

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=38780

    Right click on the file vcdcontrolTool.exe and choose run as administrator removes the "could not open SCM: access denied" message, but VCdRom.sys is still not visible in % windir%\system32.

    Apparently, it is simply not compatible with x 64 versions... even if you run it high and try to load the copy of the driver on the left file in the subdirectory to decompress (which is no problem), the message 'the driver has been blocked from loading.' results. Maybe some MVP re / writing he forgotten kernel mode code signing or will not pay the annual dues ($ 400?) to MS for the signature of x 64 drivers.

  • Namespaces and the way how?

    I have a problem with the notion of namespaces and the path.

    I try this code

    xml_response variable varchar2 (4000);

    BEGIN

    : xml_response: =.

    ' <? XML version = "1.0" encoding = "UTF-8"? >
    " < s: Envelope = xmlns:S ' http://schemas.xmlsoap.org/SOAP/envelope/ ">
    < Body >
    " < GenerateLabelResponse xmlns =" https://www.mypostbusiness.ch/WSBC/barcode/v2_2/types ">
    <>envelope
    < LabelDefinition >
    < ImageFileType > PDF < / ImageFileType >
    < / LabelDefinition >
    < data >
    <>provider
    send to <>
    < item >
    < > 12346 ItemID < / ItemID >
    < code > 993314781300000277 < / IdentCode >
    < image > Base64 encoded data < / Image >
    < / point >
    < / shipping >
    < / provider >
    < / data >
    < / envelope >
    < / GenerateLabelResponse >
    < / Body >
    < / s: Envelope > ';

    END;
    /

    SELECT x1.*
    FROM XMLTable)
    XMLNamespaces (default 'https://www.mypostbusiness.ch/wsbc/barcode/v2_2/types"")
    , ' / GenerateLabelResponse/envelope/data/provider/consignment/Item.
    by the way xmltype(:xml_response)
    columns
    Path of varchar2 (30) ItemID "/ ItemID',"
    Path of varchar2 (30) IdentCode ' / IdentCode'
    ) x 1
    ;

    and have a return of any line.

    I think that the namespaces determine the root of the path and I have to follow the path since I was in the right column.

    What's wrong?

    Determine the correct path is very simple and intuitive.

    Do not be confused by namespaces.

    Namespace is only part of the name of the node.

    A node name is a qualified name that consists of two parts:

    -a local name

    -a namespace uri

    Consider your current sample where you want the item target .

    You just have to ask you this question:

    'Which node (s) that I have to cross to reach the node of the root target?'

    To answer this question, begin to navigate the XML from the root node:

    (1) s: Envelope

    (2) body

    (3) GenerateLabelResponse

    (4) envelope

    (5) data

    (6) provider of

    (7) shipment of

    (8) article

    Steps 1 and 2 are elements belonging to the namespace "http://schemas.xmlsoap.org/soap/envelope/", this namespace is bound to from the ' prefix in the XML document.

    Rest of the steps up to 8 are elements belonging to namespace "https://www.mypostbusiness.ch/wsbc/barcode/v2_2/types", without the prefix bound but a declaration of default namespace instead.

    If the path is:

    /env:envelope / env:Body / GenerateLabelResponse/envelope/data/provider/consignment/article

    where "env" is the prefix bound the SOAP name space, I could have chosen the of ' as in the document but I intentionally chose another, the only important is the uri that it represents.

    Other nodes in this way belong to the default namespace, so let's not forget declare it as well.

    Final request:

    SELECT x1.*
    FROM XMLTable(
           XMLNamespaces(
             'http://schemas.xmlsoap.org/soap/envelope/' as "env"
           , default 'https://www.mypostbusiness.ch/wsbc/barcode/v2_2/types'
           )
         , '/env:Envelope/env:Body/GenerateLabelResponse/Envelope/Data/Provider/Sending/Item'
           passing xmltype(:xml_response)
           columns
             ItemID    varchar2(30) path 'ItemID',
             IdentCode varchar2(30) path 'IdentCode'
         ) x1
    ;
    
  • Windows does not start gives a 0xcooooo98 code file:ntoskrnl.exe and the status

    I went to microsoft update, and important updates of downloaded and my startup collapsed Windows I tried each seting I could find that it keeps telling me that a file is missing or corupted is there anything I can do to set the file

    http://www.windowsreference.com/Windows-Vista/fix-for-ntoskrnlexe-missing-or-corrupt-error-0x0000098-when-booting-up-Vista/

    Read the information above.

    We do not know what type of disc of Vista you have.

    Try these steps to do a Startup Repair:

    Restore point:

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     

    If restore work not and you do not have a Vista DVD from Microsoft, do a repair disc to do a Startup Repair:

    Download the ISO on the link provided and make a record of repair time it starts.

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu.

    When you have changed that, insert the Bootable disk you did in the drive and reboot.

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    Link above shows what the process looks like and a manual, it load the repair options.

    NeoSmart containing the content of the Windows Vista DVD 'Recovery Centre', as we refer to him. It cannot be used to install or reinstall Windows Vista, and is just a Windows PE interface to recovering your PC. Technically, we could re-create this installation with downloadable media media freely from Microsoft (namely the Microsoft WAIK, several gigabyte download); but it is pretty darn decent of Microsoft to present Windows users who might not be able to create such a thing on their own.

    Read all the info on the website on how to create and use:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    ISO Burner: http://www.snapfiles.com/get/active-isoburner.html

    It's a very good Vista startup repair disk.

    You can do a system restart tool, system, etc it restore.

    It is NOT a disc of resettlement.

    And the 32-bit is what normally comes on a computer, unless 64-bit.

    See you soon.

    Mick Murphy - Microsoft partner

  • After an update over the past year, get the real Message of MS relative to "ogaexec.exe" and the related "appcompat.txt". I have validated my system through Ms. Suggestions?

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->
    Validation status: genuine
    Validation code: 0
    Code of Validation caching: n/a
    Windows product key: *-* - T6DFB - Y934T-YD4YT
    The Windows Product Key hash: 3g4CZGFEDgbKmn/oB4pa2FZsssU =
    Windows product ID: 55274-OEM-2211906-00102
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 5.1.2600.2.00010100.3.0.pro
    ID: {E88CA653-0DD5-4F7A-8795-B3DDA7B6C478} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: n/a
    Architecture: n/a
    Build lab: N/A
    TTS error: n/a
    Validation Diagnostic: 025D1FF3-230-1
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a
    Version: n/a

    Windows XP Notifications data-->
    Cached result: 0
    File: Yes
    Version: 1.9.40.0
    WgaTray.exe signed by: Microsoft
    WgaLogon.dll signed by: Microsoft

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: 2.0.48.0
    OGAExec.exe signed by: Microsoft
    OGAAddin.dll signed by: Microsoft

    OGA data-->
    Office status: 100 authentic
    Microsoft Office Professional Edition 2003-100 authentic
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: 025D1FF3-230-1

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program may Explorer\IEXPLORE.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\WINDOWS\system32\oembios.bin[Hr = 0x800b0003]
    [File mismatch: C:\WINDOWS\system32\oembios.dat[Hr = 0x800b0003]
    [File mismatch: C:\WINDOWS\system32\oembios.sig[Hr = 0x800b0003]

    Other data-->
    Office details: {E88CA653-0DD5-4F7A-8795-B3DDA7B6C478}1.9.0027.05.1.2600.2.00010100.3.0.prox 32*-*-*-*-YD4YT55274-OEM-2211906-001022S-1-5-21-4273305073-249100995-1601543261Dell Computer CorporationLatitude D800 Dell Computer CorporationA1020040708000000.000000 + 000Dell system, Dell, Dell, Dell system computer128F3707018400E204090409Time(GMT-05:00) Standard is02Dell Computer CorporationDell LATITUDE D800100100Microsoft Office Professional Edition 2003 11 729FBC7AF9FBDF3 qY2Bhd9N7prBD9UeOL666ia0T3Q = 70145-761-3636523-57292 1

    License data-->
    N/A

    Windows Activation Technologies-->
    N/A

    --> HWID data
    N/A

    Activation 1.0 data OEM-->
    BIOS string matches: Yes
    Marker of the BIOS string: 18FBD:Dell Inc. | 18FBD:Microsoft Corporation
    Marker of OEMBIOS string. DAT: Dell, Dell Computer, Dell, Dell system system system

    Activation 2.0 data OEM-->
    N/A

    Downloaqd and install Dell Latitude D800 System BIOS update Version A13.  After restarting your computer Dell, visit the Genuine Microsoft software and click on Validate Windows, and then click Validate Office, then restart the computer.

    Carey Frisch

  • Satellite A200 - 1 GB and the problem of build-in microphone

    My microphone build-in does not work. I tried to play with all the options in my volume controls and my webcam software.
    What can I do else? Is there a driver for him ' cos from what I've read, it came with the driver for the webcam.
    Furthermore, I went down to XP just now and I think remember that she was working with vista. So I think this isn't a hardware problem.

    Thank you.

    Check the settings of the sound, if the microphone muted or quiet?
    I think you have the Realtek HD Sound Effect Manager (you can find it in the control panel), there you can also check the settings.

    Are you yellow marks in Device Manager?

    You downgrade Windows Vista to XP with a Toshiba Recovery disk? All readers are included in Toshiba recovery disc.

  • Construction in real time of the table and the data tracing

    Hello

    I have a project in which I am waiting for a message from the chain coming to my serial port that contains two parameters of a voltage sensor compared to the position

    I will then draw two parameters for a XY chart as they arrived at my port to build a chart that is continuously updated with all the points came to the COM port (all from the position of the reading pressure readings).

    I know that to draw the two parameters against each other that I must use the XY-graph and for this, I have to insert my data in the tables first and then give them to the chart.

    The problem is that the message of the series is not at fixed intervals (for example a message now comes, the other may be after 1 minute, then another after one half minute.. .and so on). and the chart should be updated with the points once they arrive (in addition to displaying the previous points too of course).

    I don't know where to start! can someone put me on a track for it?

    Note: I have no problem with the interpretation of the data series, at the end I will have two numeric values which I'll then draw against each other

    Thank you

    One thing that I had not noticed before on your VI is that you use the wrong function when generating data in your table.  You should use table to build.  No insertion in the table which is more intended for stuff that goes in the middle of a table.  And the way you use it, you insert in fact data at the beginning and not at the end.

    I don't know what you have tried and why you think that the circular buffer is not what you want to do.

    Take a look for a function called data queue Pt by Pt that effectively does what you want.

    I will attach a Subvi I used.   I changed it to something that I found.  I think I found somewhere in LabVIEW itself, or an example, maybe the forums, but I can't find the original source.  And I don't see in the comments of the VI. (If anyone knows, please comment.)

  • Integration of OAM (11.1.2.0.0) with the OIF (11.1.1.2.0) and the Protection of resources

    Hi Oracle community!  It's my first post here on the forums, so please bear with me.

    I have a question about the integration between the IOF, acting as an IdP and OAM as the authentication engine.  I'll start with our Setup and the way we protect resources and then finally to deliver my ultimate question.

    First things first:

    We use the OIF 11.1.1.2.0 and OAM 11.1.2.0.0 (looking at upgrading OAM/OIF soon to 11.1.2 patch set 2, so we get full OIF blown in OAM packet and not only the part of MS).

    I essentially was self-taught in the integration of the products and did the best that I can.  We have that in the production running the full blown federations now, so that we know that we are doing something good.  I won't say that we have done is the perfect solution, but it is the way in which we understand how products interact and worked at the time.

    We have OIF, acting as an IdP (without SP yet), configured to use our OAM authentication search engine.  According to the documentation, we read through, when this configuration occurs, when the IOF receives a request to start the process of Federation (/ fed/PDI/initiatesso? providerid = XXXXXX), she sees the user is not authenticated and will forward to the authentication engine.  In our case, this means that we forwards the request to an internal flow in the OIF (/ fed/user/authnoam11g) which crosses the webgate, then check with OAM, if it is a resource that is protected or not.  In OAM, we defined a resource to protect/fed/user/authnoam11g so she who collects and authenticates the user via the policy regime, etc.  Once that ends, she goes back to the OIF to finish the assertion.

    Keep in mind, I'm aware of a lot more of what's going on in the process, but it's the main room that will be the basis of my question.

    So than stated above, we have a single policy protected for all federations from the OIF since "out of the box" OIF doesn't have several URL structures that it will send to OAM based on service provider being accessible.  For me, this is a small problem because I want to perform specific authorization controls in OAM based on the providerid who had been requested to the OIF.  OIF, as far as I know, completely removes the URL of origin that was requested and query parameters (for example providerid) which means that I have little or no information of the initial request to any robust condition checks in the policies of the OAM.

    My question to the community would be:

    Is it possible for the headers of the OIF or query string parameters to be going to OAM via header variables/session variables/etc. and then accessible through licensing of OAM requirements to do solid state audits in order to allow/deny access based on rules?

    A small example:

    I am a customer who asks the following Federation on OIF:

    1. https://oifhost/fed/IDP/initiatesso?ProviderID=partnerAlias GOLD https://oifhost/FED/IDP/samlv20 <-the samlv20 would include a request for authentication with the good provider
    2. IOF receives the request and begins creating processes and the SAML assertion.  It is determined that the user is not authenticated, so OIF will forward to the authentication engine.
    3. OIF transmits to the https://oifhost/fed/user/authnoam11g
    4. OAM protects the url "/ fed/user/authnoam11g" to make the authentication/authorization.
    5. The point of authorization, I want to build conditions that are basically looking for the "providerid" in initial demand to run specific rules to allow/deny cons.  Currently, it is not possible that I know, and that's what I want to know.
    6. Once the authentication/authorization, OAM refers the request to the OIF where he finished the SAML flow and sends the statement to MS.

    In step 5, I would need a mechanism to find the providerid (value of the header, cookie, session, etc.)

    I posted this same question on another blog of Oracle and received a reply that I want to do with the current configuration is not supported.  In order for me to get the desired result, I need to upgrade to patch set 2 of OAM with the fully integrated OIF.

    See response to blog here:

    https://blogs.Oracle.com/dcarru/entry/authorization_in_oif_idp#comments

  • What are the ways to vCenter 5.1 5.0?

    I have vCenter 5.0 with joint hosts, most of them is ESX 4.0, two of them is a 5.0 ESXi. I would like to upgrade vCenter to 5.1.

    What is the best and least disruptive to do? I am considering an upgrade in place against the construction of a new 5.1 vcenter and then migrate all hosts in

    This vCenter. What is the best and least disruptive to do? Both are considered as valid ways to achieve the same goal?

    Thank you

    Another option that you have, and the way I just made, must continue to operate your vCenter 5.0. Start the installation for the SSO to the ISO 5.1 and get that working first. It is not interact with 5.0, so you should not spoil anything. Once you have that working, you can install the WebClient service too and also get that works - it interacts with SSO, then you can experiment and make sure it's all happy. Once all this is done, take your time, and then do the rest of the upgrade to vCenter 5.1.

    I guess ours was a fairly simple installation - we run all services on the same Windows Server vcenter, and we were already in SQL 2008, so it was not too serious - it was with 13 ESXi5.0 9 ESXi4.1 hosts and about 180 guests.

    The WebClient/SSO Service took me a few hours to do in February, and the last part of the upgrade to vCenter took a few hours of time to do last week. Of course, you can add another + 2 hours for installation of syslog, dumper, autodeploy, vShield and other pieces that you have.

    My biggest fear was of all the horror stories I had heard about the SSO installation, that is why I am and out of the way first.

    Of course, I'm always build and test my image ISO ESXi5.1 of installation etc.

    G

  • Inbox subject lines and the page any sort of small to read.

    Have been a user of Thunderbird for several years a new pc has seen the size of cover page, Inbox and the way a lot of kids to read the modified fonts but good for mail. Not very computer savvy, but frustrating as very difficult to read from my previous version on my pc that went to heaven. Thank you

    Is a way to extend the size of the font to themes with this addon
    Theme-police-size-changer.

    https://addons.Mozilla.org/en-us/Thunderbird/addon/theme-font-size-changer/?src=SS

    Download and save
    Open TB
    go to tools / addons
    in the drop-down list of the equipment-symbol select: install file
    find your saved file and install

  • Portege will extinguish after iTunesphotoprocessor.exe gets the CPU to 100% usage

    Hi all

    I am having a problem with my Toshiba Portege and sync with my iPad2.

    I'm syncing large amount of photos to my iPad, when synchronization progess is at the stage of optimization photos iTunes runs two processes iTunesphotoprocessor.exe and the CPU usage is 100%.

    The Toshiba fan then runs at full speed until the immedialtey of the computer turns off.
    It is not a normal shutdown of Windows 7 64-bit. It's an energetic power loss, while the Toshiba is on a/c.

    I can reproduce the same with my iPhone 4.

    I thought I should use a USB hub with an adapter separated instead, unfortunately, there is no difference.

    It is not only synchronize photos that it occurs also when I sync movies and only iTunes.exe running at 100% CPU usage.
    Which brings me to the conclusion that the iPad draws a lot of power of the Toshiba until the laptop is on its knees.

    I use external drives (not USB powered) and can copy a lot of data without any problem.

    Perhaps worth mentioning that I have improved the Toshiba two months ago for Windows 7 64 bit and installed all the 64-bit drivers found here on the forum with the upgrade of the BIOS.

    Any hint is appreciated.

    Thank you

    Hello

    In my opinion this has nothing to do with the power supply or the power adapter plugged.
    The iTunesphotoprocessor.exe belongs to the iTunes software and in my opinion this software highlights the laptop CPU s that cause automatic shutdown!

    This means that it is not a problem of laptop but the Apple software.
    I m not sure if it s a compatibility issue with 64-bit Windows system, but he s certainly an iTunes problem

    So, in my opinion, you need to reinstall this software to see if that would help
    You can uninstall this software from the system and could clean the registry with CCleaner, it helps to clean the registry
    After that and after new restarts, you can try to install a version compatible 64-bit iTunes maybe it helps

  • Storage and the call of the values in the table

    Hey people, I have a project of complex expressions whose ultimate goal is to place a large number of layers in a grid and then move each layer until a single point on the grid according to a number of factors animation.

    During the creation of this project, I find myself wanting to take advantage of a kind of function array, I'm used to some programming languages, but I don't know if it is available in AE or javascript.  In short, I'm used to a table where you could do the following (please ignore the syntax, that I realize that AE uses parentheses for a different purpose, which we will return in a moment):

    CREATE array (100)

    Array (1) = 4.5

    Array (2) = 6.2

    Array (3) = 1.2

    ... etc.  These values may be inserted into the 'picture' (which is really more a spreadsheet to a table AE as far as I can tell) arbitrarily and then called.  As in, you could add array (1) + array (2) and get 10.7.

    So in a sense, the difference between this function and an array of EI is there a "dependent" variable, whereas the EI table behaves like a matrix, where all values are independent.

    Please note that this is not a question about the creation of value in an expression that persist over time.  This array is created and called within an image.  I was just wondering if it is possible to create essentially a variable of type 'list '.

    See you soon,.

    ARI

    I don't know that I see the distinction between this way and the way of JavaScript/AE:

    arr = [];

    arr [1] = 4.5;

    arr [2] = 6.2;

    arr [3] = 1.2;

    arr [1] + arr [2] / / gives you 10.7

    Dan

Maybe you are looking for

  • Chip exchanged on the issue of USB-6008

    I have a USB-6008 data acquisition that went wrong in a set-up.  The MCU was getting very hot while it is plugged (I had a ground problem that it fried).  I ordered a new microcontroller and succeeded him, now he does not become hot at all when it is

  • How can I download vista service packs 1 and 2

    I have recently restored my laptop to its original settings, but now can not download the service packs or updates how do I

  • Cannot ping static IP to other network on the Internet.

    I'm having a problem with Vista who don't get my XP boxes.  When I ping the network public static IP address, it does not work on Vista home, but not on XP pro.  I have all the network sharing on and I can ping other IP on the internet from Vista wit

  • C6180 ALL IN A 0XC19CAC200 SYSTEM FAILURE INK

    C6180 ALL IN A 0XC19CAC200 SYSTEM FAILURE INK TRIED EVERYTHING

  • Downgrade PS6100XV 6.0.1 to 5.2.5

    I just got a new PS6100XV FW 6.0.1 running and adding it to my group and two of PS5000E and PS6000E FW 5.2.5.  I think it was the first time I got a new unit on five, we bought that was actually almost running the most recent firmware and so I had no