4 Commits

5 changed files with 4 additions and 1 deletions

BIN
ref/iso_din_66024.odt Normal file

Binary file not shown.

BIN
ref/iso_din_66024.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -324,6 +324,9 @@ class InstructionSet
protected function M67(Block $block): void protected function M67(Block $block): void
{ {
throw new RuntimeException('[Enter new tool information without machine stop] is not implemented'); $T = $block->pop('T');
$this->CNC6600->TM->read($T);
$this->CNC6600->DR->T = $T;
} }
} }