What does the triangle look like in this diagram?components within a triangle in an electronics diagramWhat...
How can Germany increase investments in Russia while EU economic sanctions against Russia are still in place?
Disable all sound permanently
How dangerous is a very out-of-true disc brake wheel?
How do we decide/plan an SLA for an NP-hard optimization process running in production?
How to identify whether a publisher is genuine or not?
Why most footers have a background color as a divider of section?
Replace zeros in a list with last nonzero value
GPLv3 forces us to make code available, but to who?
Get the exact size of files retrieved by find output
How is this situation not a checkmate?
How do we know neutrons have no charge?
Why aren't faces sharp in my f/1.8 portraits even though I'm carefully using center-point autofocus?
Sending mail to the Professor for PhD, after seeing his tweet
Why does it seem the best way to make a living is to invest in real estate?
Can the President of the US limit First Amendment rights?
Everyone Gets a Window Seat
Lighthouse Alternatives
Why has Speaker Pelosi been so hesitant to impeach President Trump?
Does the 'java' command compile Java programs?
Knights and Knaves: What does C say?
Can an untrusted VPN client monitor my network activity?
What is the meaning of first flight and introduction in aircraft production?
The answer is a girl's name (my future granddaughter) - can anyone help?
Is "weekend warrior" derogatory?
What does the triangle look like in this diagram?
components within a triangle in an electronics diagramWhat does this schematic symbol mean? (triangle with a line crossing it out)What does having the v in the center, with the positive near the top wire and negative near the bottom wire mean in this circuit diagram?Electrical symbols, what does a dot before a triangle mean?How to draw the input into the VCC net/bus in a circuit diagram?What does the wishbone symbol mean?What is this symbol? (assumed compliance mark like CE / FCC)what does this symbol mean?(like a comparator,but there is another symbol in this triangle)What is the triangle components in this diagram?What is this Venn-Diagram-looking symbol?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
$begingroup$

Using my intuition, I would assume the triangle in this simple circuit to be an inverter, but does that look correct?
What is this symbol?
digital-logic identification schematics diagram
$endgroup$
add a comment
|
$begingroup$

Using my intuition, I would assume the triangle in this simple circuit to be an inverter, but does that look correct?
What is this symbol?
digital-logic identification schematics diagram
$endgroup$
11
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago
add a comment
|
$begingroup$

Using my intuition, I would assume the triangle in this simple circuit to be an inverter, but does that look correct?
What is this symbol?
digital-logic identification schematics diagram
$endgroup$

Using my intuition, I would assume the triangle in this simple circuit to be an inverter, but does that look correct?
What is this symbol?
digital-logic identification schematics diagram
digital-logic identification schematics diagram
edited 5 hours ago
Voltage Spike
39.4k12 gold badges43 silver badges115 bronze badges
39.4k12 gold badges43 silver badges115 bronze badges
asked 8 hours ago
ClockwerkSCClockwerkSC
211 bronze badge
211 bronze badge
11
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago
add a comment
|
11
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago
11
11
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago
add a comment
|
2 Answers
2
active
oldest
votes
$begingroup$
It looks like a schmitt trigger inverter like this one (but not this specific one as the pins are different). There should be a Vcc and gnd for this part somewhere else in the schematic.

Source: https://www.jameco.com/Jameco/Products/ProdDS/46640.pdf
$endgroup$
add a comment
|
$begingroup$
It's either a Schmitt-trigger inverter or a Schmitt-trigger buffer. It's unclear to me whether the output has a circle or an arrow on it. The hysteresis diagram implies it's an inverter, but that could be wrong.
Edit: as @duskwuff points out, from a functional point of view, it's undoubtedly an inverter. The pin numbers match the SN74LVC1G14 single gate ST inverter, and other similar single gate parts.
Schmitt-trigger gates have input hysteresis which can help in cleaning up slow or somewhat noisy waveforms. In this particular case it does not seem to be doing much in that regard, but it will not do much harm (it will tend to have the RAM outputs fighting each other for a slightly longer during switch transitions than a regular 74LS04 inverter, probably not a big deal).
$endgroup$
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "135"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f460206%2fwhat-does-the-triangle-look-like-in-this-diagram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It looks like a schmitt trigger inverter like this one (but not this specific one as the pins are different). There should be a Vcc and gnd for this part somewhere else in the schematic.

Source: https://www.jameco.com/Jameco/Products/ProdDS/46640.pdf
$endgroup$
add a comment
|
$begingroup$
It looks like a schmitt trigger inverter like this one (but not this specific one as the pins are different). There should be a Vcc and gnd for this part somewhere else in the schematic.

Source: https://www.jameco.com/Jameco/Products/ProdDS/46640.pdf
$endgroup$
add a comment
|
$begingroup$
It looks like a schmitt trigger inverter like this one (but not this specific one as the pins are different). There should be a Vcc and gnd for this part somewhere else in the schematic.

Source: https://www.jameco.com/Jameco/Products/ProdDS/46640.pdf
$endgroup$
It looks like a schmitt trigger inverter like this one (but not this specific one as the pins are different). There should be a Vcc and gnd for this part somewhere else in the schematic.

Source: https://www.jameco.com/Jameco/Products/ProdDS/46640.pdf
answered 8 hours ago
Voltage SpikeVoltage Spike
39.4k12 gold badges43 silver badges115 bronze badges
39.4k12 gold badges43 silver badges115 bronze badges
add a comment
|
add a comment
|
$begingroup$
It's either a Schmitt-trigger inverter or a Schmitt-trigger buffer. It's unclear to me whether the output has a circle or an arrow on it. The hysteresis diagram implies it's an inverter, but that could be wrong.
Edit: as @duskwuff points out, from a functional point of view, it's undoubtedly an inverter. The pin numbers match the SN74LVC1G14 single gate ST inverter, and other similar single gate parts.
Schmitt-trigger gates have input hysteresis which can help in cleaning up slow or somewhat noisy waveforms. In this particular case it does not seem to be doing much in that regard, but it will not do much harm (it will tend to have the RAM outputs fighting each other for a slightly longer during switch transitions than a regular 74LS04 inverter, probably not a big deal).
$endgroup$
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
add a comment
|
$begingroup$
It's either a Schmitt-trigger inverter or a Schmitt-trigger buffer. It's unclear to me whether the output has a circle or an arrow on it. The hysteresis diagram implies it's an inverter, but that could be wrong.
Edit: as @duskwuff points out, from a functional point of view, it's undoubtedly an inverter. The pin numbers match the SN74LVC1G14 single gate ST inverter, and other similar single gate parts.
Schmitt-trigger gates have input hysteresis which can help in cleaning up slow or somewhat noisy waveforms. In this particular case it does not seem to be doing much in that regard, but it will not do much harm (it will tend to have the RAM outputs fighting each other for a slightly longer during switch transitions than a regular 74LS04 inverter, probably not a big deal).
$endgroup$
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
add a comment
|
$begingroup$
It's either a Schmitt-trigger inverter or a Schmitt-trigger buffer. It's unclear to me whether the output has a circle or an arrow on it. The hysteresis diagram implies it's an inverter, but that could be wrong.
Edit: as @duskwuff points out, from a functional point of view, it's undoubtedly an inverter. The pin numbers match the SN74LVC1G14 single gate ST inverter, and other similar single gate parts.
Schmitt-trigger gates have input hysteresis which can help in cleaning up slow or somewhat noisy waveforms. In this particular case it does not seem to be doing much in that regard, but it will not do much harm (it will tend to have the RAM outputs fighting each other for a slightly longer during switch transitions than a regular 74LS04 inverter, probably not a big deal).
$endgroup$
It's either a Schmitt-trigger inverter or a Schmitt-trigger buffer. It's unclear to me whether the output has a circle or an arrow on it. The hysteresis diagram implies it's an inverter, but that could be wrong.
Edit: as @duskwuff points out, from a functional point of view, it's undoubtedly an inverter. The pin numbers match the SN74LVC1G14 single gate ST inverter, and other similar single gate parts.
Schmitt-trigger gates have input hysteresis which can help in cleaning up slow or somewhat noisy waveforms. In this particular case it does not seem to be doing much in that regard, but it will not do much harm (it will tend to have the RAM outputs fighting each other for a slightly longer during switch transitions than a regular 74LS04 inverter, probably not a big deal).
edited 2 hours ago
answered 6 hours ago
Spehro PefhanySpehro Pefhany
224k5 gold badges178 silver badges471 bronze badges
224k5 gold badges178 silver badges471 bronze badges
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
add a comment
|
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
3
3
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
$begingroup$
The presence of the buffer on one RAM enable pin, but not the other, makes me think it's an inverter. It'd be bizarre to use a non-inverting buffer there.
$endgroup$
– duskwuff
6 hours ago
add a comment
|
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f460206%2fwhat-does-the-triangle-look-like-in-this-diagram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
11
$begingroup$
It looks like a triangle to answer your title... But you probably mean what it represents.I would say it is a Schmitt trigger inverter.
$endgroup$
– Eugene Sh.
8 hours ago