Wiki source code of Описание входных и выходных сигналов модуля плазменной резки
Last modified by writer on 2022/08/26 14:34
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === Input signals used in the plasma cutting module: === | ||
| 2 | |||
| 3 | * Estop – emergency stop signal; | ||
| 4 | * Estop2 – second emergency stop signal, completely similar to the first. Allows to simplify the wiring of the machine, if the alarm signals from the sensors have different levels of operation; | ||
| 5 | * EstopMPG – emergency stop signal received from MPG pendant (hardware signal support required); | ||
| 6 | * Probing – signal from a probing sensor (material surface sensor); | ||
| 7 | * Probing2 – additional probing sensor signal; | ||
| 8 | * Probing3 – additional probing sensor signal; | ||
| 9 | * THCUp – up regulation signal transmitted by an external THC block performing up / down regulation; | ||
| 10 | * THCDown – a down regulation signal transmitted by an external THC block that performs up / down regulation; | ||
| 11 | * THCAok – ArcOK signal input; | ||
| 12 | * Stop – signal "Stop" or "Collision", machine stop without loss of coordinates; | ||
| 13 | * Door – an input signaling the open door of the protective cabin (It stops the execution of the G-Code when triggered. It differs from the Stop input in that when the Door signal is active, G-code can be executed manually through the MDI window and torch control); | ||
| 14 | * Start – signal "Start" of the G-code; | ||
| 15 | * TorchDetachment – signal "Torch Detachment"; | ||
| 16 | * UserInput_0 - UserInput_14 – user input signals for use in PUMOTIX macros. | ||
| 17 | |||
| 18 | === Output signals used in the plasma cutting module: === | ||
| 19 | |||
| 20 | * THCTorch – output controlling the torch; | ||
| 21 | * THCRegLocked – output for indicating lockout control. It can be used to control an external Z-axis controller; | ||
| 22 | * EstopState – signals that the system is in the off state or in the emergency stop state; | ||
| 23 | * IdleState – signals that the system is idle; | ||
| 24 | * RunningState – signals that the system is busy and is moving along the path; | ||
| 25 | * MillingModeActive – signals that the system is in the "Milling" mode; | ||
| 26 | * PlasmaModeActive – signals that the system is in the "Plasma cutting" mode; | ||
| 27 | * OxyModeActive – signals that the system is in the "Oxy-fuel cutting" mode; | ||
| 28 | * ChangePump – presence of the Charge Pump signal; | ||
| 29 | * Aspirator – fan output for aspiration table; | ||
| 30 | * Aspirator2 – additional fan output for aspiration table; | ||
| 31 | * OmichSensorEnable – output for switching on the ohmic sensor measuring circuit; | ||
| 32 | * UserOutput_1 - UserOutput_14 – user output signals for use in PUMOTIX macros. |