From 1b322e0ea1b6f4b196d206c35964bb2f511a774a Mon Sep 17 00:00:00 2001 From: David Mueller Date: Sat, 26 Oct 2024 15:54:09 +0200 Subject: [PATCH] Remove obsolete ngc file showcasing iov2 behavior --- nc_files/testm6fail.ngc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nc_files/testm6fail.ngc diff --git a/nc_files/testm6fail.ngc b/nc_files/testm6fail.ngc deleted file mode 100644 index 8616e111b3e..00000000000 --- a/nc_files/testm6fail.ngc +++ /dev/null @@ -1,19 +0,0 @@ -; demonstrate iov2 in v2 mode -t3 -; assuming toolchanger-faulted = 1, -; the M6 below will behave as follows depending on toolchanger-reason: -; -; toolchanger-reason < 0 : the program will abort an operator error message -; shows the value of toolchanger-reason using the printf-style template -; in HAL/IO_ERROR -; -; toolchanger-reason = 0 : the program will abort but no operator error message -; -; toolchanger-reason > 0 : the program will continue, -; parameter 5600 is set to 1.0 -; parameter 5601 reflects toolchanger-reason -; -m6 -(DEBUG,"tc fault=" #5600) -(DEBUG,"tc reason=" #5601) -m2