Author Topic: How to order from Vishay Foil resistors?  (Read 9317 times)

0 Members and 1 Guest are viewing this topic.

Offline nourTopic starter

  • Frequent Contributor
  • **
  • Posts: 271
  • Country: sa
  • calm down, it is just a smoked oPamP!
Re: How to order from Vishay Foil resistors?
« Reply #25 on: May 30, 2017, 06:21:28 pm »
Nour, my understanding is that though foils may have a better tempco, precision wirewound will have better long term drift.  Tempco can be compensated for, but the only solution for long term drift is calibration -- pick your poison.  My plan is to (eventually) try both and compare :)
I actually don't know much about what you have mentioned to confirm it or not and also as you said I will try both.

But if wirewound is good enough, how much enough should be enough?, for example, is it good enough for LM399 or LTZ1000. if so I would go for it!

Originally I want two sets, one as a lab standard(1,10K) and the other set for building voltage reference standard!
if what I have wrote doesn't make sense for you or you think there is something wrong, please correct me, I am still beginner and what I know probably less than what you know
 

Offline e61_phil

  • Frequent Contributor
  • **
  • Posts: 962
  • Country: de
Re: How to order from Vishay Foil resistors?
« Reply #26 on: May 30, 2017, 06:24:30 pm »
Which resistors do you mean at the LM399? The divider to achieve 10V is critical. Alle other resistors (including LTZ1000) are less critical in terms of TC.
 

Offline nourTopic starter

  • Frequent Contributor
  • **
  • Posts: 271
  • Country: sa
  • calm down, it is just a smoked oPamP!
Re: How to order from Vishay Foil resistors?
« Reply #27 on: May 30, 2017, 06:41:42 pm »
Which resistors do you mean at the LM399? The divider to achieve 10V is critical. Alle other resistors (including LTZ1000) are less critical in terms of TC.
I mean the one to achieve the 10V, the 9K and the 20K



 And I will add another stage with voltage divider and a buffer to get 5 or 4.096V

if what I have wrote doesn't make sense for you or you think there is something wrong, please correct me, I am still beginner and what I know probably less than what you know
 

Offline kj7e

  • Frequent Contributor
  • **
  • Posts: 911
  • Country: us
  • Damon Stewart
Re: How to order from Vishay Foil resistors?
« Reply #28 on: May 30, 2017, 07:10:41 pm »
I'm in the same boat, KX LTZ1000 boards ordered, all other parts from Digikey ordered, stuck trying to get the VPG parts. I did speak with a VPG rep, who CC'ed me to a local sales rep at www.uhpresistors.com, but they have yet to respond, even to my follow up.

Edit, they just responded with a quote and 15 week estimate lead time.
« Last Edit: May 30, 2017, 08:23:49 pm by kj7e »
 

Offline e61_phil

  • Frequent Contributor
  • **
  • Posts: 962
  • Country: de
Re: How to order from Vishay Foil resistors?
« Reply #29 on: May 30, 2017, 08:21:46 pm »
I mean the one to achieve the 10V, the 9K and the 20K

--
 And I will add another stage with voltage divider and a buffer to get 5 or 4.096V

There is nothing special involved. The gain is simply 1+R1/R2. Therefore you can calculate the total derivative and see the impact of the resistors.
 

Offline e61_phil

  • Frequent Contributor
  • **
  • Posts: 962
  • Country: de
Re: How to order from Vishay Foil resistors?
« Reply #30 on: May 30, 2017, 08:40:08 pm »
..or if you are a lazy boy (like me ;) ). You could just "simulate" the error, like so:

Code: [Select]
tc = np.linspace(-5e-6, 5e-6, 1000)

R1 = 9.1
R2 = 20

exact = 1+R1/R2
ratio_err = []

for tc1 in tc:
for tc2 in tc:
ratio = 1+( R1*(1+tc1) )/( R2*(1+tc2) )
ratio_err.append( (ratio-exact)/exact*1e6 )

In this example the resistors have both +/-5ppm
 
The following users thanked this post: nour


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf