Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing resistor value to be displayed in schematic view as '4K7' #4223

Open
RAPTOR7762 opened this issue Feb 3, 2025 · 1 comment
Open

Comments

@RAPTOR7762
Copy link

Problem

@Ei3JU-Gerry mentioned in the forum post here:
https://forum.fritzing.org/t/iec-style-resistor-symbol/19575/16

He said:

Typing 2K7 (not 2k7) in the Inspector field allows me to use multiplier as decimal (solved).
Now, how do I lose the omega?
Image

Proposed Solution

Based on my understanding, he wants to remove the trailing "Ω"

@KjellMorgenstern
Copy link
Member

KjellMorgenstern commented Feb 3, 2025

One workaround could be to use the part number to display the resistance:

Image

The part number is also exported to the BOM, both html and csv version.
Of course this introduces the problem that part number and resistance might be out of sync.

It think the technical reasons to use the RKM notation (IEC 60062 2016) is a bit outdated.
Main points mentioned in the standard: Avoid errors from missing dots, and fixed length encoding for database.
I think neither is an issue since decades.
Just writing down the value with its physical unit seems to make more sense.
Especially for beginners, physical notation probably should be the default. You can learn RKM notation anytime, but why first time you see a circuit?

There are still valid use cases:

  • On PCBs, the silkscreen may be quite coarse, and RKM is more robust and compact.
  • Popular export formats for pick and place and PCB testing use fixed length encodings.

As I understood it, the standard suggests using capital letters corresponding to the SI prefixes (2K7, not 2k7). I think the later is still used quite often.

If we implement a setting, like switching a project to IEC, there might also be a setting to switch to RKM.
Which RKM notation? I'd guess 4 digits + tolerances?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants