5

Hello I'm trying to understand the value in microfarads of capacitor labelled, C791 103(2) And how to calculate if the SI unit is not given thanks.. diagram below

enter image description here


One more question if you don't mind please... what about resistor? It's value is labelled 3.3

Dave Tweed
  • 172,781
  • 17
  • 234
  • 402
Dan
  • 53
  • 3
  • 1
    It's probably 10nF, that is, 10 followed by three 0s of pFs. But normal disclaimers apply, I don't know what the (2) is. It could mean that the same value is used in two places, and the other place is obvious on the diagram. – Neil_UK May 17 '19 at 14:59
  • Thank you i appreciate i understand it now – Dan May 17 '19 at 15:11
  • It could be 3.3ohms, but that sort of value only turns up fairly infrequently. The other options are 3.3k and 3.3M. Your guess is as good as mine. – Neil_UK May 17 '19 at 16:24
  • 1
    If we could see more of the schematic, the context may help determine the value. – Mattman944 May 17 '19 at 16:51

1 Answers1

4

C791 is its reference designator. This is a unique identifier on a schematic that makes it possible to distinguish among parts for discussion, and link it to the bill of materials for the assembly. I doubt that there are 790 other capacitors on the schematic or in the overall system somewhere. Sometimes parts are identified by the sub-circuit or area, such as all input amplifier references beginning with 1, power supply parts start with 2, output parts start with 3, etc. Or it might be a page identifier - all caps on page 7 start with 7. There is sort of a cloud of common industry practices, not a set of hard-and-fast rules.

103 probably is the value, 10 nF. The first two numbers are the significant digits of the value, the last number is the number of trailing zeros, and the overall value is in picofarads. 103 is 10,000 pF, or .01 uF, or 10 nF.

(2) could be a reference to a list of notations, such as an instruction that this part is not populated in certain assembly variations, or that unlike all of the other caps, this one has a high voltage rating, or its value was changed on this date per ECO #xxx. A wider view of the schematic page might have more clues, but some multi-page schematics have all of the notations on one page at the beginning or end. Way too many possibilities to say for sure.

AnalogKid
  • 19,998
  • 1
  • 13
  • 32