HPE 1420b Measurement Problems

I have an HPE 1420B freq/cntr board. I can read frequencies using the hpe1420b_stand_meas()
NI driver calls (CVI 5.0), HOWEVER, for low frequency signals I get time-out
errors.
It is not symetrical across channels (occurs near 150 HZ on inp2 but low
frequency ~3Hz works on inp1). I'm using the same code for both channels.
What it appears NOT TO BE:
* an aperature problem
* trigger level problem
* signal amplitude
* AC vs DC coupling
* a board problem (2 boards show same effect)

Hello
pinnacle1406,
I was
wondering if you could clarify some of the information about this problem:
1. When you
say the measurements are incorrect, what do you mean? I have attached a circuit
diagram below. What are the values when measured at point 1 (across both
resistors), point 2 (across 3.3k ohm resistor) and point 3 (across 4.7k ohm
resistor)?
2. You said
you tried the measurement on about 6 different NI ELVIS’s, are the measurements
consistent on each station?
3. How are
you measuring the current with the NI ELVIS? Are you using the Digital
Multimeter Express VI in LabVIEW? Are you using the NI ELVIS Instrument
Launcher?
4. What DAQ
card are you using to take measurements from your NI ELVIS?
5. Are you
using the proper null correction to lower the noise error?
From the NI
ELVIS Suite data sheet, the current specifications are given as:
DC accuracy ........................................
0.25% ±3 mA2
2Proper
null correction at the common-mode voltage can reduce ±3 mA error to 200 μA
noise.
Even with
proper null correction, your current may be too small for the NI ELVIS to
measure. If you are just trying to demonstrate the current dissipated in a
simple circuit, I would recommend changing the resistor values so that you have
a larger current running through your circuit.
I hope this
information is helpful. Please let me know if you have any additional
questions.
Message Edited by Matt A on 01-18-2007 07:30 PM
Message Edited by Matt A on 01-18-2007 07:30 PM
Message Edited by Matt A on 01-18-2007 07:31 PM
Matt Anderson
Hardware Services Marketing Manager
National Instruments
Attachments:
circuit.GIF ‏3 KB

Similar Messages

  • Level Based Measure Problem

    Hi All,
    I have been struggling with what I think would be a common problem and I am hoping that someone can help me. I would like to create a report that shows for example the sales figure for a give region and the % that particular region represents of the entire company. This is the easy part. Now if I have a dimension setup from Region -> Site -> Department for example, I would want the % to be taken at that level as well. So the example would be as below. I can do this with two different facts and over riding the drill down to navigate to another report but I would like to do this with the native drill down functionality. Any ideas to the best way to accomplish this would be greatly appreciated. Thank you in advance for your time.
    Region Sales Total Sales % of Total
    ABC $1000 $1500 66.666%
    XYZ $500 $1500 33.333%
    Click on ABC
    Region Site Sales Total Sales % of Total
    ABC 10 $200 $1000 20%
    ABC 20 $800 $1000 80%

    Hi user10800227,
    yes, this is core functionality for measures in the logical layer. Let's take a couple of your examples:
    1. Region Sales
    - Duplicate 'Total Sales' measure, called it 'Total Sales By Region'
    - Set content level for 'Total Sales By Region' to 'Region' level from dimension hierarchy
    2. Site Sales - follow sequence above.
    3. Site Sales as a % of Region Sales
    - New logical measure based existing logical measures
    - Using the expression builder create this new logical measure with syntax similar to:
    100 * (Site Sales / Region Sales)
    4. Presume Total Sales is a sum of ALL regions so there is probably a 'Grand Total' level in your dimension hierarchy.
    - Duplicate 'Total Sales' measure, call it 'All Sales'
    - Set content level for 'All Sales' to 'Grand Total' level
    Then you can create further logical columns for the other rates you want.
    Hope this helps,
    Justin

  • Value & date measure problem

    Morning,
        I am having an issue and would like to see if anyone could help me out...Here is my problem.
    I have a prior YTD measure which is a sum of all of 2010 in a $ amount. What I am trying to do is return a value from this prior YTD figure that takes into account todays date with 'Calendar Month'. I am very close to solving this but I have run into a problem. My formula:
    =[Prior YTD Figure] Where ([L01 Calendar Month]<= FormatNumber(MonthNumberOfYear(CurrentDate());"#"))
    so for example when this forumula is run today in a WEBI, it returns values for not only January and Februray which it should but it also returns values for October, November and December which it should not. I have a temporary fix;
    =[Prior YTD Figure] Where ([L01 Calendar Month]<= FormatNumber(MonthNumberOfYear(CurrentDate());"#")) And [L01 Calendar Quarter] InList ("1";"2";"3"))
    Can anyone recommend a solution where i dont have to rely on my temporary fix? In a way to automate the forumula?
    When broken down in the WEBI it should look like this(because todays month is Februay):
    calendar month1 value
    calendar month2 value
    instead it looks like this:
    calendar month1 value
    calendar month10 value
    calendar month11 value
    calendar month12 value
    calendar month2 value
    Thanks,
    Thomas
    Edited by: Carter Russell on Feb 25, 2011 9:26 AM
    Edited by: Carter Russell on Feb 25, 2011 9:30 AM

    Even better, without modifying your Universe you could fix it by adding a ToNumber function to your formula, just like this.
    =[Prior YTD Figure] Where (ToNumber([L01 Calendar Month])<= ToNumber(FormatNumber(MonthNumberOfYear(CurrentDate());"##")))
    This way they will be treated like numbers.

  • Alternative Unit of Measurement Problem

    Dear Gurus,
    My problem is once I activate altyernative UOM in material master, while issuing materials it is accepting any UOM along with the UOM which is mentioned .
    For example my Base unit of measure is TO and my alternative UOM is FT3 . But while i am issuing material using HL or CD3 it is accepting and post the entry without any message.
    Kindly help me out to restrict alternative UOM which i am defined in Material Master.
    Thanks in advance
    Best regards
    Soumen

    I am not getting what u are saying. We are using ECC 6.0.
    In bottom left under conversion block
    Numerator
    Denominator
    Exponent
    Additive Constant
    Decimal Pl rounding
    Unit of meas family
    And one more block Convert unit of measuremnt
    Value entry                        1.00 TO
    Conversion to target unit    1000.00000 KG
    Conversion to SI unit          1000.00000 KG
    Apart from this anything is ther kindly describe me the path how to find out.
    Regards
    Soumen

  • NI-SCOPE Multiple Measurements problem

    My VI is attached. It makes multiple measurements of every line of a device for calibration purposes, the device is then attached to equipment that it is testing, and makes measurements on every line again.
    This VI works fine in making the measurements for all of the calibration, but when it gets to the second phase for the actual testing it won't perform averaging or integral measurements. While it creates the instantaneous data just fine, the data results for the integral and the averaging are returned as NaN's.
    The most mind-boggling part is - the device has measurements being taken on two channels; one of the channels, the averaging works fine even in the testing phase. It's only one channel which isn't working properly, only averaging and integral measurements, only in the second phase of the VI (when their configurations are set up to be effectively the same).
    Any insight into what could cause this would be very much appreciated.
    Thank you,
    Wolley
    Solved!
    Go to Solution.
    Attachments:
    PulsedFiberTesterF2.vi ‏278 KB

    The code you are working with is rather involved.  Would it be possible for you to simplify your code to better isolate the problem area and make troubleshooting easier?
    Also, what do you mean by every line of a device?
    James K.
    National Instruments
    Applications Engineer

  • NI Oscilloscope Measurement Problem

    I have a very different problem regarding NI-5102 Oscilloscope Card
    Problem 1:
    This card is performing self test through the measurement & automation explorer. But through its driver program its showing failed. As there is self test vi in niscope.llb. It should return 0 for passed,
    but its returning 1.And also from front panel of this card, its working well.
    Problem 2:
    Through front Panel of Oscilloscope i am able to see all the wave and also measure frequency, But through program it not giving any value, may be some settings are necessary for this problem. So u see this problem or if possible, u send a simple vi program for measurement of frequency of any wave (TTL pulse, sine wave).
    Waiting for your response,
    J
    itendra :: mail me [email protected]

    Jitendra,
    When running the niScope SelfTest.vi, you usually receive a message indicating that the device passed the test and you should also receive a number 0 in the test result indicator. If the board is not passing the test, make sure that no other programs are using the same device (like MAX or the Scope Soft Front Panel). Adding an niScope Error Handler after the niScope Close will help us have more information of what is happening. With the error code, you can then visit ni.com and look for any Knowledge Bases that talk about this issue in particular.
    Regarding the second problem, there are some pretty good example programs on the web that show how to do frequency analysis using NI digitizers. I am including links to some of them. Hope this help
    s!
    Frequency Spectrum Analyzer for NI-SCOPE (NI 5911/NI 5112)
    Frequency Response (step response method)
    Annette Perez
    Applications Engineering
    National Instruments.

  • DAX formula/measure problem

    Dear excel champions
    My problem is to find the DAX formula decribing distribution ratio.
    Distribution ratio should be calculated as: (based on data below)
    Distribution ratio= avg(Number of Visits Where product is available in ALFA stores / Number of Visits where product should be available in ALFA stores , Number of Visits Where product is available in BETA stores / Number of Visits where product should be available
    in BETA stores) = avg(4/8,3/4) = 62.5%
    The fact which complicate this calculation is ALFA stores visited more than once.
    I tried everything and could not find the solution.
    I hope someone manage to help me with this task 
    Table. 1                                                              
    Client   
    Product ID          Visit date           
    Number of Visits where             
    Number of Visits Where
    product should be available          product is available                                  
    ALFA     aaa        
    02.12.2013         
    1            
    ALFA     bbb       
    02.12.2013         
    1            
    1
    ALFA     ccc         
    02.12.2013         
    1            
    1
    ALFA     ddd       
    02.12.2013         
    1            
    1
    ALFA     aaa        
    15.12.2013         
    1            
    ALFA     bbb       
    15.12.2013         
    1            
    1
    ALFA     ccc         
    15.12.2013         
    1            
    ALFA     ddd       
    15.12.2013         
    1            
    BETA     aaa        
    16.12.2013         
    1            
    1
    BETA     bbb       
    16.12.2013         
    1            
    1
    BETA     ccc         
    16.12.2013         
    1            
    BETA     ddd       
    16.12.2013         
    1            
    1
    Anyone helps? What function should I use: calculate, average, averagex, summarize, filter, count, countx, earlier, sumx, discount, countrows?
    I do not know which ones are appropriate and how to join them in a one formula/measure.
    thx for any posts

    Great job Marco :)
    It' working!
    In a final formula we need to replace divided sums:
    avg :=
    AVERAGEX (
        VALUES ( Tablename[Client] ),
        CALCULATE (
            SUM ( [Number of Visits where product is available] )
     SUM ( Tablename[Number of Visits where product should be available] )
    Simple but made me frustrating

  • Material upload: alternate unit of measure problem

    Hello,
    I'm uploading materials using LSMW (BAPI nethod: BUS1001006). I have a problem for the records with alternate units of measure. I put the units in a separate file and map the ISO code and the Numerator. However, I receive an error M3333 for the materials with 2 rows (one basic UoM and other alternate), which says that I have to maintain conversion factors for the alternate UoM. I thought, I'm doing so by providing Numerator (E1BP_MARM-NUMERATOR), but somehow it's not enough.
    Any assistance will be highly appreciated
    Thanks in advance,
    Eli

    Wrong definition in MARMX structure.

  • Alternate unit of measure problem

    Dear All,
    here we have one material.
    1. Base unit of measure is Each ( Ea)
    2. alternate unit of measure is Meter ( M )
    conversion is 2000 M = 1 Each
    here if business is entering 2001 M than system is taking 2 Ea means 4000 Meter..
    so please guide me how to solve this problem
    Thanks
    H shah

    Hi,
    Check any Rounding the UOM in MM purchasing view.
    SAM

  • Concurrent run of LXI instruments self-test/measurement problem in Teststand

    Hi,
    I want to run self-test (or measurement) of 2 separate LXI instruments (Agilent) concurrently. When I use parallel model or "Use a new thread" (or use new execution) option for sequence call, it performs sequently self-test of first instrument and then self-test of second instrument. It seems like one driver blocks another. Common for all instruments are LXI and VISA. However I tried to use 2 threads in CVI (using CmtScheduleThreadPoolFunction  function) and it worked fine and also I launched two instances of Teststand and it worked as well. Any ideas where the problem is?
    Thanks in advance,
    Ondrej

    Ondrej,
    Are you using a LabVIEW VI to communicate with the devices? If so, is it possible that the VI is set to be non-reentrant? If you are using the same VI for both instrument calls, and executing the VI with the LabVIEW Run-Time Engine adapter, and the VI is set to non-reentrant execution, it would explain the behavior you are seeing.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • NI-5102 Oscilloscope Measurement Problem

    Hi,
    I have a very different problem regarding NI-5102 Oscilloscope Card.
    Problem 1:
    This card is performing self test through the measurement & automation explorer. But through its driver program its showing failed. As there is self test vi. It should return 0 for passed, but its returning 1.And also from front panel of this card, its working well.
    Problem 2:
    Through front Panel of Oscilloscope i am able to see all the wave and also measure frequency, But through program it not giving any value, may be some settings are necessary for this problem. So u see this problem or if possible, u send a simple vi program for
    measurement of frequency of any wave (TTL pulse, sine wave).
    Waiting for your response,
    Jiten
    dra ([email protected])

    When running the niScope SelfTest.vi, you usually receive a message indicating that the device passed the test and you should also receive a number 0 in the test result indicator. If the board is not passing the test, make sure that no other programs are using the same device (like MAX or the Scope Soft Front Panel). Adding an niScope Error Handler after the niScope Close will help us have more information of what is happening. With the error code, you can then visit ni.com and look for any Knowledge Bases that talk about this issue in particular.
    Regarding the second problem, there are some pretty good example programs on the web that show how to do frequency analysis using NI digitizers. I am including links to some of them. Hope this helps!
    ef="http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/7472892af9a5fd278625680...
    Frequency Response (step response method)

  • QM - Quality measurement problem

    Dear all,
    I am new to QM issues.
    What i need is to measure some characteristics for engine.
    I have maintenance order, and task list in that order, one item is quality measurement.
    I need to enter qm data as follows:
    ENGINE:
    engine power   -   pressure -   humidity  - temperature
    1100--1,24--
    60C
    1200--1,73--
    70C
    1600--1,93--
    33C
    1800--0,92--
    23C
    Engine power, pressure, humidty, temp are my master control characteristics.
    what i can do is enter data for these characteristics,
    what i can not do is to get 4 different measurement record for that maintenance order item.
    Any help for that?
    thanks..

    Thanks,
    thats fine when i enter the first line below.
    What i need is to enter for example 10 different measurement result like listed below, system does not allow me to enter more than 1 line,
    1100--1,24--
    60C
    1200--1,73--
    70C
    1600--1,93--
    33C
    1800--0,92--
    23C
    hope i expressed my problem..
    thanks

  • Unit of measurement problem

    Hi,
    A material has its base unit as "Number" & additional unit as "KG" while creating PR it takes only NO not KG and same follows in PO. How can that be solved?

    Hello
    It will take NO while creating the PR even if you change in Material master purchasing view. i.e. Ordering unit as KG and also in info record. while creating the PO, the unit will be changed to KG based on conversion factor. After Gr, the system will show the stock in NO as NO is base unit of measure. (stock keeping unit).
    If you want to change the base unit of measure, then please refer the following poitns :
    As per the SAP standard functionality , We  want to change the base unit of measure (base unit). for material master,  during the change, the system performs extensive checks in order to avoid inconsistencies in the applications which use the material master .
    In particular, the following checks are performed:
    The base unit must not be defined as an alternative unit of measure for the material
    No International Article Number must be assigned to the base unit
    No proportion/product units must be defined for the material
    No configurable material must be assigned
    The material must not be used as a configurable material-
    Stock must neither exist for the previous period nor for the current period -
    No physical inventory must be active -
    No reservations or dependent requirements must exist for which the deletion indicator is not set
    No planned orders must exist -
    No purchase requisitions, purchase orders or scheduling agreements must exist for which the deletion indicator is not set-
    No WM transfer requirements, no WM quants or no WM posting change notices must exist -
    The material must not be a bill of material
    The material must not be contained in a bill of material -
    The material must not be used as a production resource/tool -
    The material must not be used in task lists -
    No standard cost estimate must exist for the current or future period
    No production orders must exist
    No planned independent requirements must exist
    No run schedule headers must exist
    If the base unit has dimensions, no serial number profile must be assigned
    No sales and distribution documents must exist which have status Not processed or Partially processed
    Other alternative solution in case of Urgency:  
    Creation of a new material master similar to the current material and using the new code for further usage.
    Warm regards
    Ramakrishna

  • Unit of measurement problem while converting SC to PO - Classic

    Hi
    We are using Classic scenario and on SRM 3.0 with SAP 4.70
    The problem:
    User created shopping cart with qty of 3.24 EA, when we convert this Shopping cart as PO in backend SAP system is removing decimal places in PO and making as 3 EA.  Like wise if SC is for 0.45 EA the PO will generate error because qty is 0 EA.
    I know decimal places are not configured in CUIN for EA in both SAP and EBP also.  But system allows me decimal places to create SC and manullay created POs in EBP and SAP respectively.  The problem is only when we conver SC to PO its Truncating.
    Any ideas, please help.
    Thanks in Advance
    Nags

    Hi Nagaraju,
    Looks like the problem lies in the default settings of the user profile (background user that talks to your R/3 system) that you are using to transfer the data to your R/3 system.
    Change your default settings of that system user and that should resolve your problem.
    Please award points for usefull answers.
    Thanks,
    Sundeep

  • Unit of measure problem between Order UOM, Base UOM and Inspetion UOM

    Material: ROH-001
    Base UOM: Meter
    Order UOM: Kilogram
    Inspection UOM: Roll
    I have already maintained conversion factor in material master between meter and kilogram.
    Is there any way to maintain KG in inspection plan header level and Roll in inspeciton plan operation level?
    I tested, but the sample quantity is not as expected. Below is my testing data, please advise, thanks.
    10 KG = 1,989 M
    100 KG = 1 Roll
    GR: 100,000 KG = 198,900,000 M
    Sample size = 200 Roll  (My expected sample size is 50 Roll)
    Sampling plan:
       Lot size                  Sample size           c1                 d1
                   8            5     0     1
                  15            5     0     1
                  25            5     0     1
                  50            5     0     1
                  90            20     1     2
                 150            20     1     2
                 280            32     2     3
                 500            50     3     4
                1200            80     5     6
                3200            125     7     8
               10000      200     10     11
               35000      315     14     15
              150000     500     21     22
              500000     500     21     22
         10000000000     500     21     22

    sorry, my mistake.
    This is  applicable.
    Problem solved.

Maybe you are looking for

  • Business service and business system

    Can someone please tell me what is the difference between business service and business system and in which cases are they used respectively?

  • Timeout variable in DDE

    Hi, I'm debugging some scripts and need information on DDE Request. I'm not sure how to interpret the default timeout value correctly. Does the value of -1 mean that labview does not wait for the application to return, or does it mean that labview wa

  • BPC 7.5 MS SP06 and SQL Server 2008 R2 SP1 CU2?

    It the latest CU for SQL Server supported? I am installing BPC 7.5 MS SP06 and wondering if I can use SQL Server R2 SP1 CU2.

  • Jquery and serialize / passing variables

    I already put this question on the jquery forum but noone responded. My question is about jquery. I have this image gallery, people can drop and drag pictures, the idea is they can determine theirselves the order in which images are shown on their we

  • Sap HR: what r the infotypes to be given under...

    Hi Gurus, Please let me  know what r the infotypes should be given under the Personal Actions like. 1) termination 2)Retirement 3)transfer 4)promotion 5)Hiring. also what additional configuration should be done, akhil