SPS-Parameter
Überlesemodus NC-Satz | |
Beschreibung | Schaltet den Überlesemodus auf Interpreterebene für das NC-Programm EIN/AUS. Der Status des Überlesemodus wird nur am NC-Programmstart ausgewertet. Eine Umschaltung während der Ausführung eines NC-Programms hat keine Wirkung. |
Datentyp | MC_CONTROL_BOOL_UNIT, s. Beschreibung Control Unit ab CNC Version V3.01.3021.1 MC_CONTROL_UNS32_UNIT |
Zugriff | PLC liest request_r + state_r und schreibt command_w + enable_w |
ST-Pfad | gpCh[channel_idx]^.decoder_mc_control.program_block_ignore |
Kommandierter, angeforderter und Rückgabewert | |
ST-Element | .command_w .request_r .state_r |
Datentyp | BOOL bzw. UNS32 |
Wertebereich | [TRUE = Überlesemodus NC-Satz EIN, FALSE = Überlesemodus NC-Satz AUS, Standard: FALSE] |
| Ab CNC Version V3.01.3021.1 bei UNS32: 0x0 - Überlesemodus NC-Satz AUS 0x1 – Skiplevel 1 0x2 - Skiplevel 2 0x4 - Skiplevel 3 0x8 - Skiplevel 4 0x10 – Skiplevel 5 0x20 - Skiplevel 6 0x40 - Skiplevel 7 0x80 - Skiplevel 8 0x100 – Skiplevel 9 0x200 - Skiplevel 10 Gleichzeitig wirksame Skiplevel werden durch bitweise Veroderung aktiviert. Beispiel: Aktivieren aller Skiplevel erfolgt durch Setzen von 0x3FF. |
Umleitung | |
ST-Element | .enable_w |