From 8c28cdce951085611c7a606d428f09d243610db9 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Tue, 4 Mar 2008 20:37:43 +0100 Subject: * digital/io/doc/proto_asserv.txt - correct typo and others errors (thanks to ni). --- digital/io/doc/proto_asserv.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'digital/io') diff --git a/digital/io/doc/proto_asserv.txt b/digital/io/doc/proto_asserv.txt index 61be6396..32801985 100644 --- a/digital/io/doc/proto_asserv.txt +++ b/digital/io/doc/proto_asserv.txt @@ -77,14 +77,14 @@ This table describe the list of supported commands by the *asserv* card: | 'b' | Arm | - position (2w) | Move the arm to a desired position | | | | - speed (1w) | at a specific speed | +---------+-------+-----------------+-------------------------------------+ -| 'p' | Arm | See next table | Change setting values | +| 'p' | Other | See next table | Change setting values | +---------+-------+-----------------+-------------------------------------+ The *'p'* command take different sub-parameters to configure the settings. +-----+-------------------------------+-------------------------------------+ | 'X' | X position (3w) | Set current x position | -+=====+===============================+=====================================+ ++-----+-------------------------------+-------------------------------------+ | 'Y' | Y position (3w) | Set current y position | +-----+-------------------------------+-------------------------------------+ | 'A' | angular position (2w) | Set current angular position | @@ -114,7 +114,7 @@ the current position (X, Y, alpha) of the bot and its arm. The buffer is a static 12 bytes length one:: - 0 1 2 .. 4 5 .. 7 8 9 10 11 <-- octal position + 0 1 2 .. 4 5 .. 7 8 9 10 11 <-- byte position +--------+--------+- - - -+- - - -+- - - - -+- - - - -+ | status | seq | X pos | Y pos | angle | arm pos | +--------+--------+- - - -+- - - -+- - - - -+- - - - -+ @@ -137,7 +137,7 @@ Here is a list of the bits used and their definitions: 3. Arm movement finished with failure: it should not happen, but we are not sure yet (AB). -The others bytes are unused. +The others bits are unused. @@ -153,8 +153,8 @@ card and internally stores the sequence number used for the command. If the *io* card read the buffer from the *asserv*, it can see: 1. the sequence number is not the one of the command sent. The *asserv* card - has received and started the command yet. Nothing has to be done, we need - to wait. + has not received and started the command yet. Nothing has to be done, we + need to wait. 2. the sequence number is the one of the command sent but the status bits MF and MB are zero. The command has started to be executed but is not -- cgit v1.2.3