PXI-4204 External calibration

I’m looking for the external calibration procedure for a PXI-4204 card. Also is there a way to do the calibration with Calibration Executive?
  Dan

Hey Dan,
Unfortunately we do not offer a customer external calibration procedure for the PXI-4204; the card must be sent in to National Instruments for external calibration.  The price list for external calibration is located here.
-John Sullivan
Analog Engineer

Similar Messages

  • Should NI show external calibration temperature in MAX

    We are trying to determine whether or not NI should continue displaying the external calibration device temperature (see screen shot below) in MAX.  Is the external calibration temperature useful information that you use to help make decisions, or is it confusing and probably should be removed.
    I would appreciate any input on the manner.

    Some devices have significant drift due to temperature changes, yet we only calibrate at a given temperature. Take the case of an NI-4071 DMM (7.5 digits of precision). If you calibrate at 40 degrees but you use at 50 degrees, you will want to re-calibrate at something closer to that even if the calibration is still valid time-wise.
    So yes, I think there's value in displaying it, at least for some devices.
    Marcos Kirsch
    Principal Software Engineer
    Core Modular Instruments Software
    National Instruments

  • External Calibration halts on error 200546

    For sure there are bogus stored temperature values in memory (impossible for the card to actually have measured a 97°C internal temperature) so I have reson to believe the rest of the stored data-including cal constants--are also corrupt.  An External Calibration will overwrite these values with new data IF the program will continue past the error.  Is it possible to ignore the error and let the program continue?
    The card in question is a PCI-6052E.  It passes Self Test but fails Self Calibration.  It is completely functional except for a -.1V offset on all analog inputs.

    After reading through the previous posts I may have a suggestion that could work for you. You have mentioned several times that the values are only off by a -.1V. Is this consistent and constant? If the the error is linear could you apply a linear adjustment to the received values post recording? You have stated that the device works in all respects except for this slight calibration. I am sorry that you have had this trouble, other then sending the card in for inspection and testing through the RMA there is nothing else that can be done. I do not believe that somehow bypassing the error that you are receiving will fix the issue but you may be able to calibrate the received data by taking data with a card that is calibrated and the card that is not and developing a calibration table that could be used to adjust the values that are being measured. Other then that or sending the card in for an RMA there is nothing else that I can recommend that you do. Have a good day.
    Alex D
    Applications Engineer
    National Instruments

  • External Calibration a PXI783x series FPGA board

    Good Morning All,
        Have any of you any experience with performing an external calibration on a PXI783x series FPGA board. There is an NI-RIO utility to do a self calibration, but we will need to figure a means of do a calibration to an external NIST traceable standard.
    Thanks,
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

    The only way, at this time, to get external calibration is by sending the board to National Instruments. Unlike Data Acquisition boards there is no way for users to externally calibrate. If you would like to set that up, call in to support and we can get begin that process.
    Rick Kuhlman
    NI applications Engineer 

  • External calibration..

    hi guru,
    Boss can any one tell me the Exact process of  EXTERNAL CALIBRATION  in  SAP PM???
    thanks you

    Hi Ronak,
    Please search in previous threads before posting an issue.It will save your time also.Refer the thread below.
    inspection of equipments
    Please follow below steps for for external calibration
    For external calibration do following steps :
    1) Create general task list for external calibration Equipment (IA11,IA01,IA05)
    2) Create single cycle plan (IP41)
    3) Schedule the maintenance plan (IP10)
    4) Generation of Inspection lot and Purchase Requisition (IW32 / QA32)
    5) Create Service Purchase Order from Purchase Requisition.(ME21N)
    6) Confirm service entry sheet (ML81N)
    7) Process inspection lot and UD (QA32)
    8) Settlement of Calibration Order (KO88)
    9) Business Completion / Close order (IW32)
    You can use PM03 control key.
    Regards,
    Deepak

  • PXI-5122 External Sample Clock

    PXI-1031 Chassis
    PXI-8106 PC
    PXI-5122 14bit 100MS/s Digitizer
    Labview 8.5
    I am driving X-Y mirrors steering a laser.
    I am measuring the reflected light
    to develop a raster image of a sample.
    I have a pixel clock running at 60MHz that
    I want to clock the acquistion and external
    trigger that defines the 'line valid' or sampling
    across the mirrors during their constant velocity
    range.
    I am using [PFI0 with 'READY for START EVENT'] as
    a start pulse to run my x-y mirror scan.
    CH0: Analog signal
    SMA TRIG: line valid
    AUX: PFI0 with 'READY for START EVENT'
    In the property node 'niScope'
    when I add the following elements:
    Sample Clock Timebase Source = VAL_NO_SOURCE
    Sample Clock Timebase Rate = 60000000
    Sample Clock Timebase Divisor = 1
    I get the following message:
    Error -1074118614 occurred at Error occurred at:  niScope Fetch Binary 16.vi:2
    Possible reason(s):
    Driver Status:  (Hex 0xBFFA402A)
    An acquisition has not been initiated.
    Error -1074134971 occurred at Property Node (arg 4) in CSKB-4X_VID.vi
    Possible reason(s):
    The channel or repeated capability name is not allowed.
    Attribute: NISCOPE_ATTR_SAMP_CLK_TIMEBASE_SRC, Channel: 0
    Attached are the VIs with the elements added to the niScope property node
    and without.
    I get the above errors even when I set the 'Sample Clock Timebase Source'
    to 'VAL_NO_SOURCE'
    It appears, by just adding the elements, it gives me the error(s).
    How can I get the external sampling clock to work along with external trigger?
    Solved!
    Go to Solution.
    Attachments:
    CSKB-4_VID.vi ‏148 KB
    CSKB-4X_VID.vi ‏146 KB

    Hi csk,
    I was wondering if you could clarify how many
    samples you wish to take. Am I correct that you wish to take 30,000
    sets of 150 samples each, or do you mean you want to take 150 sets of
    30,000 samples each (since 30,000 periods of the 60 MHz clock fits
    within 90% of a 1.8kHz signal)? In either case, the current method you
    are using is only going to acquire a single record each time through
    the loop, and so you will be limited by how fast you can retrigger in
    software.
    For your application, it sounds like you will
    need to perform a multi-record acquisition, as this will allow you to
    specify what condition to trigger off of and how many samples to
    acquire each time the trigger occurs. In this way, each "transition" of the sawtooth wave is considered a single record, and you are acquiring multiple different records corresponding to each time a rising edge trigger occurs. I believe that you can accomplish
    exactly what you need with only a slight modification to the niScope
    shipping example "niScope EX Multi Record Fetch More Than Available
    Memory.vi" (found at Start » Programs » National Instruments » NI-SCOPE
    » Examples). With this VI, you can specify that you wish each record to
    have a min record length of 30,000 samples (or 150 samples if this is
    the case) and that you wish to acquire 150 records (or 30,000 if this
    is the case). The only major change that you would need to make is to
    change the Configure Trigger VI to be a Digital Edge trigger rather
    than an analog trigger. With this and a few other modifications (ie -
    configuring the external clock) you should be able to accomplish what
    you need. Please let me know if I explained this alright and if my
    assumptions are correct. Thanks, and best of luck!
    Daniel S.
    National Instruments

  • NI PXI-785XR C calibration drivers

    Hi!
    I'm deploying a calibration program for NI PXI-7853R boards in Visual Studio with C drivers.
    I found a C library with .dll converted functions from LabVIEW when I installed niRIO driver but when I call "AdjustExtCalibration" function in C, I don't know what parameter should I enter as "(uint16_t) Action", I suposse that some define exists in a library to enter the action but I can't find it.
    Thanks for your Help

    Hello Marton,
    I have searched our internal database for similar cases and almost all of them ended in sending back the device to NI for repairs.
    Best regards,
    Daniel

  • Use of PXI 4070 for calibration with CalExec

    I am running CalExec 3.1
    NI 5421 and 5422 cards need the DMM  NI PXI-4070 for the calibration. Can I use HP 34401A instead of that?
    Thankyou,
    Poornima

    Hi Poornima,
    Yes you can use the 34401a. Test Exec uses IVI so you can choose which IVI device you wish to use.
    Hope this helps,
    Nick

  • 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

  • To what limits (lower and upper) are the PXI-6052E boards calibrated for their various gain settings?

    I am trying to get some boards calibrated by our metrology lab, but I can't find the relevant information.

    I've viewed all, and downloaded most, info at the link that you've mentioned. Unfortunately, the data I'm looking for isn't there. In the E Series Calibration Procedure document, there is an extensive listing of tables that contain calibration data points for a variety of E series boards. However, the 6052E board isn't listed. Elsewhere on the ni website, there is a note to use the 6034E/6035E tables for the 6052E boards. These tables do not contain all the gain settings for the 6052E. I would assume that the 6052E boards were factory calibrated at all possible gain combinations.

  • Error during self calibration - PXI-4461

    We are running Calibration Executive 3.2.  We are using a PXI chassis and controller and trying to calibrate a PXI-4461 card.
    In running the procedure, we received the following error during Self Calibration:
    Error 200718 occurred at DAQmx Self Calibration.VI at step self calibrate.
    Any guidance in resolving this issue would be appreciated.
    Richard

    Here is the info from the calibration report.  I can email you a PDF of the report and also a screen capture of the error message which states: "Measurement taken during calibration produced an invalid AI gain calibration constant. If performing an external calibration, ensure that the reference voltage passed to the calibration VI or function is correct. Repeat the calibration. If the error persists, conatct National Instruments Technical Support.
    CALIBRATION PERFORMANCE TEST DATA
    DUT Information
    Type: PXI-4461
    Tracking Number: 33367
    Serial Number: 33367
    Notes
    Customer Information
    Name: Cal Lab
    Address:
    Purchase Order:
    Notes
    Environmental Conditions
    Temperature: 23.0 C
    Humidity: 13.0 %
    Operator Information
    Operator Name: administrator
    Calibration Date: Friday, March 23, 2007
    16:27:03
    Notes: Error or termination
    occurred. This calibration
    may not be valid. Error
    code: -200718 Error
    message: Error -200718
    occurred at DAQmx Self
    Calibrate.vi at step Self
    Calibrate Possible
    reason(s): Measurement
    taken during calibration
    produced an inval
    PXI-4461 Serial Number: 33367
    Friday, March 23, 2007 16:27:03 Page 1 of 2
    Standards used during Calibration
    Type Tracking Number Calibration Due Date Notes
    Fluke 5500A Multifunction
    Calibrator
    32261 3/15/2008
    DMM 32260 11/21/2007
    33250A 29536 10/13/2007
    Calibration Results
    Test Canceled
    Calibration As Found As Left
    Test Value Low Limit Reading High Limit PassFail Low Limit Reading High Limit PassFail
    N/A N/A N/A N/A N/A N/A N/A N/A N/A
    PXI-4461 Serial Number: 33367
    Friday, March 23, 2007 16:27:03 Page 2 of 2

  • W520 External Color Calibrator stopped working with updated Pantone v1.1 software

    Can someone from Lenovo help me with this issue? Lenovo updated the color calibrator software in Aug 2012. They broke an external color calibrator working. L1/2 has been completely unhelpful. I also escalated to customer service with little result except that they say it is not Lenovo software and they do not have to support it! Unacceptable, the software isprovided by Lenovo. Lenovo doc also says an external color calibrator is supported. Lenovo needs to take responsibility for fixing this. Here are the email chains. I really want a refund or someone to ensure this package that Lenovo distributes is fixed!
     Thanks for your help.
      From: Christopher Lang [mailto:christopherlang1] Sent: Wednesday, November 14, 2012 11:34 AM To: 'Kelli' Cc: doris Subject: RE: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High Sensitivity: Private
    You are distributing this software and it is defective. Who do I NEED TO SPEAK TO AT LENOVO TO RESOLVE THIS? I WANT A REFUND ASAP!!!
      From: Christopher Lang [mailto:christopherlang1]  Sent: Wednesday, November 14, 2012 11:25 AM To: 'Kelli' Cc: doris Subject: RE: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High Sensitivity: Private
    Hi Kelli,
    I do not want this case closed and disagree. This is Lenovo provided software and according to Lenovo an external calibrator is supported. I want someone to take responsibility for getting this fixed. Lenovo has provided this software and needs to work with the vendor to ensure it works. Who do I need to speak to in management? I do not appreciate the way support has just shuttled this around and nothing has gotten done.
    Sincerely,
    Christopher
    Lenovo Doc:
      3.0 System requirements =======================  Hardware requirements:  - Must have an embedded or external color sensor - Can be integrated or used with a USB color sensor device.    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt
    From: Kelli  Sent: Wednesday, November 14, 2012 11:12 AM To: christopherlang1@ Subject: SF184142 Re: Fw: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Sensitivity: Private
    Mr Lang,
    Please be advised that I have taken this case assigned to Doris. Lenovo is not able help you with this issue, We cannot provide support for a third party product.  The calibrator you are using is supported by X-Rite; any issues with the device need to be addressed by them,
    I am sorry for your frustration however Lenovo has exhausted all means to help with a non-hardware issue. At this time Lenovo is closing this case.
    Kelli Customer Advocate Customer Complaint Resolutions Lenovo US 1009 Think Place, Bldg 2 Morrisville, NC 27560
    Hi Doris,   Got you VM. No, Engineering is not wanting to do their jobs. What they are saying to you makes NO sense. There is even mention of an external calibrator being supported in the Lenovo doc. MANY PEOPLE USE EXTERNAL DISPLAYS AS WELL. Here is the Lenovo doc:   3.0 System requirements ======================= Hardware requirements: - Must have an embedded or external color sensor - Can be integrated or used with a USB color sensor device.   http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt      This is really upsetting me!!!!  Can we escalate to higher management?   Thanks,   Christopher  
    Hi Doris,
    Got you VM. No, Engineering is not wanting to do their jobs. What they are saying to you makes NO sense. There is even mention of an external calibrator being supported in the Lenovo doc. MANY PEOPLE USE EXTERNAL DISPLAYS AS WELL. Here is the Lenovo doc:
    3.0 System requirements
    =======================
    Hardware requirements:
    - Must have an embedded or external color sensor
    - Can be integrated or used with a USB color sensor device.
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/pantone_color_calibrator_v1.1.0.txt
    This is really upsetting me!!!!  Can we escalate to higher management?
    Thanks,
    Christopher
    From: Christopher Lang  Sent: Thursday, November 08, 2012 12:19 PM To: 'Doris' Subject: RE: FW: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High
    Hi Doris,
    I have the internal calibrator I purchased with my W520 and also an external calibrator from x-rite. The device is an i1 Display 2. The external calibration is what fails with the updated calibrator software package.
    Thanks,
    Christopher
    From: Doris Sent: Thursday, November 08, 2012 12:13 PM To: Christopher Lang Subject: Re: FW: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator - case 184142 Importance: High
    Hi Christopher,
     I'm still working wtth L2.
    What exact model of color calibrator device do you have?
    Sincerely,
    Doris Customer Complaint Advocate   Lenovo 
    www.lenovo.com/www.lenovo.com   Print only when necessary    
    "Christopher   Lang" <christopherlang1@>
    11/07/2012   04:22 PM  
       Subject       
       FW:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator - case 184142    
    Hi Doris,    Thanks for your time, re: case 184142. Can we get this package fixed? Jeremy’s response below just makes no sense to me, same as that call center in Atlanta is so problematic. I work in IT and when I phone that call center I really wonder sometimes whether I am even speaking with another IT person on the other end of the line. These are Thinkpad, mines is an expensive one, and I am very upset that this is the level of support I get (especially after upgrading my warranty even!). Please see what you can do. I would also like a manager to speak to DeAndrea at the call center. I am sure the calls are recorded and he was completely out of line and not helpful. Just like now I wonder ‘why did Jeremy even contact me!’ what with the response below.    Please phone me tomorrow as we discussed.    Have a great day!    Thanks,    Christopher      From: Christopher Lang [mailto:christopherlang1@] Sent: Wednesday, November 07, 2012 9:38 AM To: 'Jeremy' Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Hi Jeremy,    I am really not sure how Doris will help me with this technical issue? I fel like I am getting the run around and I AM.    Thanks,    Christopher      From: Jeremy Sent: Wednesday, November 07, 2012 9:34 AM To: Christopher Lang Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Chris, I never said to call level one. I literally said "please contact your Customer Service rep". Your customer service rep is the highest level you will get at Lenovo to be able to assist you. He/She is also the same person that got you in touch with me in the first place. I hope this helps. Thank you!
    Jeremy Level 2 Support   Lenovo Systems Experts   Lenovo USA   1009 Think Place   Building 2 - Lab 2P22  
         "Christopher   Lang" <christopherlang1@>
    11/07/2012   09:08 AM  
       To       
       Jeremy   
       Subject       
       RE:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator    
    Hello Jeremy,   Uhhh.. My case was escalated to you now you are telling me to call level one again? WTH?   You know…I just started on a contract with IBM. You know what they give us…Not ‘Thinkpads’ but Toshibas. You ought to think about that.   I expect a phone call ASAP. I have also left a message with customer relations.   Thank you,   Christopher  
        From: Jeremy Sent: Wednesday, November 07, 2012 7:46 AM To: Christopher Lang Subject: RE: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   Chris, This is not my department... please contact your Customer Service rep to get updates. Thank you!
    Jeremy Level 2 Support   Lenovo Systems Experts   Lenovo USA 
    www.Lenovo.com/United   States   Print only when necessary  
    "Christopher   Lang" <christopherlang1@>
    11/06/2012   04:08 PM  
         To       
       Jeremy    cc          Subject       
       RE:     Error with latest update to Pantone Color Calibrator Software (v1.1) and     Eye one external calibrator    
    Hi Jeremy,
    Any update on this package being fixed?
    Thanks,
    Christopher
    From: Christopher Lang [mailto:christopherlang1@] Sent: Thursday, October 25, 2012 12:42 PM To: 'Jeremy' Subject: Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator Importance: High
    Started failing when Lenovo updated the package for the w530.
    Token Ring
    Posts: 473 Registered: 03-10-2009
    0
    Error with latest update to Pantone Color Calibrator Software (v1.1) and Eye one external calibrator   09-19-201211:39 AM - edited 09-20-201209:10 AM Hi. Can someone have a look at the Pantone 1.1 package. I am using an eye one display calibrator with the updated Pantone software and the calibration does not work. I get an error about an 8 bit image missing (have attached a screenshot). The calibration is not correct and Windows Photoviewer is pink. This was working OK with the v1.0 of the software (no longer on the w520 driver page). The error message is "There was an error loading the specified profile. Please make sure the image has an embedded profile and it is an 8-bit image." This was working fine before the update to v1.1. Thanks
    Re: New Pantone Color Calibrator posted [ Edited ]
    10-21-201202:43 AM - edited 10-21-201202:47 AM This is broken on the w520. The external calibration does not work properly. You get an error about an 8-bit image missing when calibrating. Does anyone have a link to the v1.0 version that DOES WORK? Thanks Why is the support in Atlanta so awful that people keep telling me I need to REIMAGE my machine to repair this IDIOT problem!!!!!
    Re: New Pantone Color Calibrator posted [ Edited ] Options ·         Mark as New ·         Bookmark ·         Subscribe ·           ·         Subscribe to RSS Feed ·           ·         Highlight ·         Print ·         Email to a Friend ·           ·         Report Inappropriate Content 10-21-201205:23 AM - edited 10-21-201205:26 AM
    christopherlang wrote: This is broken on the w520. The external calibration does not work properly. You get an error about an 8-bit image missing when calibrating. Does anyone have a link to the v1.0 version that DOES WORK? Thanks Why is the support in Atlanta so awful that people keep telling me I need to REIMAGE my machine to repair this IDIOT problem!!!!!
    I've uploaded the 1.0 program.: http://www.mediafire.com/?62shz55gl757ahu
      From: Jeremy Sent: Thursday, October 25, 2012 11:24 AM To: christopherlang1 Subject: contact info
    here it is
    Moderator note; full names and full or partial contact details of Lenovo employees / agents edited Forum Rules

    I am getting the runaround!!!
    Hi Doris,
    I just left you a voice mail. One of the reasons I bought this laptop was for 3d photography. If I cannot use an external color calibrator and display then the laptop is not fit for purpose for the reasons I bought it. This software is ONLY available from Lenovo. According to Lenovo’s own doc, and the software’s doc, an external color calibrator is SUPPORTED. Lenovo needs to step to the plate and fix this. Not ME. If Lenovo needs to go to Pantone, or x-rite, then they Need to do that. Lenovo provided software that is not available to the public from x-rite or Pantone, and the software is to support Lenovo provided hardware (least so far as the internal calibrator), this software ALSO supports an external calibrator for use with an external display. The software supports both internal and external, and I would like to use my external display for 3d photography. This needs to be fixed please.
    What are we going to do to resolve this? At his point of the runaround I’ve been getting I would like a complete refund.
    Thanks,
    Christopher
    From: Christopher Lang [mailto:christopherlang1@]
    Sent: Wednesday, November 14, 2012 2:35 PM
    To: 'Kelli'
    Cc: doris
    Subject: RE: SF184142 LENOVO
    PS I hope you are aware Kelli that the Pantone software is not available from Pantone to customers….
    From: Christopher Lang [mailto:christopherlang1]
    Sent: Wednesday, November 14, 2012 2:26 PM
    To: 'Kelli'
    Cc: doris
    Subject: RE: SF184142 LENOVO
    Importance: High
    Hi Kelli,
    As you know the ‘software’ purchase is by virtue of purchasing the laptop with the color calibrator. Are you saying you will refund my cost for the calibrator? I don’t think you quite get how much time I have spent with support with this laptop. I have had multiple issues with the it. The calibrator, failed BT adapter, Sudden Shutdown syndrome (where the machine would just shutoff on its own –well documented in the Lenovo forums and I have at least a dozen emails on this issue) as well as many issues with the Displayport connection and an external 3d display for which I spent months working with Nvidia to resolve. This laptop has wasted a huge amount of my time. The support has been atrocious.
    I would like a refund for 1. The laptop 2. The external color calibrator I cannot use because the software from Lenovo does not work (this package is NOT available from x-rite as well –It is sold to Lenovo). I have a receipt for the color calibrator and would be happy to provide that.
    Thank you,
    Christopher
    From: Kelli
    Sent: Wednesday, November 14, 2012 2:09 PM
    To: Christopher Lang
    Subject: RE: SF184142 LENOVO
    Mr Lang,
    Your request for a refund on the laptop is declined. The machine has had not hardware issues and was purchased in February.  We are willing refund the software only.
    Kelli
    Customer Advocate
    Customer Complaint Resolutions
    Moderator note; full names and full or partial contact details of Lenovo employees / agents edited Forum Rules

  • Using Calibration Executive for PXI-5610 using PXI-5124

    Hi guys,
    We've been trying to calibrate PXI-5610 but the Calibration Executive software pop up an error of PXI-5122 requirement but we don't have the module, we have the PXI-5124 instead. We have tried to use the unsupport but it's not working too.
    We have found that their resolutions are different
    PXI 5124 http://sine.ni.com/nips/cds/view/p/lang/en/nid/14231
    PXI 5122 http://sine.ni.com/nips/cds/view/p/lang/en/nid/12615
    Is this the cause of error? Is it possible to use PXI-5124 instead of PXI-5122?
    FYI about our system
    Chassis PXI-1010
    Software: Calibration Executive 3.3
    For any further recommendations, please let us know, thanks in advance.

    Hi, somebody here?
    I'm not sure if we have specified forum for this issue, please help let me know.
    Thanks...

  • PXI-4071 Calibration Date Update

    Is there a process to have the internal Calibration Date update [using the Cal Executive software] without running the adjustment-reverify routines?

    Hi sbdata,
    In general, unless an actual adjustment is performed, then the EEPROM is not written to and the calibration dates will remain the same. That said, if you open an external calibration and then close it, the calibrated date will be set to the current system time.
    Jeff Munn
    Applications Engineer
    National Instruments

  • Calibration of PXI-5695 RF Attenuator

    NI PXI-5695 Specifications, RF Attenuator (NI document 375125C-01) indicates a calibration interval 1 year. 
    1. Is there a published National Instruments calibration procedure for the PXI-5695 RF Attenuator?
    2. The PXI-5695's that we have purchased did not come with calibration data or a calibration certificate.  Is there an option to purchase the PXI-5695 with calibration data?
    Thanks,
    Darrow Gervais

    Hello Darrow,
    There is not a published calibration procedure for the PXI-5695 RF Attenuator. You would need to send in your PXI-5695's to be calibrated by National Instruments. Here is NI's Calibration Services page: http://www.ni.com/services/calibration.htm. If you choose to have your device calibrated, you can choose from several types of calibration reports: http://www.ni.com/services/calibration_compare.htm.
    For new devices, NIST certificates are kept in an online searchable database here. National Instruments products are calibrated at manufacturing, so a newly purchased device will be NIST traceable. The certificates are searchable by the serial number of the device. The following link has more details on NIST Traceability Certificates: http://digital.ni.com/public.nsf/allkb/3459F092CEDE62C6862575A0006900F6.
    Best regards,
     

Maybe you are looking for

  • Multiple Qaawses but use only one Qaaws at a time

    Hi, In Dashboard , I have two Qaawses (Qaaws1 and Qaaws2). When I am trying to generate SWF file both the qaawses are running. My requirement is, in Excel file I will set a flag value in one cell (0/1). If the cell value is '0' then the Dashboard sho

  • How to generate org model through report

    How to generate org model using report . please share your information . thanks in advance , sapcrm

  • Change "Users" from one Hard Disk to an other HD on my iMac?

    I have an iMac with 2 HD. One of 250 GB and the other 2TB. The first disk is full and I can not update programs anymore due to lack of disk space. My "Users" file is 85 GB.  Can I move this file to the second HD without problems and how is the best w

  • How do you add (drag) your own artwork

    I am having trouble. I used to be able to simply drag the album art (jpg file) into the window on the bottom left. That does not work anymore. Does anyone know how to fix this? Also can you create a Itunes Store account without giving up credit card

  • DELIVERY NOT POSTING

    Hi....Gurus.., After completion of my deliveries, I am trying to to PGI but system is saying delivery is not picked completey. And my picking quantity is not in active mode. I am strucked up with the same error. So please help me out.