Notifications
Clear all
Search result for: WA 0821 1305 0400 Jasa Containment System Labuhanbatu Utara Sumatera Utara [[ADEFA]]
Page 1 / 4
Next
| # | Post Title | Result Info | Date | User | Forum |
| What’s the real impact of a broken neutral in a 3-phase 4-wire system? | 9 Relevance | 11 months ago | DabieTech | Theoretical questions | |
| I’ve read that a broken neutral in a 3-phase 4-wire System can cause serious problems, especially in Systems with unbalanced loads, but I’m not entirely clear on what exactly happens when the neutral is lost. Let’s say the System is supplying a mix of single-phase loads (like in a commercial or residential setup). If the neutral breaks at some point—what are the actual consequences for the connected loads? Do voltages across phases shift dangerously? Can it damage appliances or equipment? How does the System behave differently under balanced vs. unbalanced load conditions? I’m looking for a practical explanation of what happens electrically and what kind of damage or safety risks it introduces. Real-world examples or typical protection mechanisms would be great too. Thanks! | |||||
| Answer to: Beginner Arduino Course —Any Recommendations? | 9 Relevance | 11 months ago | Amelia | Arduino | |
| If you're just starting out with Arduino and electronics, you're definitely not alone—there are some fantastic beginner-friendly resources out there to help you get going without feeling overwhelmed. Helpful YouTube Channels Paul McWhorterOne of the best for beginners. His “Arduino Tutorial Series” is clear, structured, and goes from basics to intermediate projects. Jeremy BlumHis Arduino series is a classic and covers foundational knowledge with well-explained videos. GreatScott!Excellent for understanding how the hardware works behind your projects. Programming Electronics AcademyVery helpful if you're also interested in understanding the coding side deeply. Online Courses Worth Checking Out Udemy – "Arduino Step by Step: More than 50 Hours Complete Course" Taught by Dr. Peter Dalmaris. Very beginner-friendly and includes lifetime access to lessons and materials. Coursera – “Introduction to Programming with Arduino” Offered by University of California, Irvine. Teaches both basic electronics and coding in a structured format. | |||||
| Answer to: What’s the real impact of a broken neutral in a 3-phase 4-wire system? | 8 Relevance | 11 months ago | LogicLab | Theoretical questions | |
| Yeah, losing the neutral in a 3-phase 4-wire System can cause major issues, especially if the loads aren’t balanced (which they usually aren't in real-world setups like homes or small businesses). What actually happens is this: the neutral point “floats” because there's no solid reference anymore. So instead of each phase staying around 230V, the voltages start to shift depending on the loads on each phase. Light load = lower voltage, heavy load = higher voltage. In the worst cases, one phase might go up to nearly 400V—way more than your appliances are built for. As a result, you'll see major voltage fluctuations in your supply. There are protection relays and devices that can catch this (like a phase failure relay or neutral monitoring), but not every System has them—especially older setups. In short: broken neutral = unpredictable and often destructive voltage swings. A real pain to troubleshoot if you don’t catch it quickly. | |||||
| Answer to: Arduino UNO R4 Wi-Fi Project ideas! | 6 Relevance | 2 years ago | Amelia | Arduino | |
| There are a lot of ideas you can implement with the Arduino UNO R4 Wifi, depending on what you WAnt to achieve. However, I have done a few projects that you can also try, ranging from beginner to advanced levels: Home Automation System Smart Door Lock IoT-Based Weather Station Wi-Fi-Controlled Robot Smart Irrigation System Wi-Fi-Enabled Data Logger Real-Time Air Quality Monitoring System Wi-Fi-Based Notification System | |||||
| RE: Any course to learn Embedded system using Arduino boards ? | 5 Relevance | 2 years ago | Rashid | Arduino | |
| @ankunegi Thank you | |||||
| Answer to: Any course to learn Embedded system using Arduino boards ? | 5 Relevance | 2 years ago | Admin | Arduino | |
| Well, I don't know any paid courses related to this but there's an excellent tutorial series on YouTube. Here's the link | |||||
| Any course to learn Embedded system using Arduino boards ? | 5 Relevance | 2 years ago | Rashid | Arduino | |
| Hello everyone, Can anyone suggest a course on Embedded Systems using Arduino? I am looking for the very basics of Embedded Systems such as the architecture, memory, etc. Thanks in advance. | |||||
| Answer to: Watchdog timer in microcontrollers? | 3 Relevance | 1 year ago | nathan | Arduino | |
| A WAtchdog timer (WDT) is a hardware timer that resets the microcontroller if it crashes or freezes. The System must periodically reset the WDT ("kick" it) to prevent a reset. If it fails, the WAtchdog assumes a fault and restarts the System | |||||
| How to read resistor color codes? | 2 Relevance | 11 months ago | tricky_logic | Theoretical questions | |
| I have a few resistors without any labels, and I WAnt to figure out their resistance values using the colored bands printed on them. I know there’s a color code System, but I’m not entirely sure how to read it correctly—especially when there are four or five bands. Could someone explain how to interpret the resistor color code, and maybe suggest a reliable method or chart to use for quick identification? Also, how do I tell which side to start reading from? | |||||
| Answer to: How does PID control work in automation? | 8 Relevance | 1 year ago | Tech Geek | Theoretical questions | |
| PID (Proportional-Integral-Derivative) control is a fundamental feedback mechanism used in automation to maintain the stability and accuracy of a System. It continuously calculates an error value as the difference between a desired setpoint and a measured process variable, then applies corrections based on three terms: proportional, integral, and derivative. The proportional term (P) reacts to the current error. It produces an output that is directly proportional to the magnitude of the error. The larger the error, the stronger the corrective response. However, relying on proportional control alone often leaves a steady-state error, where the System stabilizes near the setpoint but not exactly at it. The integral term (I) addresses this by considering the accumulation of past errors. It integrates the error over time and adds a correction based on the sum of those errors. This helps eliminate the steady-state error and brings the output closer to the exact setpoint. However, too much integral action can cause the System to become unstable and oscillate. The derivative term (D) predicts future error by looking at the rate of change of the error. It provides a damping effect by slowing the response as the System approaches the setpoint, reducing overshoot and helping stabilize the System. A common example of PID control is in temperature regulation, such as in an oven. If the oven is set to maintain 200°C, the PID controller compares the actual temperature with the setpoint. If the temperature is too low (error), the proportional term increases the heater output. If the temperature has been low for a while, the integral term adds more power. As the temperature rises quickly, the derivative term kicks in to prevent overshooting beyond 200°C. PID controllers are widely used in industrial automation for applications like motor speed control, robotic arm positioning, pressure control in chemical processes, and flight control Systems in drones. Their ability to provide precise and stable control makes them essential in Systems where accuracy and reliability are critical. | |||||
| Answer to: Electrical isolation vs. grounding? | 2 Relevance | 1 year ago | Sophie | Theoretical questions | |
| Electrical isolation and grounding serve different purposes: Electrical isolation means separating two circuits so that no current flows between them. It's used for safety and to prevent interference—common methods include transformers and optocouplers. Grounding connects System parts to a common reference point (usually earth) to stabilize voltages and safely divert fault currents. | |||||
| How does PID control work in automation? | 2 Relevance | 1 year ago | Electronix | Theoretical questions | |
| I've been searching for a clear explanation of PID (Proportional-Integral-Derivative) control in different forums but haven't found a satisfactory answer. I understand that PID is widely used in automation for process control, but I WAnt to know how it works. How do the proportional, integral, and derivative terms contribute to maintaining System stability and accuracy? Also, in what types of automation applications is PID control most commonly used? I would appreciate a clear explanation with examples. | |||||
| Answer to: What’s the difference between a Microprocessor and a Microcontroller? | 8 Relevance | 2 years ago | Admin | Theoretical questions | |
| ... Unit) and needs external components like memory (RAM/ROM), input/output interfaces, and peripherals to work. Think of it as what you’d find in a computer, like an Intel Core i7 or an AMD Ryzen. It’s designed for complex tasks and multitasking. Applications: Computers, laptops, and smartphones. Flexibility: You get to design the System around it by adding the components you need. Microcontroller (MCU): A microcontroller, on the other hand, is more like an all-in-one package. It includes a CPU(a processor), memory (RAM/ROM), and peripherals like GPIO pins ... | |||||
| Answer to: Why is grounding important in electronics? | 5 Relevance | 1 year ago | Admin | Theoretical questions | |
| I feel like you are referring to Earthing(in Electrical Systems) but got confused between Earthing and Grounding. Let me explain: Grounding in electronics provides a common return path for the current. Without a proper ground reference, your circuit just won’t function reliably. Even a simple LED needs a return path to complete the loop. And it’s not just a good design habit, it’s a foundational principle for how circuits work. In digital and analog Systems, ground acts as a voltage reference point. For instance, when you say a signal is 5V, it means 5V above ground. Earthing (also called grounding in some countries) in an electrical System means physically connecting certain parts of the electrical installation—like the metal frames of appliances to the Earth using a low-resistance wire. If a fault occurs and a live wire touches a metal body (like your fridge), earthing provides a direct path to the ground. This causes a large current to flow, which trips the breaker or blows a fuse—disconnecting the supply quickly and protecting people from electric shock. But here's a thing: Your Electrical System/appliances will still work without earthing, but it is very risky. So in conclusion, grounding in electronics is very different from Earthing in an Electrical System. | |||||
Page 1 / 4
Next