Name of the traditional model DAQ and SCXI-1530

Hi all

I'm using Labview 6.1 and 7.1 of DAQ traditional. I'm working on a system with a data acquisition card (PCI-6052E) and several SCXI (1520, 1530) cards. The SCXI cards are installed correctly because MAX can detect all.

I want to do a program with traditional DAQ that allows to detect all SCXI cards and Show names of model on the front panel.

I found in Tradtional DAQ, there is a VI entitled "Get SCXI information", which returns the types of models of SCXI cards, something like, 50, 51...

I found in the help file on 'Get SCXI Information' VI there are some kind of configuration file saying 51 stands for SCXI-1520. What does the acronym for 50?  Where can I find the full configuration file or can somehow I change it? As 51 means something else...

Any ideas are much appreciated... Thanks to you all!

This is a duplicate of the last post in this thread: http://forums.ni.com/ni/board/message?board.id=250&thread.id=53087

Tags: NI Software

Similar Questions

  • Name of the PK, unique constraints and to support the index

    I want to have my primary key constraint and index support share of the same name, IE:
    CREATE UNIQUE INDEX MYTABLE_PK ON MYTABLE(...);
    ALTER TABLE MYTABLE ADD CONSTRAINT MYTABLE_PK PRIMARY KEY(...);
    Without definition explicit a unique index using the relational model, the generated DDL added 'X' for the name of the index:
    CREATE UNIQUE INDEX MYTABLE_PKX ON MYTABLE(...);
    ALTER TABLE MYTABLE ADD CONSTRAINT MYTABLE_PK PRIMARY KEY(...);
    I tried to add an index unique explicit to the table, but he changed the name (adds "v1") when I leave the table editor:
    CREATE UNIQUE INDEX MYTABLE_PKv1 ON MYTABLE(...);
    ALTER TABLE MYTABLE ADD CONSTRAINT MYTABLE_PK PRIMARY KEY(...);
    I have the same problem with index & unique constraints.

    Issues related to the:
    Can I generate DDL with name matching? "v1" thing seems unlikely, he doesn't want not myself save the definition as I want.
    Where are the transformations of naming for this location? I found tools, preferences, and Data Modeling/naming Standards/Templates but this nugget does nto seem to be there.

    Thank you.

    Hi Mike,.

    The Production data release model 3.1 has been updated to allow constraints unique and primary and their indexes share the same name.

    David

  • Concerns about the iPhone models SE and coverage

    I picked up a SIM free iPhone SE yesterday but the store left with a nagging feeling that I put in an artificial box regarding coverage. The phone that I purchased seems to use usable only in the USA (with all carriers but Sprint), with little or no coverage abroad, including Europe and the Canada. The alternative model looks like it is a real phone in the world with full coverage in the world, but has no compatibility with Verizon. I am with AT & T currently so each model should work with my current plan. I have the nagging impression that I would be better off with the other model, but can not find answers to some of the most basic questions, such as:

    • My phone model (A1662) actually will not work in Europe or the Canada? If it works, what is the level of quality can I expect?
    • The phone Sprint (A1723) also works well with AT & T as the SIM-free model?

    (Especially for the benefit of Apple), I must point out that size, no awards, has been the only consideration in getting an SE. I am not at all interested in a 6s for this reason, but I want to assure you that I have a phone that will meet my needs if I travel.

    You might want to consider this:

    http://www.PCMag.com/news/343091/the-iPhone-se-is-not-carrier-agnostic

  • How can I change the name of the computer, C; \Documents and Settings\Margie\MyDocuments had to leave "Margie" or rename

    Using Windows XP - how to change the name on the computer.  Am not able to remove/change the word "Margie":

    C:\Documents and Settings\MARGIE\My recemment\...

    Used Microsoft Help but I am not able to locate where this comes in the settings.   We are on a network (without domain).

    Can you please help.

    Concerning

    Helen

    "MARGIE" in "C:\Documents and Settings\MARGIE\... is not a"computer name", it's a user"Profile name".  Once a user is created and its associated profile, this name cannot be changed directly.  The only practical way to change that is to create a new user, copy the data from the user profile of MARGIE in this new user and then delete the profile of MARGIE.  To do this, pretend that the "MARGIE" user profile is corrupted and then follow the instructions in the following article:

    "How to recover damaged Windows XP user profile"
      <>http://support.Microsoft.com/kb/555473 >

    HTH,
    JW

  • How to create a script for the name of the channel to take and insert text on profile in CS5

    I am a silkscreen and I print my Photoshop starts. I regularly work with multi channel files or RGB files with additional color channels. I created actions to place check marks, resize images, etc. to be ready to print manually but I create for each display text labels, if they are absent from the original work.


    The files I work with have named pipes as "basic white, red, green, blue 284" etc. which indicates the color of the ink. I want to be able to do is create a script that copies the text of the channel name and insert it into a separate or each/all channels to the top of the file, so that when I print every positive there is a label corresponding to the color of the ink.


    I don't know if this is even possible, and I am limited in my knowledge when it comes stock and no experience with scripting and have had pretty good luck in the past for actions to do what I want without unnecessary steps.


    On my target action registration, it creates a new channel with each individual reg mark then combined in a separate channel in which I just copy the contents and select all channels of ink and fill with black to make them appear, I am happy with the steps that must be that it is not too complicated and if it could do the same with labels I would be happy with that.


    Thanks in advance!

    Something like that?

    // the color used for the text
    var black = new SolidColor();
    black.rgb.hexValue = '000000';
    // set this to space the labels
    var horizontalOffest = new UnitValue(20,'pt');
    var doc = app.activeDocument;
    var currentLayer = doc.activeLayer;
    var textLayer = doc.artLayers.add();
    textLayer.kind = LayerKind.TEXT;
    // font requires the postscript name of the font
    textLayer.font = "ArialMT";
    textLayer.textItem.size = new UnitValue(9,'pt');
    textLayer.textItem.justification = Justification.RIGHT;
    // set the position for the text. this sets to top right corner of the channel
    // here it is set so the text baseline ends  40pts from the right edge, 15pts down
    textLayer.textItem.position = [new UnitValue(doc.width.as('pt')-50,'pt'),new UnitValue(15,'pt')];
    textLayer.textItem.contents = 'label';// temp label string
    
    for(var channelIndex = 0; channelIndex		   
  • Safeguarding of documents through scripting: name of the active file Get and set save path/file type

    I am writing a script that will:

    -Do all the invisible layers

    -Make the layer visible ' background'

    -Remove all the invisible layers

    -Save the document as EPS file (leaving the original intact)

    I am new to scripting and I based my script by copying the code of other scripts.

    Here is my code:

    var doc = app.activeDocument;

    var name = doc.name;

    hide var = function () {/ / hide all layers (based on http://forums.adobe.com/thread/644267( )}

    var L = doc.layers.length;

    for (j = 0; j < L; j ++) {doc.layers [j] .visible = false ;}

    }

    masquer();

    loop through all layers

    for (var i = 0; i < doc.layers.length; i ++) {}

    Create the illusrtratorSaveOptions object to set options to HAVE

    var saveOpts = new IllustratorSaveOptions();

    Definition of the IllustratorSaveOptions properties.

    saveOpts.embedLinkedFiles = true;

    saveOpts.fontSubsetThreshold = 0.0

    saveOpts.pdfCompatible = true

    Implemented Variable for the name of the access layer

    var currentLayer = app.activeDocument.layers [i];

    Loop through the layers and make the background layer visible

    If (currentLayer.name == 'Background') {}

    docName = name + currentLayer.name + ".eps";

    currentLayer.visible = true;

    }

    }

    / / Remove the invisible layers (based on http://www.cartotalk.com/index.php?showtopic=7491( )

    var myDoc = app.activeDocument;

    var layerCount = myDoc.layers.length;

    for (var ii = layerCount - 1; ii > = 0; ii-) {}

    var currentLayer = myDoc.layers [ii];

    currentLayer.locked = false;

    var subCount = currentLayer.layers.length;

    for (var subCount - 1; ss = ss > = 0; ss-) {}

    Underlayment var = currentLayer.layers [ss];

    subLayer.locked = false;

    If (subLayer.visible == false) {}

    subLayer.visible = true;

    subLayer.remove ();

    }

    }

    If (currentLayer.visible == false) {}

    currentLayer.visible = true;

    currentLayer.remove ();

    }

    }

    Save the document with a new name

    var saveName = new queue (doc.path + "/" + Nomdoc);

    doc.saveAs (saveName, saveOpts);

    Everything works well except:

    (1) it saves the document under the name of AdobeIllustratorBackground rather than the name of the document

    In addition, I don't know how to tell the script to save in EPS and specify the save location.

    Could someone give me some advice?          Thank you!

    There is an example script in Adobe Illustrator Scripting/CSx/Sample Scripts/JavaScript/miscellaneous/Save as PDF that has all the parts except the EPS Options.

    Go here for the script Guides and references.

    http://www.Adobe.com/devnet/Illustrator/scripting.html

  • How to get the name of the device model?

    Hello

    Is there a way to get the name of the device in bits/s (i.e. Z10, Q10, Q5 etc.)? I can see that it the OS Version, n ° series, PIN etc. in the deviceinfo, but not the name of the device.

    Thank you!

    I think the API HardwareInfo shoud have this: https://developer.blackberry.com/cascades/reference/bb__device__hardwareinfo.html#function-modelname

  • When registering downloaded as part of the name of the files is saved and there is no file with the name name extension.

    I GET MY MAIL MOBILE. ME AND SINCE THE TWO LAST updates TO FIREFOX, I GOT THIS PROBLEM.
    THE FULL NAME AND THE EXTENSION WILL APPEAR IN THE BOX, BUT WHEN I SAVE THE FILE ON THE ONLY DISK THAT A PART OF THE NAME APPEARS WITHOUT EXTENSION.

    I GET MY MAIL FROM MOBILEME SITE FIREFOX LATEST VERSION.

    AS OF MARCH 14,2011 AT 06:50 IT IS NOT RESOLVED.

    Try putting quotes around the whole file name before you save it.

     "file name.mp3" 
    
  • What is the path name to the file of contacts and the personal address book file?

    I can't find this path name. When I had to reinstall Thunderbird, I couldn't restore the contacts list.

    Menu help > troubleshooting information, then click on the button display the profile folder. It's the path, which shows in the Explorer.

  • Interface between the NI 9234 DAQ and Pi raspberry

    Hello everyone,

    I would like to know if there is OR 9234 DAQ may be iterfaced to Raspberry Pi?

    In this regard, any help is apperciated. Thank you

    There is no way to install the DAQmx driver on a Bill pro forma.

  • I changed the name of the computer or group and now I can't do anything

    I DON'T KNOW WHAT I DID OR HOW, BUT NOW I HAVE NO CONTROL OF MY USER ACCOUNTS I CAN'T DOWNLOAD ANY THING HE GUARD FLASHING % SYS32 EXE OR SOMETHING CANT RESTORE OR ANYTHING

    Hello

    1. what happens when you try to access the user accounts?
    2. do you get an error message?
    3. what happens when you try to download?
    4. What do you mean by ' KEEPS FLASHING % SYS32 EXE "? ".
    5. what happens when you try to perform the system restore?
    6. you use Internet Explorer to download or any other web browser?

    I suggest to start the computer in safe mode and then try System Restore.

    Start your computer in safe mode
    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    What is system restore?
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

  • Right click on the mouse model 3500 and add categories to "send to" list

    I use a HP dv6 laptop.

    When I right click on my mouse Microsoft Wireless model 3500, I want to add more choices in the "send to"option.  I was able to do that with my old XP computer but I can't seem to do it with my new laptop dv6.

    Can someone help me?

    Thank you in advance,

    NeilTr

    "Accept as a Solution.

    Thanks BH

  • I can't access wifi, please give me the name of the exact model of driver wifi


    Hello:

    This driver should work...

    http://h20000.www2.HP.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en & cc = us & prodTypeId = 321957 & prodSeriesId = 5229455 & prodNameId = 5229457 & swEnvOID = 4059 & swLang = 13 & mode = 2 & taskId = 135 & swItem = ob-113862-1

  • Short name of the CAW application and Modules of the CMO?

    Hello

    What is the short name of the application of CAW and CMO modules in Oracle EBS 11.5.10.2?

    Thank you

    Again, I think it's just part of the AR. There is no separate name module under the the 11.5.10 same patterns if it has its own responsibilities, workflows and D & B Punch out. It uses only two summary tables on AR balances and transactions for BI disclosure of credit information. If you haven't done so already, take a look at the 436341.1 Note on MOS.

  • PCI-6052E and SCXI-1520

    Hi all

    I had problems to understand the program to someone. Could someone of you help out me?

    These programs are written in Labview 6.x and integrated in a software, which can detect the DAQ (PCI-6052E) card, a series of input modules (SCXI-1520) and then collect the data from the input modules simutanously.

    Issues related to the:

    1. how to make a menu drop-down list all the modules detected, and then the customer can choose between them? Looks like the former programmer do that with property node...

    2. now, we have a new input module (SCXI-1530). However, the software says it can only suppor SCXI-1531 and cannot detect SCXI-1530, although MAX can do. The difference between SCXI-1530 (4 channels) and SCXI-1531 (8 channels) is the number of channels. It is possible to modify the software and make it compatible with SCXI-1530?

    All ideas are appericiated.

    Thank you

    Hi oly.

    You're right, aid for SCXI Information.vi does not have the types of module for SCXI-1530/1531. The function C (SCXI_Get_Module_Info) in the Start Menu > all programs > National Instruments > NOR-DAQ > traditional NOR-DAQ function reference Help contains 48: SCXI-1531; 50: SCXI-1530.

    Brad

Maybe you are looking for