Saving bounds information

I'm customizing the LabVIEW version of the TS4.0 Operator Interface.  I added a couple of Expression Edit controls to display some specific Sequence/SequenceFile information in the SequenceView.  Anyway, I'm looking at the file Full UI - Load Control Sizes.vi (attached), and I'm trying to understand the call to TestStand-Load Sizes.vi - In particular, I'm wondering about the Configuration Property Name input.  The Context Help for TestStand-Load Sizes.vi (and the Save Sizes VI) mentions that the height and width of the controls are stored in aTestStand Application Configuration File, but it doesn't say where the default file is stored (or what it's called).  There is an input "Configuration Property Name" that I could specify, but I'd like to look at the existing one first. 
Attachments:
Full UI - Load Control Sizes.vi ‏130 KB

The file will be located at %UserProfile%\Local Settings\Application Data\National Instruments\TestStand %TSVer%\UserInterface.xml.  If the UserProfile environment variable is not defined, the pathname defaults to UserInterface.xml in the directory containing the application executable. 
This information can be found in the TestStand help files.  In this particular case I pulled up the information by right clicking on the config file invoke node within your vi and selecting "help for configfile".  Looking through the information I then followed the link "configfilepath" under remarks in the help window.  This is a quick and easy way to access the TestStand help while in LabVIEW.
Good luck with your project.
Message Edited by Dillon G on 08-29-2007 04:43 PM

Similar Messages

  • I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to che

    I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing."  I have uninstalled and re-installed Photoshop Elements, checked my printer settings and still I can't print a photo.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • The saved printer information is not compatible with this version of Photoshop

    Hello,
    I hope somebody can help us. I am a IT Technician in a school, we have approx 500 Windows 7 64bit machines with about 600/700 users - 200 machines have the CS5.5 Master Collection installed on them. We have an intermittent issue with printing from Photoshop (both the 32bit and 64bit versions). Our printers are mostly HP LaserJet printers (all modern), but we have an Epson B-510DN Inkjet and some Xerox copiers too. The drivers are all installed on a central print server running Server 2008 R2 and shared via Group Policy to client machines.
    In rooms where Photoshop is installed, intermittently when a student goes to print we will recieve the following error:
    The saved printer information is not compatible with this version of Photoshop, or the saved printer is no longer available. You will need to check your printer settings before printing.
    Photoshop will then grey out the 'Print' button and won't let the user print again. The odd thing is that we can still print from other software such as Microsoft Word or even non Microsoft software - even Illustrator will print. It just seems to be Photoshop thats has any issues.
    This happens when printing to any printer on site, 90% of which are HP's. As a general rule we configure all of our HP printers with HP's PCL6 Universal Print Driver as it makes management of various printer models easy, and we haven't found it to limit us atall yet. We are aware the Adobe software is 'preferential' to Postscript drivers but our printers arn't, being HP's PCL is their native language. We have tried changing a printer to the Postscript UPD driver to test it but it made no improvement. We have also seen the issue quite indepth with our Epson B-510DN which is configured with Epson's latest model specific driver as our photography department use it. Since we are seeing it with different printers I don't believe the printer drivers are to blame - unless somebody want's to prove me wrong.
    Like I say the problem is intermittent, and we are having trouble tracing it down to a user, computer or a software problem as it is so intermittent. Has anybody else seen this and managed to overcome it? Since it's only happening in Photoshop is it a bug that Adobe have recognosed and fixed in CS6? The only workaround we have found for it is to go into printers, chnage the defualt printer from one to another and back again - this seems to shut Photoshop up.
    Thanks, Dave.

    Chris,
    Apologies for my slow reply - we have been busy here the past few weeks.
    We are using a standard Microsoft provided JPG image (Tulips.jpg) so we have ruled out it being an issue with the image; perhaps if we were using a PSD, maybe so.
    We have now found out what the issue is, and what the workaround for this bug is. All of our printers across our site are named in a specific format, usually [Location name] [Room number] [Mono or Colour] resulting in printer names such as Photography A11 Colour, Art A2B Colour and Design Technology A14 Colour. All of these names contain numbers. We have tried reimaging machines, reinstalling Photoshop, upgrading to CS6, deleting and reconfiguring printers with the same name. Finally the only solution that worked was to take the numbers out of the name, either by renaming or deleting and reconfiguring the printers. The Photography printer is an Epson B-510DN using a model specific driver and the other two use the HP PCL6 UPD driver, so I don't believe the drivers are to blame and since renaming the printers work I don't believe it's a configuration issue either. Remember that these printers are shared from a print server and deployed via Group Policy (using the Print Management method).
    I hope this provides you Chris, and others searching Google, a useful explanation of the problem and what the fix is. As much as Adobe won't admit it's a problem/bug, I and many others across the internet believe that it is and that it should be fixed in future versions of Photoshop.
    Thanks, Dave.

  • Error in saving customer information. Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.

    I was trying to create a text alert. I was calling following in jsp
    email.setContactPointPurpose(myLookUpCode); //say XXMY_SMS_SHIP
            PartyManager.createEmail(email, ApiConstant.CONTACT_POINT);
    Getting following exception:
    Error in saving customer information.
    Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.
    Error trace:
    oracle.apps.ibe.customer.CustomerException: Error in saving customer information. at oracle.apps.ibe.tcav2.Email.create(Email.java:187) at oracle.apps.ibe.tcav2.PartyManager.createEmail(PartyManager.java:116) at _oa__html._myfile__ibeMyFile._jspService(_myfile__ ibeMyFile.java:908) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:662) Caused by: oracle.apps.jtf.base.resources.FrameworkException: Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE. at oracle.apps.jtf.util.ErrorStackUtil.getFrameworkException(ErrorStackUtil.java:104) at oracle.apps.jtf.util.ErrorStackUtil.getDBFrameworkException(ErrorStackUtil.java:141) at oracle.apps.ibe.tcav2.Email.create(Email.java:185) ... 11 more Error in saving customer information. oracle.apps.jtf.base.resources.FrameworkException: Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE. at oracle.apps.jtf.util.ErrorStackUtil.getFrameworkException(ErrorStackUtil.java:104) at oracle.apps.jtf.util.ErrorStackUtil.getDBFrameworkException(ErrorStackUtil.java:141) at oracle.apps.ibe.tcav2.Email.create(Email.java:185) at oracle.apps.ibe.tcav2.PartyManager.createEmail(PartyManager.java:116) at _oa__html._myfile__ibeMyFile._jspService(_myfile__ ibeMyFile.java:908) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:662) Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.

    Tried this but it is giving the below error
    APP-FND-01242: Cannot read value from field PER_ASSIGNMENT_ID
    Cause: The field PER_ASSIGNMENT_ID could not be located or read.
    Action: This error is normally the result of an incorrectly-entered field name string in a trigger, or a field name string that does not uniquely specify a field in your form. Correct your trigger logic to precisely specify a valid field.

  • I have PSE13 on my system.  It was functioning properly and now I get these messages when I go to print:  "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You need to c

    I have PSE13 on my system, Windows 8.1, 64-bit.  It was functioning properly after installation and now I get these messages when I go to print:  "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You need to check your printer settings before printing."  and then this statement:  "Default printer could not be opened."  I have reloaded drivers for both printers and made any upgrades possible.  It was working fine before and now all of a sudden, nothing.  Would prefer to have old PSE v.12 back, it worked with no problems.

    See this thread
    My Photoshop Elements 13 doesn't recognize my Canon PRO-10 printer. I've tried EVERYTHING. Reinstalled all my software, didn't fix anything. Can anyone help?

  • Photoshop CS5. Saved printer information is not compatible with this version of Photoshop

    I am hoping someone has experienced this problem. I am working at a clients
    office which has a large Konica Printer. When I first started using Photoshop at this office I
    could print directly from PS to thier printers. Then a printer driver change or something I cannot pinpoint changed and I began getting the Error Message: The saved printer information is not compatible with this version of Photoshop, or the saved printer is no longer available. You will need to check your printer settings before printing. I click OK and the second Error Message appears: There was an error opening your printer. Printing functions will not be available until you have selected a priner and reopened any documents. The radio button has the single response word "Cancel". After clicking that button the printing is grayed out and until I go into Color Settings and change the setting drop down box to something else, close PS and reopen the, or any file and the same thing occurs. Ihad the IT department down here and after an hour he clicked on settings and tinkered around until all of a sudden the printing was enabled. It worked until the printer driver was updated. Once again the IT guy was down here and didn't remember what he did, tinkered around and after changing the color settings to: Monitor Color, it printed. Here we go again, printer settings were randomly changed so we reinstalled the printer driver and again PS is not printing.
    Is there anyone who has experienced this issue who can help me make sense of this insanity. Is there a sequence of setting changes, opening of the program and file that is allowing the color management to stop interferring with my printing other than Gremlins in this machine? I have not found anything Googling on this issue. Please help me . . . Annette

    I don't think I have an answer for you about exactly what went wrong, but one thing that can help with understanding the messages (and maybe can help you and your IT people figure it out) is this:
    Photoshop saves the information about the last printer the document was printed to as metadata in the document file.  So if you make a print then save the PSD, the printer info is in the PSD.
    If recently you opened an image that had previously been printed at another place (and which didn't have an exact match to the printer available in your current location), then you can start to imagine these error messages making a bit more sense.  Things like "The saved printer information" begin to have meaning.
    Hope this helps.
    -Noel

  • I cant print and get this message, "adobe elements, "the saved printer information is not compatible with this version of photoshop elements, or the saved printer is no longer available. you will need to check with your printer settings before printing."

    I keep getting this message when trying to print in adobe elements, I am using a new Epson WF-3640 printer
    "the saved printer information is not compatible with this version of photoshop elements, or the saved printer is no longer available. you will need to check with your printer settings before printing.

    Hi,
    If you are working in PSE13, please update it to latest PSE13.1 update available and see if it helps.
    To apply update, you can go to Help > Updates and there you can see PSE13.1 update.
    Thanks,
    Anwesha

  • Saved printer information is not compatible with Photoshop Elements 11

    Hello - After successfully using PSE11 to print photos on my Epson Artisan 810 printer, the printer died and was replaced with an Epson Artisan 837 printer.  The new printer works on ALL of my other applications EXCEPT I receive the following error message after hitting 'print' on Photoshop Elements 11.
    MESSAGE:
    The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing.
    You can see from the screen print attached that the Epson Artisan 837 is a validly installed printer.  All advanced settings were available for selection/modification, and all printer drivers are up to date.  Also, uninstalled and reinstalled the printer without resolution of the problem.
    Can anyone please point me in the right direction to resolve this issue?
    Thanks so much, Debbie
    Running:
    Windows XP sp3 (up to date)

    You did indeed lead down the correct path with only a little modification required in the naming (see below).  Thank you so very much!! 
    Here's what I had to do to get this to work:
    1 - I first tried to rename this printer to a generic 'DSLW Printer'.  This renaming worked for ALL OTHER applications except Photoshop Elements 11 even after rebooting my PC.  Received the identical error message listed in the original message.
    2 - I then renamed the printer as 'EPSON Artisan 810 Series'.  This was of course a lie but matched the printer as named by the 2010 original Artisan 810 installation.  VOILA!  This does work for Photoshop Elements 11 (jpg and psd files tested) and the other applications that I've tested.  Hopefully all other testing will provide equally successful results.
    So problem seems to be resolved BUT is this a question/problem that I should pursue with either Adobe or Epson?  I do know that the 810 and 837 only differ in the ability to print from a wider variety of wireless devices (e.g. cell phones & tablets), otherwise the functionality is virtually identical.  Did Epson drop the ball or did Adobe?  Or maybe it's simply that I'm a die hard XP sp3 (32 bit) user until forced out by Microsoft.
    Thanks again!!
    Debbie

  • [SOLVED] error occured while loading or saving config information

    When I try to launch applications from my menu it takes ages to appear and I get the error:
    'an error occured while loading or saving configuration information for 'application name'. Some of your configuration settings may not work properly'
    in the details section I get:
    'Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or that you have NFS locks due to a system crash. See (a website for gnome's gconf) for details.'
    I don't understand this as I don't use gnome, I have openbox.
    any help appreciated.
    List of affected apps:
    firefox
    thunderbird
    terminator
    Apps that load unusually slow:
    Thunar
    Apps that do nothing:
    Banshee
    EDIT: If I cannot get this fixed by the end of the week I will have to go back to ubuntu as I need this machine working.
    Last edited by llawwehttam (2010-02-09 20:30:52)

    Cyrusm wrote:
    I think I may have found a solution,
    can you print the output of
    ls -la ~/ | grep .dbus
    apparently this problem can happen if ~/.dbus is owned by root.
    to fix it AS ROOT (or sudo)
    chown -R $USER:users ~/.dbus
    here's my source, there are a few things in here you could try as well.
    http://ubuntuforums.org/archive/index.php/t-780179.html
    Hahaha, thank you so much.
    It was owned by root so I have now fixed that.
    It was my own stupid fault then running a command as root that should have been run as a user?
    I will never forget this, the embarrassment is killing me..... lol

  • I cannont print from Elements 13.  Error message says "saved printer information is not compatible

    I am getting the following error in elements 13 when I print a jpg to my Epson stylus 2000.  "the saved printer information is not compatible with this version of photoshop elements.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • Printer error: "The saved printer information is not campatible with this version of Photoshop"

    The saved printer information is not campatible with this version of Photoshop.

    Hi there! Because the forum you originally posted in is for beginners trying to learn the basics of Photoshop, I moved your question to the Photoshop General Discussion forum, where you'll get more specialized help.
    However, the information you posted is not sufficient enough for us to provide you with a helpful answer. To help others help you, please read through this article and provide any additional relevant details.

  • Safari 5.1.1 problems saving my information

    Two sites I visit often, one of which is Clinique.com, is having problems. When I contacted their tech, I was told the problem is in Safari. It's not saving my information. I've run TechTool and Disk Utility. Any ideas?

    I think it's useless because, as far as I can tell, everything it does is either pointless or can be done just as well without it, and because I've seen reports that it has, or has had, data-destroying bugs. I know Apple used to distribute a drastically simplified version of it with AppleCare, and maybe still does. That was a marketing agreement, in my opinion. I've been using Macs for many years, and I've managed to get by without any version of TechTool. You can too.

  • IPhoto is saving critical information

    Hello,
    I have been installed iPhoto 09 on a Leopard 10.5.7 MacBook. I imported about 1500 photos. Then I updated iPhoto with Software Update. After the update iPhoto upgrade the Library. Then I want to quit and I have got a message:
    "Saving critical information..."
    What does this message mean? Is it an error?
    Sorry for my English!
    Thanks!

    Terence, thank you for your answer!
    Sorry, but I don't know, what kind of Library do you think! After the message the iPhoto was closed. I can use the program without any problem, and the message appeared only once, but I'm curious about the meaning of message.
    Thanks!
    Zsolt
    Message was edited by: savoli
    Message was edited by: savoli

  • To get the saved files information in illustrator?

    How to get the saved file information (EPS Options) in illustrator cs3 files like Version, Format, Transparency,Fonts,Include Document Thumbnails etc. through programmatically. Please advice me.

    Please help me, I have precious pictures that I can't download.

  • Saving "Default " information in contacts

    Hi All
    I'm hoping that someone has the answer because my fingers are starting to sting, this is the third time that I have had to go through the 150 contacts on my E71, and set the Default for Text Message, Call, email, Video call etc, It happened when I sync'd with Ovi.
    All my contacts are sync'd with Mail for Exchange, and normally I switch all the other syncs off because of this problem, the other night I noticed that Ovi didnt have the correct handset so I mistakingly sync'd it and it wiped all my defaults off.
    Surely there is some way of saving the default contact information? - on my backups - none of the default information is saved there either.
    Any ideas appreciated. 
    Shunts...
    I will mostly be communicating with a Nokia E72 Zodium Black
    Nokia E72-1 with Vr 051.018.207.04 Software
    If this post helped... Add some kudos!!

    Interesting... have same problem, and same date!!! But have not found out what caused nor how to fix it!

Maybe you are looking for

  • File not found exception in JBOSS unix server

    Hi I am working on a JBOSS application (jdk 1.6) I am getting the following exception during a file upload operation in the unix server java.io.FileNotFoundException: D:\\Test.xls (No such file or directory) The same operation works in my local serve

  • The  vendor code is not coming against some Assignment line items with the

    Hi All, While executing  t.code FBL3N,the  vendor code is not coming against some Assignment line items with the GL A/C4607000, some line items it is coming. The GL A/c 4607000 is GR/IR clearing a/c. Please let us know  why this situation is happeing

  • HT6154 can some one please help me ASAP

    can some one please help me ASAP I went to my settings then general and restored my Iphone to factory default and its been stuck on the loading screen for more than an hour and I don't know what to do

  • Flash is buggy in Firefox 3.6.6. Mac Os X ...

    I experience strange things with Firefox and Flash. Youtube Videos will not be recognized properly and I have to click the play button not once but a couple of times (up to 10 times) until the button gets triggered. Even worse with camera-recognition

  • Cross fade problems

    Hi there, I would like to introduce a cross fade between two sequences. I made sure I had enough cropping -- several tens of frames-- of the two sequences to allow cross fade. What happens is that I still see briefly deleted frames on the final editi