Problem! Garland of two Tektronix scopes

Hello world

I'm having problems trying to string together two oscilloscopes from Tektronix TDS 210 identical GPIB port on a single computer. If only one scope is enabled, LabView can recognize, however when the two are put on rather than recognize them as two separate instruments, it seems to get confused and claims it is only an instrument that does not work.

I managed to exclude certain fundamental issues, for example the GPIB leads the two oscilloscopes are known to work properly and a Garland of oscilloscopes and a different instrument of GPIB works very well. I also tried two possible configurations of the chain, that is to say; the two scopes directly into the computer or a single scope in the computer, then a GPIB drive between the staves.

I have attached a few screenshots of errors that may be useful

Any help is very appreciated!

Thank you

It would be explained in the manual. With some instruments, you put the dipswitches on the back. With others, it is made of one of the instrument on the menu screen.

Tags: NI Hardware

Similar Questions

  • Problem of comunication GPIB (Tektronix TK2465)

    Hello, I'm quite new with labview and I have a problem with the GPIB communication; Dealing with a Tektronix TK2465BCT, I plugged a GPIB-USB-HS to my PC Windows8 adapter, when I try to communicate with the instrument via NI MAX seems to communicate properly, or at least that it is recognized by the PC on the correct address, as soon as I start a VI downloaded from the page of the pilot of the aircraft it detects not the oscillocope. Any idea? Thank you.

    It is a very old and unsupported. I have not downloaded so I don't know if it uses VISA or GPIB low-level functions. You specify a name, address or the resource before you run it? What is the error you get?

  • problem with install two DAQ in a PC and missing DAQ assistant

    Hello

    I have two 6023E DAQ cards and 6024 and each card has its own DAQmx (DAQmx Vresion 8.7 for 6023E DAQ) and Version 9.1.7 for DAQ 6024

    and I want to install the two ofl these cards together in a PC with LabView 8

    After LabView installation and installation of cards if I install the drivers of DAQmx version 8.7 I don't miss assistant DAQ but NATIONAL & MEASURMENT > DEVICE INTERFACE AND I DAQ 6023E in traditional mode and I can not use traditional DAQ and the DAQ assistant in labview 6024 is also not recognized

    If I install DAQmx worm. 9.1.7 in NATIONAL & MEASURMENT > DEVICE INTERFACE AND I the two DAQ (not in traditional mode), but I've lost assistant in LabView DAQ

    What should I do?

    Please help me...

    Problem solved:

    I have install LabVIEW 2009 and then install DAQmx 9.1.7 and the problem resolved

    Thanks to all the bodies of their response.

  • Cannot communicate with NI-VISA and Tektronix scopes

    Using the Ethernet connection to communicate using NI-VISA for Tektronix TDS3014B and TDS3034B oscilloscope. Cannot read data from field.

    See attachment for the configuration and Test Panel dialogues. Previously worked. (I don't know which version was working).

    OK can you try a different computer scope, cables and see if you still get the same erros?

  • Problems when using two search bars for filter 1 table

    Hello

    I can't see why this code does not work. It seems that the variables are broken or something but not too sure.

    I had initially 1 single search bar on the page of the inventory where the results would appear and everything worked fine, but when I added a search bar 'master' on the home page, which redirects to the inventory list carrying the variable (which was sought), he comes into conflict with the search code original. Both work independently one another and fine when only the codes research is on work page, but once I combine the two search bars, it will not show the results.

    the Variables are reported (from the home page) without any problems, I did echo out on the inventory page.

    I decided to combine the variables to see if research can run on a single article of the code, instead of duplicates (I thought it can interfere) but no luck. (The code below is that with combined variables)

    Any help would be much appreciated!

    $search = ($_POST ['txt_search']) OR (_GET ['searchprops']) $;

    If (isset ($search))

    {//Only show what is sought

    $searchword = $search;

    $query_propsinv = "SELECT * FROM accessories WHERE name LIKE ' %". "." $searchword. "%' OR description AS '% '. $searchword. ' %' Color GOLD AS '% '. $searchword. "%' OR like ' %". " $searchword. "%' OR size AS '% '. $searchword. "%' OR weight AS '% '. $searchword. "%' OR LIKE ' %". " $searchword. "%' OR as '% '. $searchword. "%' OR location AS '% '. $searchword. "%' OR secondary AS '% '. $searchword. "%' OR the amount AS '% '. $searchword. "%' OR id LIKE '% '. $searchword. "%' OR BC AS '% '. $searchword. » %'";

    }

    {if (! isset ($Search))}

    $query_propsinv = "SELECT * FROM props."

    }

    $query_limit_propsinv = sprintf ("%s LIMIT %d, %d", $query_propsinv, $startRow_propsinv, $maxRows_propsinv);

    $propsinv = mysql_query ($query_limit_propsinv, $drama_database) or die (mysql_error ());

    $row_propsinv = mysql_fetch_assoc ($propsinv);

    This combination will never work:

    $search = ($_POST ['txt_search']) OR (_GET ['searchprops']) $;

    Try this combination:

    {if($_POST['txt_search'])}

    $search = $_POST ['txt_search'];

    }

    {ElseIf($_GET['searchprops'])}

    $search = $_GET ['searchprops'];

    }

  • Date problem with the two documents.

    Hi friends,

    I have the table and have two columns EFFECTIVE_START_DATE and EFFECTIVE_END_DATE.

    Problem is I have some records of empooyee wise line and two resulting recordings gap which cannot be traceout.


    E_CODE EFFECTIVE_START_DATE EFFECTIVE_END_DATE PREVIOUS_COE
    10620 12 July 10 COMPANIES
    10620 17 / sep / 09-30 November 09 CORPORATE
    10620 19 November 07 31 January 08 CORPORATE

    I want to create a view that will give me the whole same table except Effective_Start_date and Effective_End_date. Files in the sample are shown in the table below.

    Fact is I don't have the current record in the table as shown in the table below, but I have to get this recods with force in the view.i must take care of EFFECTIVE_END_DATE must be-1 the next EFFECTIVE_START_DATE

    E_CODE EFFECTIVE_START_DATE EFFECTIVE_END_DATE PREVIOUS_COE
    10620 1 December 10 COMPANIES
    10620 1 February 09 30 November 09 CORPORATE
    10620 19 November 07 31 January 08 CORPORATE

    Please let me know is it possible to approach this one or should I think otherwise.

    Thank you
    Bachan.

    Bah,.

    The snippet of does'nt of Lee station have hard-coded values, it was just an easy way to select by using the sample values that you provided.

    I created a table with query select Lee & then creates a view for her...

    CREATE table tbl_test
    as SELECT e_code,
           effective_start_date,
           effective_end_date,
           previous_coe
    FROM
    (SELECT 10620 e_code, TO_DATE('12-Jul-2010') effective_start_date, NULL effective_end_date, 'CORPORATE' previous_coe FROM dual UNION ALL
     SELECT 10620, TO_DATE('17-Sep-2009'), TO_DATE('30-Nov-09'), 'CORPORATE' FROM dual UNION ALL
     SELECT 10620, TO_DATE('19-Nov-2007'), TO_DATE('31-Jan-08'), 'CORPORATE' FROM dual UNION ALL
     SELECT 10650, TO_DATE('14-May-2010'), NULL, 'SALES' FROM dual UNION ALL
     SELECT 10650, TO_DATE('11-Mar-2007'), TO_DATE('31-Jul-08'), 'SALES' FROM dual);
    
    create or replace view vw_tbl_test
    as
    select e_code,
           NVL(LEAD(effective_end_date) OVER (ORDER BY e_code, effective_start_date DESC) + 1, effective_start_date),
           effective_end_date,
           previous_coe
    from tbl_test;
    

    Hope that is clear or can be I got you wrong.

  • Problems with the two Flash/Shockwave

    I have problems with both Flash and Shockwave players. I went to the help pages for both of these players and I followed all of the suggestions that they had players not playing not even if they are installed. I have ActiveX enabled in Internet properties, security software is not in any way afilliated with this problem, which leaves me with being puzzled and frustrated. I hope you guys can help out me if possible, anyway. Also, when I try to reinstall Flash and Shockwave, flash "installed successfully" two videos do not appear.

    I say well, the possibility of an accidental uninstallment of two plugins not too long could have led to this problem.

    Thank you.

    Here is the awnser to your prob... anoying * http://home.att.net/~sjesme/ of hell

  • Problem with the two factor authentication with Apple TV.

    I tried to connect to my Apple TV (2nd generation, operating system and updates are up-to-date), log-in failed and indicated that I had to use two-factor authentication which I recently install on my trust Apple devices which included my iMac, iPhone and iPad. As expected, I received a notice on my Apple devices trust with the verification code to six figures to add this code to six figures at the end of my password when signing in the Apple TV. I put my password and add the code check digit at the end on my password. It did not work. Now I can not connect. Any suggestions to connect to Apple TV using 2nd generation two-factor authentication? This Apple TV device is not supported?

    There is model of Apple TV MC572LL/A with Apple TV software version 6.2.1

    Model identifier is AppleTV2, 1

    Model number is A1378

    People have been facing difficulties with this process. I have not encountered such difficulties then have not had the opportunity to test solutions. While a little pain can I suggest that you disable temporarily two authentication step until you have set up your Apple TV.

  • Problems to use two scb-68 has the NI PXI-6225

    Dear nor Forum,.

    I have a chassis NI SMU-1078, with embended OR PXIe8135 controller. One of the slot is busy with a PXI-6225. I for a long time successfully using 1 connection SCB-68 block a with the PXI-6225. Now, I need another channel to analog output on top of OD uses two that I am current. I plugged another SCB-68 connector Panel at the PXI6225, but I could not see analog outputs on this second bedroom. I could not see more channels to DAQmx AO create channel VI

    The PXI-6225 has only 2 analog outputs.  The second connector only has analog inputs.

    If you need more than output analog, you can take a look at the SMU-6738, which includes 32 analog outputs.

  • Is no longer able to see the photos I want to 'move' or 'copy' of the media on the record card "my images". This problem started about two months ago.

    If I do a "move" images, I'm losing pictures of the press card and they are not in the folder. If I do a 'copy' pictures do not appear in the appropriate folder, they are still on my press card. I sell books on ebay, insert pictures at registration. Now when I "move" or "copy an image in 'My ebay sale items' folder, the image does not appear in the folder. However, when I go on ebay to put in the list and click on 'Add photo', the photos in the folder appear as numbers on the screen from ebay. How can I return to what all the images I 'move' or copy ' media card show as pictures in my various folders "my pictures"?

    John,

    In response to your email in the morning... I was able to do what you suggested: make a right click on the photo, make a copy and then paste it on desktop. SPIKE came as a page with the corner turned down icon. I clicked on the icon and was able to display the image that I had copied.

    My wife doesn't have a file of my images. We both use the same computer and the necessary files, although more in games. She's just a hotmail in addition to our regular Outlook Express e-mail account address.

    When the problem started, I did a search for lost images .jpg, thinking they can have wound up in another folder. Each time, research has indicated that the images were in the folder that I thought that I put them. Yet whenever I went to this folder, there are no photos.

    Dick

    ================================
    OK... so you know the problem is with your computer
    operating system and not the memory card.

    It is a strange situation for me and I can only guess
    you have a corrupted user profile.

    Don't keep just on my suggestion, but I suspect
    that you may need to create a new user profile:

    (811151) how to copy data from a corrupted
    Profile of user to a new profile
    http://support.Microsoft.com/?kbid=811151

    Good luck finding the solution.

    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Garland of two WRT54G

    Hi, I was wondering if it would be possible for me to use two WRT54G routers online implemented a.

    The first WRT54G is currently on the first floor connected to the cable modem and which is now used for my network wireless home... and with that, I want to stay in operation as such.

    I have a second WRT54G I want to put on the second floor (connected to the first with a single ethernet 100 ' cable) to be used as a "switch" that I have an electrician two PC games of. I don't really have concerns about the second unit providing any sort of wireless network support. as the first unit can reach every appliance in my house with full signal.

    I was told that it is quite possible to do so. But I have just no idea how to go about implementing. It is as easy as just wiring it all and tension to the top? Or the second router requires a few changes to make it work properly?

    I updated the point up a (crude) diagram to show what I'm looking for

    Follow the instructions here

    CLICK ON THIS BUTTON

  • problem of stick two T61p and memory upgrade

    http://forums.Lenovo.com/LNV/board/message?board.ID=T_Series_Thinkpads&thread.ID=37219

    Of sktn77a in the thread above - "the question of the"two-stick"(as I know) is only with the T61p with GPU FX570 but it won't hurt to remove a stick for testing purposes and then Exchange."

    I just bought a T61p (6457-7WM) with the FX570 - there is 2 GB of RAM for now (1x2Go I guess, but did not check, can I register this software somewhere to save it opens?), running XP pro. What is the prevalence this "two stick" issue, I searched here but do not find much on it. Where can I get information?

    I understand that XP can't see only 3 GB but I read if you install 2x2gb - 4 GB it'll actually work with 3.5 GB (which is better than only 3 GB?). Is this true?

    When I buy the RAM is better to simply the order of Lenovo? I am technically savvy but did not RAM before upgrading. I remember that it is good to do the same brand? Don't know what specs on the RAM, I need if you could save me reading that would be great.

    Thank you very much

    EDIT: Also is there a list anywhere of what makes the lenovo other software pre-installed? Trying to find information on google etc. when selections for the Base software selector was not simple. I ended up installing XP with factory settings deselect all options selection of basic software but not I have a device that is not installed driver and I'm puzzled as to what it could be. There is nothing in the BSS, which suggests that she's involved with the drivers. Thanks again.

    msk14,

    The question of referenced memory is limited to T61p models, and it's a matter of tolerance, which means that it appears on all systems.   Generally, he is met where the two dimm slots are filled, and the user runs intensive 3D graphics.  Manufacturing variances in memory, individual systems before indroduction of variations in the game and an update or application requirements can causes slightly different symptoms.  Wouldn't this be a concern and hold you back what let it be.

    You could certainly run 2 X 2 config and having two same size modules can provide a performance boost.  I would pay just pay attention to the specs on the speed of the memory.  Of course, I will officially recommend Lenovo memory because it is proven and supported by the warranty of the system which facilitates the events of service - without exclusions, or a question about the fault.

    However, some source memory OEM customers and I am sure that others can chime in with the opinion on the brand and the source.

    Best regards

    Mark

  • Strange problem with these two tables

    Can someone tell me what is the problem here?

    1)

    Select * from table_batch where keyvar not in (select keyvar_orig from table_master);

    no selected line

    2)

    Select * from table_batch where KEYVAR = '03657795QQ ';

    RECORD_ID KEYVAR

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

    2.0E + 13 03657795QQ

    3)

    Select * from table_master where KEYVAR_ORIG = '03657795QQ ';

    no selected line

    Hello

    For your query (1) try:

    Select * from table_batch where keyvar not in (select keyvar_orig from table_master WHERE KEYVAR_ORIG IS NOT NULL);

    See you soon

    Mike

  • Problem with the two EA DEVELOPER SQL DATA MODELING 3.0.0.665 and 3.1

    I created a model of very large data using SQL Developer data 3.0.0.665 and 3.1 EA maker. Its having a lot of check constraints. Whenever I am the design of the fence and the DOF and reopening export to import the DDL file failure to import completely check constraints. It is important to check constraints, but without any range of values inside. Its very frustrating because whenever you open import ddl, you must manually add again all the details of data check range constraint.

    OS: Windows XP.
    Check in the two EA Developer SQL Data Modeler 3.0.0.665 and 3.1

    -------------------------------------------
    Here are the contents of the .dmd file.
    -------------------------------------------
    * <? XML version = "1.0" encoding = "UTF - 8"? > *.
    * < OSDM_Design class = "oracle.dbtools.crest.model.design.Design" name = 'Admin_Panel' id = "9BE18B0A-6C67-2E5B-00DE-BD8312189ECB" version = "3.41" > * "
    * < createdBy > administrator < / createdBy > *.
    * < Createduserid > 2011-10-17 08:32:18 UTC < / Createduserid > *.
    * < Admin_Panel ownerDesignName > < / ownerDesignName > *.
    * < false capitalNames > < / capitalNames > *.
    * < designId > 9BE18B0A-6C67-2E5B-00DE-BD8312189ECB < / designId > *.
    * < / OSDM_Design > *.

    -------------------------------------------------------------------------------
    An example how the check constraints to get dirty.
    -------------------------------------------------------------------------------
    Initial check constraint is as below:
    ======================
    ALTER TABLE test_table
    ADD CONSTRAINT Active_Flag_ck
    CHECK (Active_Flag IN ('A', 'I'))
    *;*

    Below how it occurs once I have imported the ddl and re-export:
    ============================================
    ALTER TABLE test_table
    ADD CONSTRAINT Active_Flag_ck
    (CHECK)
    *;*

    I'm in trouble as I already in the middle of the my development using SQL Developer Data Modeler.

    Please help me soon.

    Jean

    Hi John,.

    Every time I'm fence design and export the ddl and reopening through the import of the DDL file

    Why are you doing this? Once the DDL file is imported and then save the drawing and open simply saved design, no need to generate the DDL and import it every time that you start Modeler data.
    On the list of values - forced as this CHECK (Active_Flag IN ('A', 'I')) are imported as constraint check plain and not as a list of values.
    There are the more specific elements import of check constraint - they are defined as type database constraint that you select during the import. Accordingly if you import your DOF as Oracle 10 g DDL, then you will get forced correct check in DDL generated for Oracle 10 g and Oracle 11 g. Constraint of evil will be generated for Oracle 9i. You can move the constraint for Oracle 9i (in the check constraint dialog box) or generic if it can be treated as such constraint.

    I logged for DOF bad bug.

    Philippe

  • small problem... two days trying to find the error

    Hey people, I'm trying to get two values from two different tables, to put in one that connect the two of them, I have work, but I'm trying to make it simpler and smaller.

    create or replace procedure baba
    (
    number of var_A,
    var_b varchar2
    )
    AS
    BEGIN
    Insert into baby (c, d)
    Select (c, table_c d, table_d where table_c.a = var_a and table_d.b = var_b);
    END;

    I'm doing two selection within one and insert the value directly to the third table. three days on that.
    When I compile it gives me the error missing support, weird.
    Thank you.

    Welcome to OTN. ;)

    Always mention your version of DB.

    Now, regarding your question - why do you need to apply this using procedure where a single DML will suffice?

    Ask yourself always, on the question of whether you should implement them using SQL or PL/SQL.

    As a general rule, try using SQL. If so you can not only go PL/SQL.

    Now,.

    create or replace procedure baba
    (
    var_a number,
    var_b varchar2
    )
    AS
    BEGIN
    insert into bebe ( c, d)
    select c, d
    from table_c, table_d
    where table_c.a = var_a
    and table_d.b = var_b;
    END;
    

    So I have remove these pins.

    It should work.

    N.B.: Not tested...

    Kind regards.

    LOULOU.

    Added: Also you can use the join between the table condition two - otherwise, it will produce product curtesian. ;)

    Published by: Satyaki_De on February 20, 2010 22:54

Maybe you are looking for