From b97a1b69d154b0e87e491cd5ebacaa873283dcf6 Mon Sep 17 00:00:00 2001 From: matthewblain Date: Tue, 26 Dec 2017 07:58:50 -0800 Subject: [PATCH 1/4] Update a few commands Update a few commands based on info in the user manual. --- docs/Apple 401 Plotter.md | 51 ++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/docs/Apple 401 Plotter.md b/docs/Apple 401 Plotter.md index 7bf52a5..dcb3a02 100644 --- a/docs/Apple 401 Plotter.md +++ b/docs/Apple 401 Plotter.md @@ -132,6 +132,14 @@ specified the circle will be centered at the current position. Params: 1 or 3 +### Letter Initialized (LI) + +``` +LI +``` + +Reset the text format. + ### Letter size (LS) ``` @@ -176,14 +184,15 @@ Params: 1 ### Line type (LT) ``` -LTn +LTp(,k) ``` -Select the line style for subsequent draw operations. `n` is a value in the +Select the line style for subsequent draw operations. `p` is a value in the range 1-9: | n | Line style | |---|------------------| +| 0 | Custom pattern (see UL) | | 1 | Solid | | 2 | Dotted | | 3 | Short dash | @@ -194,7 +203,18 @@ range 1-9: | 8 | Line w/ two dots | | 9 | Line w/ two short dashes | -Params: 1 +`k` specifies the repeat length in mesurement units. The default is 100, but the value will persist. + +Params: 1 or 2 + +``` +ULd1,m1(,d2,m3,..d6,m6) +``` + +Create a custom pattern for use with subsequent LT0 operations. + +`d` specifies a draw length, `m` specifies a move length. + ### X-axis ticks (XT) @@ -332,17 +352,36 @@ Params: 3 or 5 ### Unknown (IM) ``` -IMa,b +IMa(,b) ``` +Selecting error action + +`a` specifies the mode: 0 = turn on error light; 64 = reject commands ; 192 = write message. + +| a | Mode | +|---|------------------| +| 0 | Turn on error light | +| 1 | Reject command | +| 2 | Write error message | + +`b` specifies the errors to filter. Default is 31. + +| a | Error type | +|---|------------------| +| 1 | Command not recognized | +| 2 | Numbers outside range | +| 4 | Not enough numbers for command | +| 8 | Bad syntax | +| 16 | Pen would go outside window | + + IM0,31 turns on error checking; IM0,0 turns it off? This is referenced obliquely in part II of the manual. ## Unknown commands -LI - ??? - no params/arb ??? PK - ??? - no params/arb -UL - ??? - no params/arb ? 1 param 0-9? SP - ??? - 1 param ?? LF - ??? - 1 param ? 0-9 From 5f8aa5156671f962c3d6402363b99304d09b7b7d Mon Sep 17 00:00:00 2001 From: matthewblain Date: Tue, 26 Dec 2017 08:01:53 -0800 Subject: [PATCH 2/4] Update a few commands Update a few commands based on the user manual. --- docs/Apple 401 Plotter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Apple 401 Plotter.md b/docs/Apple 401 Plotter.md index dcb3a02..9051fde 100644 --- a/docs/Apple 401 Plotter.md +++ b/docs/Apple 401 Plotter.md @@ -381,7 +381,7 @@ This is referenced obliquely in part II of the manual. ## Unknown commands -PK - ??? - no params/arb -SP - ??? - 1 param ?? -LF - ??? - 1 param ? 0-9 +PK - ??? - no params/arb (Not in user reference) +SP - ??? - 1 param ?? Size Paper +LF - ??? - 1 param ? 0-9 Letter Font From be764807bc0a86b666a4aa2aace82e7e437fcfd1 Mon Sep 17 00:00:00 2001 From: matthewblain Date: Tue, 26 Dec 2017 08:03:51 -0800 Subject: [PATCH 3/4] Update a few commands Update a few commands based on the user manual. --- docs/Apple 401 Plotter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Apple 401 Plotter.md b/docs/Apple 401 Plotter.md index 9051fde..9074d79 100644 --- a/docs/Apple 401 Plotter.md +++ b/docs/Apple 401 Plotter.md @@ -376,12 +376,12 @@ Selecting error action | 16 | Pen would go outside window | -IM0,31 turns on error checking; IM0,0 turns it off? -This is referenced obliquely in part II of the manual. ## Unknown commands PK - ??? - no params/arb (Not in user reference) + SP - ??? - 1 param ?? Size Paper + LF - ??? - 1 param ? 0-9 Letter Font From f603dc078863165d577b32625c54d3d3b9c260cf Mon Sep 17 00:00:00 2001 From: matthewblain Date: Tue, 26 Dec 2017 08:04:46 -0800 Subject: [PATCH 4/4] Update a few commands Update a few commands based on info in the user manual. --- docs/Apple 401 Plotter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Apple 401 Plotter.md b/docs/Apple 401 Plotter.md index 9074d79..7dfb2d5 100644 --- a/docs/Apple 401 Plotter.md +++ b/docs/Apple 401 Plotter.md @@ -132,7 +132,7 @@ specified the circle will be centered at the current position. Params: 1 or 3 -### Letter Initialized (LI) +### Letter Initialize (LI) ``` LI