Difference between input and output values

I am using NI DAQ 6024E and SCB 68.
I have shorted one anlog output and input channel
in the SCB 68 board itself.(differential connection). that is whatever ouput voltage
i am giving at o/p channel 22 and 55 should come at i/p
channel 68 and 34. But when i read the values in my VI,
the input voltage is higher than o/p. why is the difference.
I used default buffer size 1000 and AI Single scan and AO Single Update.

There doesn't seem to be a problem with your pin connections.
The SCB-68 has a temperature sensor that can be used as cold-junction compensation for thermocouple measurements. If the temperature sensor is enabled, it will use channel 0 of the DAQ device.
Since you are connecting to channel 0 of the 6024E, I would make sure you have the temperature sensor of the SCB-68 disabled. You can disable the temperature sensor by using the switched of the SCB-68. The User Manual of the SCB-68 is linked below and provides the information on how to disable the temperature sensor (page 2-4).
SCB-68 68-Pin Shielded Connector Block User Manual
http://digital.ni.com/manuals.nsf/webAdvsearch/74C86ADEF0E4813F86256C84007CB3AB?OpenDocument&vid=niwc&node=132100_US
I hope t
his helps.
Regards,
Todd D.

Similar Messages

  • Difference between zero and blank values

    Is there a way for the system to determine the difference between zero and blank values. One can have a zero allowed for the 0 value to actualy be there in the KF but is there a way that a macro can be written by which we can use the differentiation between the zero ( a value) and blank (no value) in the KF
    I have tried to look for an explanation on the service.sap.com and sdn but was not able to find anything.
    Thanks in advance

    Thanks for your reply. You mentioned something about the "fixing" setting that could make the "0" displayed in the planning book. Could you elaborate?
    Also, in the post from user "APO APO" on 5/8, the author seemed to indicate they could see the "0" in the planning book, as quoted below:
    "I have already made the zero allowed arrangement for that in the planning area and can see the 0 values in the planning book but I am not being able to make the macro get the results."
    I just want to find out if there is any way the user can visually distinguish b/w the "0" and blank values. If not, it'll be very confusing to the users. I understand the macros can distinguish b/w them.
    Thanks in advance.

  • Difference between "false" and "FALSE" value

    Hello All,
    Many times i have seen that intellisence shows options "true" , "TRUE" , "false" , "FALSE" together.
    Can anyone tell me the difference between lowercase and uppercase value?
    For Example : ActivateOnDefault Property of SPFeature shows these options.
    Thanks in advance.

    there are also True and False options. Inside xml with Sharepoint artifacts (including mentioned feature declaration) all versions should work.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • CFP-AIO-610 electrical isolation between input and output channels

    Manual states "The input and output channels of the [c]FP-AIO-610 are not electrically isolated from each other". I assume this means that the commons on the input channels are connected and the commons for the output channels are connected but it does not mean that all channels on the module are connected. Is this correct? I intend to monitor two self-powered 4-20mA signals coming from a single instrument and also send two voltage signals to a different instrument. Any advice is greatly appreciated. Thanks!

    RavensFan wrote:
    Why do you think there aren't situations where common AI and AO references are acceptable?  I think in most situations where it is already okay to use non-isolated channels, having common commons is just fine.
    From the standpoint of interacting with two different instruments, such as my situation. Rarely in my experiences so far are analog communication or measurements on separate instruments going to all be referenced to the same common / earth ground. Instrument A has it's own common reference and instrument B has it's own common reference. My 20mA loop is externally powered and I can earth ground the power supply negative but the voltage output to another instrument is not but hte channels are isolated so maybe I can do it anyway. I'm hardly an expert and only trying to build my own knowledge base on how to use NI hardware. Perhaps I'm over-thinking this too much and it will work.

  • Assets: provision for differences between APC and Market Value

    Hi,
    my current client needs to make a provision with the difference between the APC and Market Value in some assets (buildings...).
    Our idea is to use Valuation Area 02 in order to reflect those "Market Values" and create another Valuation Area = 02 - 01. With this area we will have the amount the we need to make the provision in GL.
    I just wanted to know if FI-AA has anything that could make those provisions automatically. I have looked into help.sap.com, customizing etc... and I could not find anything.
    Does anybody knows if there is a standard "provision function" for assets?
    I think that we will need to develop an ABAP program for this requirement...
    Cheers

    not solved but need to close it...

  • Measuring lag between input and output sine waves...

    Hi,
    I am using a Labview VI to control an array of servo motors, each receiving a sine wave input (with different phase offsets for each servo). I'm using a NI USB-6229 DAQ system to monitor their movement via a wire that I've soldered onto each servo's potentiometer. I've written another VI that recieves both the initial sent signal and the returned DAQ signal and plots both on a waveform chart. Both signals show up on the plot as expected, with an obvious phase shift between them. I'm having problems accurately measuring the phase shift, and I'd rather have an automatic method that gives accurate numerical values instead of a more qualitative visual method.
    So far I've tried to use triggers and peak to peak comparisons, but I've been having problems getting results in real time. My incoming signals are time stamped, if that helps. Is there a quick and easy method to extract phase shift data from two sine waves on a waveform chart?
    Thanks for the help...

    Since I work with lock-in amplifiers I came up with this. I guess it will work in your case. This method has some limitations. It will work up to 180 degree. It also measure absolute phase lag. You can not say if the signal is leading or lagging. But in your case it will always be lagging. I posted a VI showing the method in another discussion. Here is the link. http://forums.ni.com/ni/attachments/ni/170/409516/1/demo_v2.vi. Since your DAQ unit do not have simultaneous sampling you will get a small phase error due to inter-channel delay. This is also true if you use the FFT method. What is your signal frequency and which samplerate do you use?
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Difference between "answerObfuscated " and " true " value for secret proper

    Hi Everyone,
    I have a doubt what would be the difference for the property " secret " in the form field .
    Can some one explain the difference for the bellow code
    <Property name='secret'>
    <ref>waveset.questions[$(name)].answerObfuscated</ref>
    </Property>
    and
    <Property name='secret' value='true'>
    I have read in the docs that if the value for the obfuscated is set to "true " in the systemconfiguration file then it would display all the password fields and authenticated question answers as asterisk .
    <Attribute name='obfuscateAnswers'>
         <Boolean>true</Boolean>
    </Attribute>
    My question here is that if we have the above one is system configuration field as true and in the forms as answersobfuscated as a value then it shows as asterick if we have false in the system configuration file then in the form secret would be false then it will show the filed the regular text is that right ?

    That's a good question. My understanding:
    answerObfuscated is an actual property of the answer, so can be used to control the display of answers anywhere.
    secret is a property of a web field, and can be put on any web field on any web form.
    So in the first example you give, the field is obfuscated only if the user's answer is tagged as being obfuscated. This would be used mostly to conditionally allow viewing of questions. (E.g., should an admin be able to read the plain text answer on a user's account?)
    And yes, you would use this so that the system config controls the display rather than having to hard code it on every page that displays answers.

  • Difference between Ledger and Subledger Values.

    Hi Experts,
    We are taking periodic balances in local currencies for all the (Say there are 10 vendors who belong to the same Recon account 7110000) 10 Vendors with the T Code S_ALR_87012082. and also For the GL 711000 (Recon Account) with T code FS10N.
    The results are not matching.
    1. Can you tell me why is it so, when the recon is updated on real time basis for all the entry in subledgers?
    2. Are there any entries, which are updated only in subledgers and not in Recon Accounts.
    Thanks for every possible help.
    Rg
    VK

    Hi Vijay,
    There are three possible reasons:
    1. The beginning (Year Opening) balance of both Ledgers and Subledgers.
    2. Document parked for Vendors will not reflect in GL
    3. If during the year the assignment of the Vendor to Reconciliation account has changed, the GL will still show the old posting and same way if new vendors have been added it will show vendor balnces even for the period when vendor was not assigned to the present Recon Account. This is the prominent reason.
    Regards
    Bharat

  • Difference between PR and PO Value

    Take a look at the Scenario
    If PR is made for 900,000 USD, and  PO for 200,000 USD,  (Account Assignment Tab of PO, give
    WBS Element No), would it be possible to track the costs in the Reports in PS.

    As suggested by amit you can check CJI5 & CJI3 report. From there you can drill ldown to all line item reports like TP/ GR/ IR etc... I believe you have to properly use this reports.
    CJI3 >Feed data &  Execute>Environmet  & explore.
    Regards
    Nitin P.

  • Difference Between FI and Profit Centre Value In Stock GL

    Hi
    After running the report 1KEH (Tranfer Matrial Stocks) the difference of 1000 is coming out between profit centre and FI in one of the semi finished stock Gls. The MM report MB5L is also showing that difference between stock and FI value. (Materail value is less than FI value). Can anybody please guide me how to dig out this problem where the difference is arising.
    Kind Regards

    Hi,
    in most cases its a manual FI-posting that causes the difference, compare MB5L logistics details (per material) with FI-postings (per material, maybe its needed to create a query/quick view to get this info). Do you have the difference again for another MB5L line? This can happen if the Balnce sheet account in FI-account determination is changed.
    Best regards, Christian

  • How to switch USB-6008 between digital input and output modes

    Hi I have been following the examples of setting a specific port to either inout or output using the DAQmxCreateDIChan() or DAQmxCreateDOChan() calls. What I now want to do, is switch betwen inout to output mode and back again.
    DAQmxCreateDOChan()
    DAQmxWriteDigitalLines()
    // do something
    //switch to input
    DAQmxReadDigitalU32()
    // switch back to output
    I can't seem to find any calls or discussions on this.
    rjmiller

    Hi RJM,
    If you want to be able to switch your digital line between input and output, then you will need to use the Tristate Property. There is another discussion forum with more detailed information about using this property and I believe that you have already seen it. I am going to post the link in case anyone else wants to see the other forum as well: Tristate Property Discussion Forum. Reddog's post is very informative.
    Regards,
    Hal L.

  • SSIS: How to use one Variable as Input and Output Parameter in an Execute SQL Task

    Hello,
    i need your help,I'm working on this issue since yesterday and have no idea how to deal with it.
    As I already said in the tilte i want to start a stored procedure via a Execute SQL Task which has around 15 prameters. 10 of these should be used as input AND output value.
    As an example:
    i have three  Variable:
    var1    int        2
    var2    int     100
    var3    int     200
    the stroed procedure:
       sp_test
          @var1 int
          @var2 int output
          @var3 int output
       AS
       BEGIN
            SET @var2 = @var2 * @var1
            SET @var3 = @var3 + @var1
       END
    So in the Execute SQL Task i call the Stored Procedure as follwos:
        Exec sp_test  @var1 = ?, @var2 = ? output, @var3 = ? output
    (I use an OLE DB Connection)
    The parameter mapping is as follows:
    User::Var1        input                   numeric              0                 -1
    User::Var2        input/output         numeric              1                 -1
    User::Var3        input/output         numeric              2                 -1
    Now my problem. If i set  Var2 and Var3 as Input parameter the values are still the same after running the package. If i set them to a output value the are both Null because the procedure doesnt get any values.
    I already tried to list them a second time - like
        User::Var2        input                  numeric              1                 -1
        User::Var2        output                 numeric              1                 -1
    or i use a new variable
        User::Var2                  input                  numeric              1                 -1
        User::Var2Return        output                 numeric              1                 -1
    but i alwas get the error
    "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."
    Has anybody an idea how I can solve this problem?
    Thanks a lot.
    Kind Regards,
    Alice

    Hi Alain,
    thx for your answer.
    I have around 15 procedures called one after the other to calculated and modify my values. Each procedure is responsible for an other but overlapping set of variables. So i thought it would be a good idea to call them one after the other with the needed variables via a execute sql task.
    So if i use a result set, how i get my stored procedure to return 10 values? I would have to use a Function instead of a procedure, wouldn't i?
    As if i have 15 procedures this would be a lot of work.
    But thanks a lot for the idea. I think an other idea would be to create one function which calls all stored procedures and returns all the calculated values as a result set, wouldn't it?.
    Kind Regards.
    Alice

  • Difference between KP06 and KPZ2

    Hi experts,
    can you explain the different between KP06 and KPZ2. It will very helpful for me.
    Sourav
    Moderator: Please, search before posting

    Dear Surav,
    thru KP06 you handle PLAN values. Thru KPZ2, budget values.
    PLAN means that you can simulate costs against your objects, such as cost centers and orders
    and then make a comparison with real data. Possible differences between plan and rela values are calles variances.
    Budget is the approved cost structure for an action or project in a particular period of time.
    Budgeting differs from cost planning in that it is binding. While you must estimate costs as accurately as possible during the planning phase, it is in the approval phase that you prescribe your funds, in the form of a budget.
    In other words, budgeting your objects you set the max amount of costs they can sustain.
    hope this helps
    You can find further details here:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/5b/d2200743c611d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a9/ab7f68414111d182b10000e829fbfe/frameset.htm
    br, Guido

  • Is there a difference between the earphone output and the audio output of the docking connector, or is it in fact the same signal ?

    Is there a difference between the earphone output and the audiooutput of the docking connector of the iphone 4, or is it in fact the same signal ?

    One basic difference is that the LTE frequencies each is able to operate on are different. After that, it is pretty much the same phone. Others might be able to add to this.

  • Difference between binding and value

    Hi
    I am new to JSF
    Can you tell me what is the difference between binding and value attribute of a
    JSF component ?
    Many thanks.

    Hi,
    the binding is the component association to a managed bean (or backing bean). This allows you to manipulate the component in Java code stored in a managed bean.
    The value is what the actual component value is.
    Frank

Maybe you are looking for