Update README.md
This commit is contained in:
parent
f9f21a8d03
commit
762cebc05d
|
@ -45,8 +45,7 @@ EDM can errode any conductive material. The rate of EDM (Electrical Discharge Ma
|
|||
Yes. Gap control is highly recommended for sinker/plunge applications. In plunge/sink EDM, gap control is critical for maintaining machining stability. The gap, or spark gap, is the small space between the electrode and the workpiece. Proper gap control ensures consistent sparking conditions, preventing short circuits and arcing that can damage the workpiece and electrode. It also aids in efficient debris removal, cooling, and flushing of the dielectric fluid, which are essential for maintaining a smooth surface finish and achieving high-accuracy machining. Without precise gap control, the machining process can become unstable, leading to poor-quality results and increased wear on the electrodes. The Powercore V2.0 has a current sense and short alert output port to assist the user in thier implementation.
|
||||
|
||||
|
||||
## Operation
|
||||
<img align="left" src="images/powercore_v2.0_front_ports.png" alt="Powercore Front View" width="800" />
|
||||
## IO Ports
|
||||
|
||||
| Port | Description |
|
||||
| --- | --- |
|
||||
|
@ -56,6 +55,8 @@ Yes. Gap control is highly recommended for sinker/plunge applications. In plunge
|
|||
|**EN**| The Powercore V2.0 features an "enable port" that ensures safety by requiring activation before the device outputs EDM waveforms. When the Powercore is plugged in, it remains inactive until the enable port receives a DC voltage between **5V and 36V**. This port draws minimal current. The enable port can be connected to GPIO, motor, heater, or LED ports on a 3D printer or CNC control board, or controlled manually with a switch. *To prevent damage*, avoid disconnecting the main AC power while the enable port is active.|
|
||||
|**USB**| A type-C USB port provides communication with the on-board RP2040 micronctroller and flash memory. Pressing the reset button (the pin-hole located between the ‘AMP’ and ‘EN’ ports) during power-up initiates the USB bootloader mode, allowing access to the flash memory. When the reset button is held down while powering up, the RP2040 enters a special state where it presents itself as a mass storage device to a connected computer. This enables users to drag and drop firmware files directly into the flash memory, facilitating easy updates and modifications without needing additional programming tools or interfaces.|
|
||||
|
||||
<img align="left" src="images/powercore_v2.0_front_ports.png" alt="Powercore Front View" width="800" />
|
||||
|
||||
**Best_Practices**
|
||||
|
||||
- Avoid short circuits. A short circuit occurs when the POWER port outputs short together. This may happen if wiring is incorrect, or the cutting electrode collides with the work. A prolonged short circuit can damage the Powercore.
|
||||
|
|
Loading…
Reference in New Issue