Is there a generic way to reset any GPIB instrument?

I want to write a VI which will generically reset any instrument. I don't know if *RST is universal.
I notice that on a switch box I have it dosen't seem to have an effect, then again there is no "reset" button on that box and it's not clear what it should do in the event of reset.
But for other instruments is it safe to assume that *RST will do the job, or are there one or two more commands that along with *RST will take care of 99% of all instruments?

Every instrument compliant to 488.2 or SCPI accepts *RST.
But non-488.2 instruments have a device-dependent command
for resetting or may not have a command that performs this.
mkt
"tj robertson" wrote in message
news:[email protected]..
> I want to write a VI which will generically reset any instrument. I
> don't know if *RST is universal.
>
> I notice that on a switch box I have it dosen't seem to have an
> effect, then again there is no "reset" button on that box and it's not
> clear what it should do in the event of reset.
>
> But for other instruments is it safe to assume that *RST will do the
> job, or are there one or two more commands that along with *RST will
> take care of 99% of all instruments?

Similar Messages

  • On a Windows 7 computer I installed Firefox 9.0.1 and in my edit menu I have NO Preferences at the bottom, so there is no way to adjust any settings

    On a Windows 7 computer I installed Firefox 9.0.1 and in my edit menu I have NO Preferences at the bottom, so there is no way to adjust any settings The edit menu opens up and I have undo, redo, cut, copy, paste,delete,select all, find....but NO Preferences at the bottom. This is a new laptop and nothing like skype is installed. The Firefox install is new today 1/6/12

    Hi bruce,
    What are you actually looking for? On Windows 7 your options will be under ''Tools > Options''. If you have the ''Firefox'' menu, you can hit ''Alt'' to temporarily enable the menu bar.
    Your System details say Linux. Your say you are on Windows 7 though, correct?

  • Is there a general way to find any type of file IN a JAR ?

    Hi I've written an application that I want to distribute in an executable JAR format. The application runs find when I double click the Jar but ONLY when the config file is outside the Jar, however I want to distribute every thing in the Jar, because I want my program to be self contained.
    I've read a lot of threads, read the Sun tutorial for JARs, but I haven't found a general way to find files within the Jar. Pehaps I should set the Class-Path in the manifest, but from what I've read in Sun Tutorial that seems that it only works for Classes.
    So my question is:
    Is there a general way to find any kind file ( *.txt, *.dat, *.for ) that is not a *.class, within the Jar ? Is that done on the manifest or when creating the Jar ?
    The code for the app that actually works is:
                URL url = getClass().getResource( fileName );
                inputFile = new File( fileName );
                fr = new FileReader( inputFile );
                char[] dat = new char[ (int) inputFile.length() ];
                fr.read( dat );
                sDat = new String( dat );
                fr.close();
                // Parse config.txt
                System.out.print("Reading metaconfig parameters...\n");
                parseFile() ;where filename is "./config.txt".
    I intend later to use a *.dat file wich will contain an object with the necessary data to configur the rest of the program instead of a *.txt file
    Hope you can help me
    Thank you !

    Hi
    For list of vairbles used in the query.
    clik the tab query properties present on the top when u open the query in the change mode.
    when u clik the query peroperteis u geta a screen which shows the sequence of the vairbles used and even u can change the sequence as per ur convenience
    hope it is helpful asssign points if applicable
    thanks
    puneet

  • Is there a generic way to get sequence

    Hey,
    I need a counter that will not initialized when my sever restarted, so i decide to write sequence in the data base for this.
    My question is there a generic (for any vendor) way to get next id?
    Thank you

    If all of the target databases supports transactions then it is possible
    1. Create a table that holds sequence number
    2. For each operation
    ....a. Start transaction
    ....b. Get row - only one exists. Hold unto value.
    ....c. Increment value
    ....d. Update row
    ....e. Commit transaction.
    ....f. Return value from step b.
    3. Use index value in some other expression.
    Some databases, with non-ANSI SQL code might allow step 2 to be handled as a single statement, thus no transaction is needed.
    The above allows for sequential values.
    You can find "guid" algorithms written in java. Those produce non-sequential values.
    You can produce your own value that is sequential if you can make assumptions about the enviroment that all of the systems will be running in by combining some or all of the following values.
    - datetime
    - ip
    - process id
    - static counter in application
    - thread id

  • All of the webpages are showing up "strange" not all the colors are showing, not all the correct boxes are showing, and there are numerous errors in the error console (which doesn't help me)! Is there just a way to reset everything to go back to normal??

    Some of the error codes are:
    filter
    background
    border radius
    box shadow
    height

    See:
    * http://kb.mozillazine.org/Website_colors_are_wrong
    * http://kb.mozillazine.org/Websites_look_wrong
    Other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r45
    # Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • My Nano 6th gen's screen went blank--is there an easy way to reset this? This is my 4th unit within one year--come on Apple I expect more from you.

    My screen is black. But the unit works...I touch the black screen and can get music to play. I only use my nano during work out...nothing extreme. I received my original nano 12 months ago. Due to other issues this is my FOURTH nano...come on Apple...

    I don't think it's possible anymore. I'm mildly surprised you were able to keep podcasts in regular playlists this long - I thought this option disappeared back with iOS7.
    I do share your pain. I've finally grown used to having the podcasts in a separate app, but I still don't like it.

  • I keep getting an error message while connecting to the server ("Unknown error") and there is no way to reset preferences on Mac OS X.

    My sync preferences keep disappearing and I keep getting the "Unknown error" error message.

    Hi!
    The sync infrastructure is having some issues and we are working to fix them as soon as possible.
    Check this site for the latest updates: https://services.mozilla.com/status

  • [SOLVED] Is there a way to reset /usr/local ?

    I've used /usr/local to test a program without installing it to my system with pacman. Prior to this, /usr/local was empty. I'm still learning Linux, but it seems that /usr/local (in the case of Arch) could be used as a playground since nothing gets installed there (at least not in my personal history of using Arch) so that is why I've tested in that location. The only downside is that I've had to add environment variables to my system, but that's no problem.
    So currently, /usr/local contains files pertaining only to one single app (in the various directories, e.g. bin, lib, etc). It'd be neat if there was a way to reset /usr/local to factory standards so I don't have to dig through every folder and delete stuff manually.
    Is there such an app/script?
    If /usr/local isn't meant to be used in such a way, perhaps it'd be convenient to have a folder called /usr/test or something? Or is that what the /tmp folder is for?
    THanks for the enlightenment!
    Last edited by trusktr (2012-04-01 22:04:08)

    @trusktr. What you describe seems complicated and not much reliable. The stage 3) of my script "find the files that are cnewer than the file in /tmp" and make a log of the result in a file in /var/log that I leave there for reference. Of course I install only one package at a time. Your solution has the problem that if you touch in any way a file that belong to the package after it has been installed (because you or some tool modify a configuration file, for instance) you would loose the ability to track it (this would update the ctime to the actual time).
    Removing a package is a little more complicated that you describe and cannot be fully automated. Some files are caches of files present in the filesystem (/usr/share/mime/mime.cache for instance) or are just modified by the installation of the package (/usr/share/info/dir) and contains information for several packages. You cannot just delete these files, you have to handle these properly.
    Of course the good ways to do things would be to write an archlinux build script. But with my method, there is no additional work to install the package and, although it requires a little attention, it make at least the package removable.
    Just for the info, I post my script here (it was written for my personal use with no man pages) (license: public domain):
    http://pastebin.com/NTt6RPVE

  • Is there a way to find any of the old desktop photos from previous versions of iOS

    I would like to know if there is a way to install any of the old operating systems desktop picture onto Mavericks desktops photos? (Like the clown fish, or flowers)

    Never really cared for those myself, but...
    http://tinyurl.com/jwpu3la
    There they are.
    Just unzip the file, and copy them to Mac HD/Library/Desktop Pictures

  • Is there a way to reset Apple Id questions without calling customer support?

    So the questions asked for my security questions are definitely ones i never answered (i write everything down) and i have tried entering asnwers so many times that I'm completely locked out from even getting a chance to answer the security questions.  I was wondering if there is a way to reset your Security questions without having to call apple support

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Is there a way to reset keychain passwords from server.app?

    We have a Lion server and a number of Macs that authenticate with the server through open directory. On occasion users have forgotten passwords, and so I've reset them from server.app. I've tried both getting them to enter their password on the server, or setting their password to "password" with reset at next login set, but both methods result in an issue whenever the user logs in where they're prompted to create a new keychain or use their old one (which is not possible because they have forgotten the password to unlock it). This is frustrating for me and users.
    Am I doing something wrong, or is this how it is supposed to work? It'd be a real pity if the latter was true, and would go against the idea that "it just works" on the Mac.

    That's the way it works. Due to the nature of a Keychain, and what is potentially stored in it, once a password is forgotten you need to use a new Keychain and all data within is "lost". If there were a way to reset the Keychain password then you can grab anyone's Keychain, insert it into another account and then use the reset password to get all of the data out of it… at which point there's little point to password protecting it at all.

  • Quick way to reset rotate view in Photoshop CS4?

    Is there a quick way to reset rotate view [via keyboard shortcut, etc.]? I know I can double click on the tool icon and click the "reset view" button, but is there another convenient way?

    thanks!

  • Is there a way to reset my iphone i did the latest update on it and now it will not let me download any apps. I tried the general reset but it keeps denieing me saying that my passcode is not correct. This is the same passcode that i use to unlock

    Is there any way to reset my iphone i did the latest update and now i cant download any new apps? I tried to do the general reset but it keeps telling me that my passcode is not correct. This is the same passcode that I use to unlock my phine though to get in to it.

    press and hold both the power and home buttons until the apple logo appears and then let them go.  Wait till the phone restarts and then try

  • Is there any way to reset security questions without a vocal contact with Apple?

    Yesterday I've tried to buy a song from iTunes, and it's surprised me that I've been ask to answer some security questions I have made long time ago and unfortunately I can't recall the answers of these security questions, I've tried to reset the security question by this site applied.apple.com and the reset link is not appearing under the answer box!!
    Is there any way to reset security questions without making a vocal contact with Apple ?
    Best Regards,

    Click here and ask. If they say that there isn’t, and they probably will, accept that.
    (122113)

  • Exchange active synch - I keyed the wrong passcode and now it is not asking for a passcode just tells me that I cannot access my business email.. Is there any way to reset ?

    Exchange active synch - I keyed the wrong passcode and now it is not asking for a passcode just tells me that I cannot access my business email.. Is there any way to reset ?

    press and hold both the power and home buttons until the apple logo appears and then let them go.  Wait till the phone restarts and then try

Maybe you are looking for

  • 1 library, 1 external hardrive, 2 macs using it.

    Hello out there, Ive got my entire itunes library on my external 500gb hardrive. I would like to use both my imac g5 power pc and my macbook pro to use and share this one external hardrive so that I don't have to duplicate anything. my g5 is running

  • How do i reload itunes? i tried downloading but it won't work

    I uninstalled itunes bec it was acting crazy.  now I can't seem to reinstall or download from internet.

  • Best way to structure Business Logic

    Hi Experts, I am using Web Dynpro for my front-end and application services for the back-end. Which of these is the recommended way to structure the layout of my business logic: 1) Keep everything in the 'src' folder of the CAF ejbmodule. Structure t

  • How to install software before user's logon?

    Hello! I have a problem. I want to install software before logon user to computer. I have applied a "Wait for network policy" to all our computers in 2003 domain, but on Windows 7 a script that installs software continues to work before and after log

  • Which Portal user based upon SID

    I can use 'wwctx_api.get_user' to determine who is executing a particular session. But based upon the SID of a session how can I tell which Portal user is executing?