I need to query the name of Board/controller/interface 488.2 (GPIB-USB mainly)

Having an application that communicates with HP8510 & HP8720 NWA. Can I ask what kind of test set is connected, but how I ask not what model of GPIB-USB is connected? A model interface using 'A' requires some State read to complete, but the "HS" crashes (for what seems like the expiration time). If I comment out the code to read state, "HS" works very well. Sort programs NOR that come with 488.2 software can get all kinds of info on the controller. Please tell me the web/manual/whatever page that shows how to do this.

Thank you

Hello

The properties of all of the GPIB cards that you have connected to your computer are found in a GPIB.ini file.  The location of this file may be different, based on the version of NOR-488. 2 you have.  "" "" I have version 2.52 and on my system, it is located in C:"Documents and Settings" all users "Application Data" National Instruments "NOR-488. 2' gpib.ini.  It is imporant to note that this file should not be changed under any circumstances, because it could cause a lot of problems able & Automation Explorer (MAX).  Once you open this file, you can see under "BoardName" what Board GPIB is attributed to GPIB0, GPIB1 and so on.  You can analyze programmatically then this file (in read-only mode) to see what card is connected to your instrument.  Have a great day!

Kind regards

Todd v.

Tags: NI Hardware

Similar Questions

  • Need to change the name of the file hard

    I need to change the name of the vmdk files which will get the game of football on behalf of virtual machines. Please anyone suggest me the steps to that end, the sameange the

    Hello

    Hope you are looking steps below.

    Renaming of files in virtual machine using Cold Storage Migration

    Virtual machine files can be renamed on the fly when cold Migration is initiated from the vSphere Client, only documents of the virtual machine are renowned.

    To rename the files:

    Log on to the VMware vSphere Client.

    Locate the virtual machine in your inventory to the host.

    Right-click the virtual machine, and then click Rename.

    Change the name of the virtual machine as required.

    Perform a cold migration to a new virtual machine data store.

    For more information, see:

    For ESXi/ESX 4.x, see Migration cold in the Guide of Administration of vSphere Datacenter.

    For ESXi/ESX 3.5, see Migration cold in basic management Guide.

    When the migration is complete, the files of the virtual machine, the name of the virtual machine configured in step 4.

    Note: If a virtual directory already exists on the data store with the same name, then the virtual target machine is placed in a new directory with annexed _1.

  • When I try to save a document, I get the message "the file is opened by another program or read-only. I need to change the name to save him.

    When I try to save a document, I get the message "the file is opened by another program or read-only. I need to change the name to save him. If I optimize a document, I rename it to save it. If I opened a PDF file of the architect drawings and turn them into fashion landscape so that they are easier to read, I have to rename it. I searched on the parameters to look for something that I could turn off, but I found nothing.

    Make sure that the preview in Windows Explorer option is disabled.

  • Need to change the name from vCenter through code

    Hi all

    I can't understand this, I hope that this is a real simple thing to do. I need to change the name of the vCenter, like what's in the screenshots below, but using the powershell code

    http://communities.vmware.com/servlet/JiveServlet/downloadImage/8596/vcenternamechange.JPG

    can someone show me how it's done?

    See you soon!

    Depending on whether you have vCenter, Update Manager, and licenses executed on the same host server, it is not a simple operation.

    See for example KB1006843.

    To emulate the rename also can be done by vSphere Client is simple.

    You must be connected to the vCenter.

    $optMgr = Get-View (Get-View ServiceInstance).Content.Setting
    $optVal = New-Object VMware.Vim.OptionValue
    $optVal.Key = "VirtualCenter.InstanceName"
    $optVal.Value = 
    $optMgr.UpdateOptions($optVal)
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • I need to replace the bookmarks on my 2nd computer with those of my main computer.

    Original title: replace bookmarks

    I need to replace the bookmarks on my 2nd computer with those of my main computer.  How can I remove those on the 2nd without having to remove a folder at a time.  If I don't have and I install the bookmarks of the computer main I get two sets of records on computer 2.

    Don Jacobs

    Thank you for your resjponse.  Sorry about the omission of browser.  I use IE 8.  I don't know about the sequence of import and export.  I need to know, what I can erase the bookmark.htm file before I import without which performs the import just puts a second series of folders on the laptop...

    Don. I guess that I'm missing something here because I do not understand what it is you are trying to say.

    First of all, let's say that computer 1 to the desired favorites. Computer 2 is where you add the Favorites. Go to the computer 1 and save (export) your Favorites. Go to computer 2. Remove all Favorites (C:\Users\Owner\Favorites.. Please be advised that your path may vary). Now on computer 2, click on the ' import '. Navigate to the file htm to computer 1. Your Favorites from computer 1 are now in place.

  • How to query the name summary of custom line of Section header information

    I need a query which can help me to retrieve the contents of a header line custom section information name.  We have a couple of tables Denorm when data are denormalized, the field row_name is only show the name of alias denormalized.  We would like to be able to draw the contents of the line header information section name?  How can we use the alias denorm name and join another table to find the associated summary name?

    The following query returns the name of the line as well as the line name denorm, for a custom section, where we specify the section custom denorm table. Deserve you this to do otherwise, it depends on how you want to retrieve information. Is that what you are looking for?

    SELECT ml. Name [rowName], ml.langID, dr.NAME [denormRowName], Dr. FKROWTEMPLATE, dt. GENERATED_TABLE_NAME

    OF DENORM_CS_ROW dr

    DENORM_CS_TABLE dt on Dr. FK_DENORM_TABLE_ID = dt.ID inner join

    commonextendedattributeml ml on Dr. FKROWTEMPLATE = ml.fkOwner inner join

    where dt.NAME = 'myDenormTableName. '

  • Need to query the available values for EA Qualitative list

    I need to provide the ID attribute, the name and the list of values of an extended attribute qualitative:


    I can easily get the ID and name, but do not see the path to the other values

    SELECT commonextendedattributetypeml . name ,

    commonextendedattributetype . attributeType

    DE agile . commonextendedattributetype , agile . commonextendedattributetypeml

    ( ) ()commonextendedattributetypeml. fkextendedattributetype =

    commonextendedattributetype . pkid ))

    ET commonextendedattributetypeml . name AS '%TM'

    ET commonextendedattributetype . attributeType = 'QUALITATIVE' ;

    Try the following SQL code:

    SELECT ml.name,

    t.AttributeType,

    t.AttributeID,

    qualML.Quality

    Of

    commonextendedattributetype t

    INNER JOIN commonextendedattributetypeml on ml.fkExtendedAttributeType = t.pkid and ml.langID = 0 ml

    List INNER JOIN comExtendedAttrQualityList on list.fkExtendedAttribute = t.pkid

    INNER JOIN commonExtendedAttributeQuality on list.pkid = qual.fkQualityList qual

    INNER JOIN qualML on qualML.fkExtendedAttributeQuality = qual.pkid and qualML.langID = 0 comExtendedAttributeQualityML

    WHERE

    ml. Name LIKE '% TM' AND t.attributetype = 'QUALITATIVE '.

    ORDER BY ml.name

    Note that the above query restricts the language id of 0 (for English) in two places

  • need help on the name of the column in double materialized view ORA-00957

    I have a query, long enough and several (8ways) joins.

    When I run it as a SQL query, it is fine.

    When I add create materialized, view myViewName it errors with
    ORA-00957: duplicate column name.

    How is there is no problem when executing the SQL statement, and how to fix this?

    Thank you.

    Hello

    Columns in a query do not need a unique name:

    SELECT     dummy
    ,     dummy
    FROM     dual;
    
    D D
    - -
    X X
    

    At least not in SQL * Plus; other front ends might oppose it.
    In previous versions of Oracle, subqueries (such as online views) does not need to have unique names, but you've got an error if you tried to reference a non-unique column (and it is unnecessary to have the column if never reference you).

    Columns in a table or a view need unique names:

    CREATE OR REPLACE VIEW view_x
    AS
    SELECT     dummy
    ,     dummy
    FROM     dual;
    
    ,     dummy
          *
    ERROR at line 4:
    ORA-00957: duplicate column name
    
  • Need to change the name of the administrator under the folder of the user account

    I just got a new HP laptop with Windows Vista 64 SP1. My friend who got the laptop I use a nickname that I hate it when he set up the computer for which it was not supposed to do in the first place. I went to the section control panel user accounts control and changed the name of the administrator account. I have only the administrator account on my computer with the guest account. That part worked.

    My problem is that, under C:/Users / (username), it still shows that hated nickname. I want to change the name of this folder, but cannot understand how or if it's possible. Can anyone help? Thanks in advance

    As you have discovered, you cannot change a user account by simply changing the name. That will be a change cosmetic only and none of the files/folders real profile will be changed. Follow the instructions below to fix things to your liking and to implement correctly under Vista user accounts.

    1. create the new user account (named as desired) as a * standard * (not administrator) account and at least one additional account with administrative privileges. Call the extra account 'CompAdmin', 'Tech' or similar.

    2. Enter the new user account once if the profile files are created, and then disconnect and then connect to CompAdmin.

    3. go in Control Panel > system > advanced > user profile > settings

    4. you will see where you can copy user accounts. Copy the misnamed old account to the new name correctly there. Use her browse to select your new account (C:\Users\newaccount). If you don't want to copy all the settings, and then instead simply navigate using the old user, music Explorer Windows Documents, etc. and copy the data to the new user folders.

    5. connect to your new correctly named user account. When you are sure to have what you need, you can delete the misnamed control panel user account > accounts to users if you wish.

    General information about configuring users in Vista:

    You absolutely don't want to have only one user account. As XP and all the other modern operating systems, Vista is an OS multi-user with system built-in accounts such as administrator, by default, all users and guest. These accounts should be left alone because they are part of the structure of the operating system.

    In particular, you do not want one account user with administrative privileges on Vista because the administrator account integrated (normally only used in emergencies) is disabled by default. If you use as an administrator for your daily work, and this account is corrupt, things will be difficult. It is not impossible to activate the built-in administrator to rescue things, but it will take third-party tools and work outside the operating system.

    The user account that is for your daily work must be a Standard user, with the extra administrative user (call it something like 'CompAdmin' or 'Tech' or similar) only it for elevation purposes. If your normal user account is an administrator, having created "CompAdmin", connect to it and change your normal user account Standard. Then log on to your regular account.

    If you want to go directly to the desktop and ignore the Welcome screen with the icons of the user accounts, you can do this:

    Start Orb > Search box > type: netplwiz [Enter]
    Click continue (or provide an administrator password) when you are prompted by UAC

    Uncheck "users must enter a user name and password to use this computer". Select a user account to connect automatically by clicking on the account you want to highlight and press OK. Enter the password for this user account (when it exists) when you are prompted. Leave blank if there is no password (null).
    MS - MVP - Elephant Boy computers - don't panic!

  • Can I uninstall and put on two different computers? I also need to change the name of the account.

    My boss wants me to take my computer adobe so two other Associates can have instead. He's also under my name and need to change its name. Is this possible?

    Would you sign out of your Cloud account to disable your computer existing... the account change requires Adobe

    This is an open forum with a mixture of program users and staff of Adobe, Adobe support... you need Adobe support

    Coordinates of Adobe - http://helpx.adobe.com/contact.html can help

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • Need to remove the name clause and the storage of schema DDL script.

    Try to remove the clause name and storage schema of the DDL script.


    Example:

    "
    CREATE TABLE 'CPDFP '. "" PS_PT_LN_TA_SRVC_BRANCH_DTLS ".
    (ACTIVATE THE "SL_NO" NUMBER NOT NULL,)
    ACTIVATE THE "SESSION_ID" NUMBER NOT NULL,
    ACTIVATE THE "COMPANY_CODE" VARCHAR2 (15) NOT NULL,
    ACTIVATE THE "SRVC_BRANCH_CODE" VARCHAR2 (6) NOT NULL,
    ENABLE 'DEALER_CODE' VARCHAR2 (15) NOT NULL
    ) CREATION OF IMMEDIATE SEGMENT
    PCTFREE, PCTUSED, INITRANS 40 10 1 MAXTRANS 255
    REGISTRATION OF NOCOMPRESS
    STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    USER_TABLES FLASH_CACHE, CELL_FLASH_CACHE DEFAULT DEFAULT)
    "TABLESPACE"CPDFP"


    On top of the query, I have to delete the name and storage schema clause...


    Can anyone suggest pls as how to do it...

    I used script below to get the ddl of the tables and I have to remove the schema name and terms of storage so pls help...

    SELECT DBMS_METADATA. GET_DDL ('TABLE', u.table_name)
    FROM USER_TABLES;


    Rgds,
    Nitesh.
    DROP TABLE t;
    create table t as select * from all_objects where 1=0;
    
    begin
    dbms_metadata.set_transform_param( DBMS_METADATA.SESSION_TRANSFORM, 'SEGMENT_ATTRIBUTES', false );
    dbms_metadata.set_transform_param( DBMS_METADATA.SESSION_TRANSFORM, 'SQLTERMINATOR', TRUE );
    end;
    /
    
    SELECT REPLACE(
      DBMS_METADATA.GET_DDL( 'TABLE', 'T'),
      '"'||USER||'".',
      ''
    )
    from dual;
    
     CREATE TABLE "T"
       (     "OWNER" VARCHAR2(30) NOT NULL ENABLE,
         "OBJECT_NAME" VARCHAR2(30) NOT NULL ENABLE,
         "SUBOBJECT_NAME" VARCHAR2(30),
         "OBJECT_ID" NUMBER NOT NULL ENABLE,
         "DATA_OBJECT_ID" NUMBER,
         "OBJECT_TYPE" VARCHAR2(19),
         "CREATED" DATE NOT NULL ENABLE,
         "LAST_DDL_TIME" DATE NOT NULL ENABLE,
         "TIMESTAMP" VARCHAR2(19),
         "STATUS" VARCHAR2(7),
         "TEMPORARY" VARCHAR2(1),
         "GENERATED" VARCHAR2(1),
         "SECONDARY" VARCHAR2(1),
         "NAMESPACE" NUMBER NOT NULL ENABLE,
         "EDITION_NAME" VARCHAR2(30)
       ) ;
    

    For instructions CREATE TABLE for all the tables in your schema:

    begin
    dbms_metadata.set_transform_param( DBMS_METADATA.SESSION_TRANSFORM, 'SEGMENT_ATTRIBUTES', false );
    dbms_metadata.set_transform_param( DBMS_METADATA.SESSION_TRANSFORM, 'SQLTERMINATOR', TRUE );
    end;
    /
    SELECT REPLACE(
      EXTRACTVALUE(
        XMLTYPE(
          DBMS_XMLGEN.GETXML(
            'SELECT DBMS_METADATA.GET_DDL( ''TABLE'', '''||TABLE_NAME||''' ) SCR FROM DUAL'
          )
        )
        , '/ROWSET/ROW/SCR'
      ),
      '"'||USER||'".',
      ''
    )
    OBJECT_SCRIPT
    FROM USER_TABLES;
    

    I post out ;)

    Published by: Ashton stew on March 7, 2013 11:47

  • Error:javax.naming.NoInitialContextException: Need to specify the name of the class

    Hello

    I get the following error
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, 
    or as an applet parameter, or in an application resource file:  java.naming.factory.initial
    I have the following
                    InitialContext  ctx = new InitialContext();
                    String datasource = (DataSource)ctx.lookup(name);
    The above is called as a method of my method public static void.

    No idea how I can fix this error

    If you do not use adf is not sence to use the Houston contoext...
    Try

    env.put("java.naming.factory.initial", com.sun.jndi.cosnaming.CNCtxFactory);
    

    deletion of the end of the

      env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_LOCAL);
    

    Timo

  • Need to change the name of the server and the IP

    Hi Lion,

    I need to change the server name and IP address of my Test Server, because it is the replica of the server of Production, and because the name and IP are the same because of this problem I can't access it on LAN environment, for that I have to change the name and IP address of my Test Server so that I can use it in the LAN environment. Can any body me consequence after changing, and in which files I have to change the IP address and the name, I use Oracle Enterprise Linux.

    Kind regards

    Salvation;

    Please check:
    Change of IP address in 11i app
    Re: What changes must be made if the IP address of the Server 12 APPS is changed!

    It may be useful

    Respect of
    HELIOS

  • I need to change the name of someone in my address book, how?

    Why everything is so complex and involved? All I need is to change the name that is displayed with an e-mail address. The chap Protocol is dead, but not his wife. She doesn't want to see his name every time! I don't know even how to get the answer to this... I'm certainly not going to spend the rest of my life by reading reams of info just for a simple answer. Just send me an email with an answer short and simple someone, please.

    Open your address book. Tools | Book addresses, or ctrl + shift + b

    In your address book, select "all address books.

    Search by name or address in your address book. There is an at the top right search box.

    Look through what it finds. Choose the one that you need to change. Double click it to edit it. You will find that you have several similar entries. Now is the right time to remove those who have not really need. The collected addresses is, IMHO, a bad place to store useful Contacts.

    Click 'OK' to save your changes.

  • Need to display the name of the tab group, while the group is open

    I have a lot of groups. When a group is opened, I would like to see the name of this group without clicking on the icons in groups

    Hello, you could try an addon like this:
    https://addons.Mozilla.org/firefox/addon/tab-groups-button/

Maybe you are looking for