DAQmx - numeric values read HAVE

Hello!

Simple question: is it possible to read directly the discrete values of an analog input channel?

DBL examples are the result of an acquisition, DAQ AI 'normal '. Actually the card converts the input voltage with a NOC to a numeric value his loss of memory to use DBL for say a 12-bit conversion. I use the following material, but this is expected to be possible for each card:

OR PCI-6110

OR PCI-6711

Best regrads,

Michael

OK found in VI ".vi DAQmx Read (analog 2D U16 NChan NSamp)". Seems that no one is using it... I have never seen a LabVIEW example with such a simple way to read the ACTUAL data of HAVE.

Best regards

Michael

Tags: NI Software

Similar Questions

  • Strings, the formula = numeric values?

    is there a way of having a cell to display a string numbers, but when this cell is referenced in a formula it will be used as a numerical value? See screenshot.

    I want the storage capacity label.

    I want the strings displayed in column A to represent numeric values in column B.

    then "128 GB" = 0.13. or "128 GB" = B2. I need a cell to associate it with the value of the other.

    My goal is to make a column of pop-ups with storage capacities that can be used in a formula in another table.

    If you choose "128 GB" I want its value to be 0.13

    I prefer to use a table of choice like that.

    (1) create a table (as you have) that contains the list of text and the corresponding values

    I named the 'TaillePour Value' table

    In the table where you want to use, use the following formula:

    C2 = SIERREUR (IF (VLOOKUP (B2, TaillePour Value::A:B, 2, 0) = 0, ' ", VLOOKUP (B2, TaillePour Value::A:B, 2, 0))," ")

    It's shorthand dethrone select cell C2, then type (or copy and paste it here) the formula:

    = SIERREUR (IF (VLOOKUP (B2, TaillePour Value::A:B, 2, 0) = 0, ' ", VLOOKUP (B2, TaillePour Value::A:B, 2, 0))," ")

    Select cell C2, copy

    Select cells C2 at the end of the C column, paste (or as needed)

  • How do switch you between 2 numeric values using a Boolean switch?

    Hello

    I'm a newbie to labview, so it is perhaps easy to answer.

    I would like to perform a calculation which, according to the test unit, will require a different numeric value to use in the Calc.

    I tried to use a Boolean switch to choose which constant must be used during runtime mode as well for example or 0.01 or 0.02 will be selected. The idea is to labview so insert the constant selected in the calculation and spit out the answer.

    There is only one output on the Boolean toggle switch and not of entry so that I can't work out how to do it. If there were 2 inputs and 1 output it would do the job.

    Thank you

    Andy

    Try the joint.  I have provided two methods.

  • Boolean functions accepts numeric values...

    Recently I got to know that all Boolean functions both accept numeric values. But what is the purpose of it?

    I found the exit of some random values while entering numerical values of Boolean functions...

    Thank you!!

    Best regards

    Adel SR

    srrashme wrote:

    I'm not clear. Can you please attach an example?

    What you don't understand?

    When the Boolean logic is used on integers, the logic is made on a basis by ILO.  I have to do this all the time to encode and decode data from specific protocols (some more wild than the others).  It is also necessary for many data (such as a CRC or Reed Solomon) controls and for encryption (AES, OF THE, 3DES).

  • How to connect the value of the input string to numeric values

    Hello

    I'm trying to figure out how to connect the value of unique user input string to numeric values. Basically I want the user to enter the name of a gas that I have a list for (I think I put the list of gases in a table >). Then I want to match numeric values 2 'a' and 'b', according to which gas, name of the user has set. These 'a' and 'b' values will be automatically matched with the name of the gas in a list that I put. For example, hydrogen gas has the value 3 for "a" and 4 for "b. when the user puts the ' hydrogen' name in a string constant, automatically 'a' and 'b' must be issued.» I have connect a and b to a formula

    Thanks for any help

    Hello

    It is perhaps not exactly what you are looking for, but perhaps you could use the enumerated data type and the array of clusters of points (a, b).

    Look at the VI I enclose.

  • Display of numerical values (labels) on the graph

    Hello

    I've searched for a while but cudnt find a solution. I showed a chart on the chart. Now, I want to show the numerical values of the

    table points on the graph so that I don't always have to use a cursor for the XY coordinates while moving on the chart. How can I do?

    Searching on the forum I found, it can be done with waveform graph. We can do with graphics as well? In Microsoft excel, the option is there for that.

    Thanx.

    Here you go, LV (untested) 8.6

  • Where can I find the numerical value for GenICam standard pixel formats?

    I am putting in place a structure of case for the reconstruction of image formats using the pixel as IMAQdx output format. Confirmed the consistent property of 'Pixel Format' numeric U32 in id IMAQdx from camera to camera, but it's just a number, and I don't see that the number of image formats used by the cameras I (I need code for other formats I've yet to see). The GenICam standard 1.1 supports 52 image formats, and no doubt IMAQdx has a corresponding U32 value for each format. Where can I find this list? The .pdf for the GenICam standard lists the formats available in name only and does not have a corresponding numerical value.

    Hey Nasgul

    The attribute 'PixelFormat' is actually a list of name/value pairs. For GenICam cameras (such as GigE Vision) these names and these values are determined by the camera, no IMAQdx XML file. The names themselves are normalized by the part of the "Standard feature Naming Convention" of GenICam (but aren't their values).

    I think you speak for the Format of Pixel property node. I think you are right that it is a digital. It's probably because the available modes can not be known before you actually run the code and the LabVIEW enumeration values must be known when editing, no compilation. The node itself as a digital is probably as a relic of the firewire interface. It would be probably more useful as a string, I imagine.

    You probably want to use the generic way of manipulating the attributes instead. You initially set the property 'Attribute Active' in 'PixelFormat' and then you can then query a list of name/value pairs available or simply set the value. IMAQdx allows you to set the value directly as a string (using the standard names) rather than having to translate it into a numeric value.

    Eric

  • How to place numerical values on the peak in graphs

    Hello

    Is it possible to put the numerical value on the crest of the wave as in the below image where the yellow dots on the Ridge, we put value digital pic?

    It needs a lot of cleanup (and there are probably still have a better way in general), but it should at least help you get started.

    I used the Detector.vi Peak, which requires the LV Full Development System.

  • Want to get the records of only numeric values

    I have tables sales_order, with column ATTRIBUTE_8 VARCHAR2 (50) and job_order with column NUMBER HIGH_AMOUNT.

    attribute_8 column of the sales_order table has both numerical values & character values.  For example:-32232.3764, 234283.878, YES, NOT... etc.

    I intend to load data of tabe sales_order to job_order. For all non-numeric values of ATTRIBUTE_8, I want to do as a 0.

    Please indicate an INSERT statement to achieve this.

    create or replace function clean_number(p_string in varchar2) return number is
    begin
      return to_number(p_string);
    exception when value_error then
      return 0;
    end clean_number;
    /
    with input(ATTRIBUTE_8) as (
      select '-32232.3764' from dual union all
      select '234283.878' from dual union all
      select 'YES' from dual union all
      select 'NO' from dual union all
      select '1e4' from dual
    )
    select attribute_8, clean_number(attribute_8) high_amount from input;
    
    ATTRIBUTE_8 HIGH_AMOUNT
    -32232.3764 -32232.3764
    234283.878 234283.878
    YES 0
    NO. 0
    1E4 10000
  • How to make a multiple numeric value to another page

    Dear Experts,

    Apex 4.1

    Oracle 11g

    I would like to pass multiple numeric value to another page, as below:

    P1_ID = (11,22,33) POINT Page1 depend on what users chose

    P2 SQL: SELECT * FROM TABLE WHERE ID IN (11,22,33), ID is numeric fields.

    but the PAGE 2 to show the error invalid number, how to fix, please help me.

    Thanks and greetings

    Yong Huang wrote:

    Dear Experts,

    Apex 4.1

    Oracle 11g

    I would like to pass multiple numeric value to another page, as below:

    P1_ID = (11,22,33) POINT Page1 depend on what users chose

    P2 SQL: SELECT * FROM TABLE WHERE ID IN (11,22,33), ID is numeric fields.

    but the PAGE 2 to show the error invalid number, how to fix, please help me.

    This is the classic problem 'variable IN the list' (I have no idea why this misunderstanding is so widespread. Always seemed obvious to me that it doesn't). In

    select * from table where columnvalue in (7788, 7839, 7876)
    

    (7788, 7839, 7876)is a list of expressions and the predicate is evaluated as a membership condition.

    In

    select * from table where columnvalue in :P1_X
    

    :P1_Xis a scalar string, unable to contain multiple values.

    In a report of type APEX, a source report of the body of the PL/SQL function returning a SQL query with lexical substitution can be used to produce a "variable list:

    return 'select * from table where columnvalue in (' || :P1_X || ')';
    

    where P1_X contains less than 1000 values, has been disinfected to code SQL injectionand string values are properly cited.

    Some people suggest the following approach, that will work also in interactive APEX reports:

    select * from table where instr(':' || :P1_X || ':', ':' || columnvalue || ':') > 0
    

    However, it is underperforming because it eliminates the possibility of using the index optimizer or the size of the partition in the execution plan.

    See various elements in the list to ask Tom and imitating the channel to the table using sql features for effective solutions.

  • Is it possible to 'ring' selected numerical values easily to an editable PDF file with Adobe Acrobat?

    Hi guys,.

    I work in the film industry and we are looking to use Adobe Reader to create sheets of digital camera report that will connect the crucial information for the editors/vfx production on a highly publicized movie shooting this year. Usually this is done with sheets of paper carbon-copied, but a new trend is to make digitally in order to facilitate life for everyone.

    One of the things as facts easily on paper is the selected circle takes so the laboratory handling film knows how to treat film: this can save a lot of time and money. Shooting digitally the same thing applies, transcode only you some takes, and it makes it easier for everyone.

    My problem with design sheets is implementing in a pdf editable using popular software, the most popular of them are Adobe Acrobat. A numeric value that represents a number to take will be in a column in the pdf file, and I need a way of circling this value to basically a click of a button or similar. Is this possible to do with Acrobat?

    One of the other things it is easy to do on paper is to draw a distinct line when a roll of camera/memory card is changed, if there is a way to make a line in a table "BOLD" again, the click of a button, which would be extremely useful!

    Thanks guys, I look forward to hearing your suggestions!

    The way to do it using the tools of comments. There is none

    built-in component that can be used to surround an element on the page, but

    There are various ways to select an item (boxes,

    Radio-boutons, drop-down menus, list boxes, etc.).

    Sunday, may 10, 2015 at 2:08, rarth_boddomy, [email protected]>

  • What is javascript customized for converting an estimate of the numerical value in equivalent term?


    Hello fellow Adobe users,.

    I'm trying to find a way to see the numerical value of average and presents its equivalent word.  Rather than display the number, it should show the following:

    A numeric score from 3.1 to 4 should show as pending

    A digital index of 2.1 to 3 should show meets expectations

    A numeric score from 1.5 to 2 should show as below performance

    A rating of 1 to 1.4 should show as failure

    Should what simple javascript I type the javascript custom in the text field properties?

    Looking forward to your comments.

    Thanks in advance!

    Jonathan

    You have a field that is the calculation of this average in number? Let's say you do and it's called 'average '. You can then use this code as the custom for the field "Average in the words:" calculation script

    event.value = "";
    var a = +this.getField("Average").value;
    if (a>=1 && a<=1.4) event.value = "Fail";
    else if (a>=1.5 && a<=2) event.value = "below performance";
    else if (a>=2.1 && a<=3) event.value = "Meeting Expectations";
    else if (a>=3.1 && a<=4) event.value = "Outstanding";
    
  • Sort a column as a numeric value

    Hello

    I created a SQL report from collections and problems with the sorting of the column as a numeric value.

    I used create_collection_from_query2 for my digital set as a variable n001. But, when I use the same in my SQL statement, it is considering the column as a string.

    Please advise if I am doing something wrong that is causing this problem.

    Thank you in advance,

    Madan

    Thanks for the reply fac586.

    Is to help sort the value column, but we hide the column, users do not have it sort by themselves.

    I have solved this problem by using the interactive report and did not apex_item.display_and_save () but used n001 column directly in the select statement. It is allowing me to sort as a numeric value.

  • Add numeric value in the column in the Table

    Hello
    My problem:
    I have a VO with a numeric attribute (Sal). This VO is present in a table in a JSF Page.
    I need to add a numerical value to the value of the column.

    I have try it with #{row.bindings.Sal.attributeValue * 2} or #{rank. SAL + 2} or #{rank. Sal.inputValue + 2} but I get an error.

    Can someone help me?

    Thank you

    11.1.3 JDev

    Hello

    one option would be to use a transitional attribute in the VO to calculate math or to fill in the field column of a managed bean. You can point the field for the column to a property of the managed bean (say sumSal). In this getSumSal() method you

    1. use ELContext and ValueExpression ExpressionFactory to resolve the reference #{line} (you can cast oracle.jbo.domain.Row
    2. call the row.get ("attribute_name") to access the value of the field
    3 compute and return the value to display in the table

    Note that using a transitional attribute may be easier to achieve and easier to reuse in other uses of the VO. However, you will have options

    Frank

  • Find the numerical values of gray?

    Hi all, I'm a bit new to photoshop and I need help.

    I have some pictures that I've converted to grey - but I need to find a numerical value for the gray or dark intensity or something of that ilk. It is not for the whole picture, just for a very small area.

    Any help is greatly appreciated.

    I was not quite awake either.

    If the image is grayscale, the value of the pipette will be indicated as a percentage of K. 0 = white. 100 = black.

    Lee

Maybe you are looking for

  • Is iPhoto being abandoned currently application?

    Notice lately, that high school, click on an image that I would like to ask in the Photos app, produces a Panel used to say 'send to iPhotos' or 'send to Photos' two, but now it says "send photo" - don't you think this is the beginning of activate pr

  • HP 15-af131dx: drivers for HP 15-af131dx

    I want to install an ssd in my computer hp laptop and then do a fresh install of windows 10.  Where can I find the drivers for my laptop? Should I put a USB driver and then install them as soon as I finish installing windows 10?

  • The phrase after "Set Station models overall" step could not be evaluated.

    When you run a TestStand sequence, I get the following error message: The phrase after "Set Station models overall" step could not be evaluated. Types of variable or a property do not match or are not compatible. Error code:-17321; Types of variable

  • hard drive HP pavilion g6 1325sa error code

    Hi my laptop wifes simply ceased to run correctly the other day, slow to do anything, has been after an update from MS, perhaps coinsidence but when NLB is test Diagnostics HP he has failed the test of shore hard with error code 9LXALM-66 X 755 - MFP

  • I can't add RAM

    I have a WindowsXP Pro Tour. It has 3 SP. I was decide to add more ram to my computer because it has only 512 MB of RAM. It has an Intel Pentium 4 CPU 2 .66GHz and an ASUS AGP-V7700 Deluxe v5.33 AKA GeForce 2 GTS. The motherboard (The ECS P4M800PRO -