File: README

package info (click to toggle)
linuxcnc 1%3A2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 285,604 kB
  • sloc: python: 202,568; ansic: 109,036; cpp: 99,239; tcl: 16,054; xml: 10,631; sh: 10,303; makefile: 1,255; javascript: 138; sql: 72; asm: 15
file content (14 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

This directory uses the "motion-logger" test program to log the Motion
commands that come out of Task, as a result of running various ngc
G-code files.

Each test consists of a file named "$TEST.ngc" and a matching file named
"expected.$TEST".  The $TEST.ngc file is run, and the resulting Motion
commands are logged to a file named "result.$TEST".  If there is any
discrepancy, the test fails.

In between running each .ngc file, a special file named "reset.ngc"
is run, intending to restore Task, Interp, and the Canon interface to
their default startup state, to be ready to run the next .ngc file.