What causes Run Time Error 10086 when attempting an external calibration with the Calibrate_E_Series funcition.

I am using Vb6(sp5), NT4, Component Works (latest), and Ni-Daq 6.9.1. The error occurs when using either a PXI-6052E or PXI-6070E. The Self Cal works fine but the external cal code generates this error during the call. The code used is taken directly from the programming example in the NI_DAQ programmers reference for the Calibrate_E_Series function.
The Error Text is:
Run-time error '10086':
The external reference is invalid

John;
I found a Knowledge Base about that error you can refer to. The KB, originally, talks about Labview, but, as Labview makes NI-DAQ function calls in the same way any other Software language, you can apply the same concepts when using VB. The link is:
http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/2d8abbbb8d45ff74862565f6005c8d7b?OpenDocument
and the KB number is 18TAPEY5
in case you prefer to search for it at our home page.
Hope this helps.
Filipe
Applications Engineer
National Instruments

Similar Messages

  • Iam getting run time error message when i try to open dream weaver cs4

    iam getting run time error message when i try to open dream weaver cs4

    exact message am getting when i try to open dreamweaver cs4- this application has requested the run time to terminate in it in an unusual  way . please contact the applications support team for more information.

  • TS3212 "Run time Error R6025" when I try to access tunes?

    I have had ITunes for some time and have moved to a new computer. It performed sucessfully but now I am getting "Run time Error R6025" when I try to access tunes?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT) as you start iTunes, then going to Edit > Preferences > Store and turing off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • System is giving ABAP run time error while perform LT06 or create TO with r

    Hi SAP WM Gurus,
    System is giving ABAP run time error while perform LT06 or create TO with respect to posting change notice, below are runtime analysis details.
    Short dump has not been completely stored. It is too big.
    P_MENGA = P_MENGE.
    007940       P_UMREZ = 1.
    007950       P_UMREN = 1.
    Can you give any idea on this issue.
    Thanks and Regards,
    SHARAN.

    Hi,
    Go to Tcode ST22 and mentione the dump code there and check.
    Also take help[ of Abapers to fix it.
    Thanks
    Utsav

  • ABAP run time error while perform LT06 or create TO with respect to posting

    Hi SAP WM Gurus,
    System is giving ABAP run time error while perform LT06 or create TO with respect to posting change notice, below are runtime analysis details.
    >> Short dump has not been completely stored. It is too big.
    >       P_MENGA = P_MENGE.
    007940       P_UMREZ = 1.
    007950       P_UMREN = 1.
    Can you give any idea on this issue.
    Thanks and Regards,
    SHARAN.

    This part is just the place in the program where the error occured, but why the error occured is mentioned earlier in the dump.
    Maybe you have a too big number in the field and hence a field overflow, maybe you have a character instead of a number in the field.
    Read the dump from the beginning. if you dont know how to read a dump,then try to get help from any local Abaper.

  • Run-time Error '429' when copying queries from one userid to a new userid

    Hello,
    One of the users is having an issue when copying queries from an old user id to a new user id.
    She is getting the visual basic run-time error '429' - active x component can't create object while copying.
    This is not consistent.  From what I can tell, this does not appear to be a bex query designer issue but something in microsoft.
    Please let me know either way. I have found minimal posts on this issue.  Most that I have found are outside the sdn forum and talk about registry issues?
    Thank you,
    Lynda

    According to your error message, your onClick function declaration line closes the parenthesis twice... you may have a typo in what you actually put in the file versus what you think you put...
    function onClick()event:MouseEvent):void{

  • Run-time error '13' when trying to see query properties

    *Hi BI friends,*
    I want to set Auto refresh property when opening to my work book  ,
    *If i try to see "Query Properties" in Excel 2007 in BEx Analyzer, i am getting the below error :*
    *Run-time error '13'*
    *Type Mismatch.*
    *Plz, Help!*

    Hello Reddy,
    Try to use the latest version of front end tools
    The issue should be solved:
      http://service.sap.com/swdc
        -> Download
         -> Support Packages and Patches
          -> Entry by Application Group
    -> SAP Frontend Components
    -> SAP GUI FOR WINDOWS
    -> SAP GUI FOR WINDOWS 7.10 CORE
    -> SAP GUI FOR WINDOWS 7.10 CORE
    -> win32
    -> gui710_18-10002995.exe
    _ -> BI ADDON FOR SAP GUI
    -> BI 7.0 ADDON FOR SAP GUI 7.10
    -> BI 7.0 ADDON FOR SAP GUI 7.10
    -> Win32
    -> bi710sp12p_1201-10004472.exe
          |_ -> BI ADDON FOR SAP GUI
              -> BW 3.5 ADDON FOR SAP GUI 7.10
               -> Win32
                -> bw350gui710_10-10004473.exe
    If persist, let me know.
    Kind regards,
    Edward

  • Run time error message when I try to open itunes?

    I cannot open itunes afte using it for 3 years.  I receive a run time error message. 

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT) as you start iTunes, then going to Edit > Preferences > Store and turing off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • Run-Time error 1004 when VBA run Text-To-Column

    Expert,
      I got error message 1004 said "Excel can convert only column at a time, The range can be many rows tall but no more than one column wide, try again by selecting cells in one column only. my VBA code is this. If I copy B5 only, the Text-To-Column
    is working. can you help ?
    Sheets("Sheet1").Range("B5:E300").Copy
        Sheets("Sheet2").Select
        Range("A2:E300").PasteSpecial xlPasteAll
        Columns("B:M").Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
        Application.CutCopyMode = False
        Selection.TextToColumns Destination:=Range("A1"), DataType:=xlDelimited, _
            TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, _
            Semicolon:=False, Comma:=True, Space:=False, Other:=False, FieldInfo _
            :=Array(Array(1, 1), Array(2, 1), Array(3, 1), Array(4, 1), Array(5, 1), Array(6, 1), _
            Array(7, 1), Array(8, 1), Array(9, 1), Array(10, 1), Array(11, 1), Array(12, 1)), _
            TrailingMinusNumbers:=True
    Thanks
    James Liang

    Re:  text to columns error
    You have four columns selected when you call text to columns, so ...
    Replace the word "Selection" with Range("A1:A300") so it looks like...
      Range("A1:A300").TextToColumns Destination:=Range("A1"), DataType:=xlDelimited, _
    The above is my guess as to what you want to work with; I didn't experiment with the rest of the code.
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • Error message when attempting to publish page with flash content in cs6

    Good day,
    I have a number of websites that I have created with content from previous versions of flash that I have installed in my html pages.  This year I have been repeatedly frustrated by the flash movies working on my computer then not working after I have uploaded them.  It came to the point where I avoided working with the flash projects but it is something I have to work out and would greatly appreciate any help I could get.
    After not working with the movies for a few months I came back and attempted to edit them again, this time receiving the attached error message which may be the resolution to my problem.  The message says I cannot stream with the current settings.  This may make sense as the movies work fine on my computer.
    Any help would be a great kindness.
    Thanks
    Brent
    http://www.missourimemorial.com
    this has the simple outdated flash file on it that I need to update
    http://www.missourimemorial.com/index2013.html
    this has the failed flash file in the page of course its not working.
    Please help - thanks 

    That alert is just to tell you that you have something in your movie's Library that is set to export for Actionscript. most likely in frame 1. This will cause your movie's download to wait until that object is downloaded to the user's computer. If there is more than one object with this setting, then all of those objects will need to download first before the movie can begin, or to stream.
    The problem of your your movie now showing up is completely different. It's impossible to tell where the problem is from looking at the html pages that you provided. The problem may be simple, you may not have the .swf in the proper folder, or the name may not coincide with the swfobject function that you are using.

  • Error message when attempting to download applications from the Cloud?

    Anyone else receive an error message stating the download appears corrupt when attempting to download an application from their Cloud membership?

    Hi there,
         Install the latest update of Adobe Application Manager from the below link:
    http://www.adobe.com/applicationmanagerpatch/
    Regards,
    Jairaj

  • I am getting a run time error message when I am trying to reinstall itunes and I'm not sure how to fix it. Can someone tell me what I need to do to get itunes back? Thanks!

    I'm not sure how or why this is happening and it has just started...I tried to update and then it would not allow me to open the file at all giving me a runtime error message and multiple windows (because of the help feature). It has been successfully reinstalled but I'm still getting the error message...what do I do?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • Run time error COMPUTE_BCD_OVERFLOW when extracting data

    Dear all,
    We are facing an issue when trying to extract the data for CRM Service contract item Extractor. It is giving runtime error when trying to extract particular range of transaction number say 1 to 50. but if i split these into 2 packages i.e 1 to 25 & 26 to 50, the data is getting extracted without any problems. If anyone has come across the similar issue, please share your views.
    details of the errro:
    Runtime Errors         COMPUTE_BCD_OVERFLOW
    Except.                CX_SY_ARITHMETIC_OVERFLOW
    Short text
        Overflow during the arithmetical operation (type P) in program
    Thanks in Advance!
    Regards,
    Pavan

    Hi,
    I can see that there are several SAP notes regarding this issue, you just need to check their symptons and if they are valid for your SAP_APPL release and support package.
    Here are the SAP notes:
    - 1295055: Product cost collector: Field AFPO-WEMNG set incorrectly
    - 964308: COMPUTE_BCD_OVERFLOW in CKMO_GET_ORD_HIST_NETWR_MMIM
    I hope they help you.
    Regards,
    Marcelo

  • CS6 duplicate function causes Run-time error in VB6

    After upgrading from CS3 to CS6 the duplicate function is now causing runtime error "Type Mismatch". Error occurs on the last line of code.
    All am I trying to achieve is to duplicate a rectangle containing an EPS from one document into another document. The method appears to work but assigning a pageitem value as a function fails.
         Dim moInDesign         As InDesign.Application
         Dim oFromDocument      As InDesign.Document
         Dim oToDocument        As InDesign.Document
         Dim oFromRectangle     As InDesign.Rectangle
         Dim oToRectangle       As InDesign.Rectangle
         Set moInDesign = CreateObject("InDesign.Application.CS6")
         Set oFromDocument = moInDesign.Documents.Add
         Set oFromRectangle = oFromDocument.Rectangles.Add
         oFromRectangle.GeometricBounds = Array(72, 72, 144, 144)
         Set oToDocument = moInDesign.Documents.Add
         Set oToRectangle = oFromRectangle.Duplicate(oToDocument.Pages.Item(1))

    it fails on CS5 too, to cheat and make it work, comment out (or remove) the rectangle dimensions
    'Dim oFromRectangle     As InDesign.Rectangle
    'Dim oToRectangle       As InDesign.Rectangle

  • Getting a run time error  R6034 when updating itunes

    Itunes trying to load incorrectly

    Not sure why this thread bubbled up, but for more recent advice on this topic see Troubleshooting issues with iTunes for Windows updates.
    tt2

Maybe you are looking for

  • Windows 8.1 kernel_data_inpage_error BSOD

    Hey there, had a windows update last night when i logged off, did the usual update and shut down, and it carried on this morning when i switched my PC on. Since then i have had 3 lock ups of sorts, everything stops responding but the mouse still move

  • Short dump in standard program

    Hi Friends, below description is short dump for standard program. Please see the below and help me how to correct the program. The current application triggered a termination with a short dump.             What happened? The current application progr

  • Self defined standard analysis with intercompany

    Hello all, we are going to begin the intercompany flows. At this moment, SD dpt, has a Self defined standard analysis (MCSI s-tcode) with sales stadistic data. My problem is that with intercompany invoice we won't have a sales document. Flow is: Purc

  • Quicktime 7.5.5 to 7.6

    I have a license for Pro 7.5.5. Do I need to purchase another license once I upgrade to 7.6? Thanks!

  • How to transfer account info out of Previous System folder?

    I ran an archive & install (using the OS 10.4 install disk) and neglected to check Preserve User Settings. The information is in Previous Systems, but now that the install has created new user account info I'm not sure what to do. I can copy in the w