Difference between revisions of "Firmware-73 Command-058"

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==SEND OUTPUT (58, 3Ah)== The SEND OUTPUT command can be used to get the actuator output status. The command can be used in both host and stand-alone modes of operation. Upon...")
 
Line 1: Line 1:
==SEND OUTPUT (58, 3Ah)==
+
==DUMP OUTPUT (58, 3Ah)==
  
The SEND OUTPUT command can be used to get the actuator output status. The command can be used in both host and stand-alone modes of operation. Upon completion of the command the digitizer sends out the same message as the SET OUTPUT command but with the command ID byte set to 58 (3Ah).  
+
The DUMP OUTPUT command can be used to get the actuator output status. The command can be used in both host and stand-alone modes of operation. Upon completion of the command the digitizer sends out the same message as the SET OUTPUT command but with the command ID byte set to 58 (3Ah).  
  
The [BODY] of the SEND OUTPUT command consists of a single 7-bit byte with the following format:
+
The [BODY] of the DUMP OUTPUT command consists of a single 7-bit byte with the following format:
  
 
{|
 
{|
Line 15: Line 15:
 
Example:
 
Example:
  
:240, 125, 0 {DEV}, 58 {SEND OUTPUT}, 1 { yyy = 1}, 247 (F0h, 7Dh, 00h, 3Ah, 01, F7h)
+
:240, 125, 0 {DEV}, 58 {DUMP OUTPUT}, 1 { yyy = 1}, 247 (F0h, 7Dh, 00h, 3Ah, 01, F7h)

Revision as of 03:33, 20 November 2016

DUMP OUTPUT (58, 3Ah)

The DUMP OUTPUT command can be used to get the actuator output status. The command can be used in both host and stand-alone modes of operation. Upon completion of the command the digitizer sends out the same message as the SET OUTPUT command but with the command ID byte set to 58 (3Ah).

The [BODY] of the DUMP OUTPUT command consists of a single 7-bit byte with the following format:

0000xyyy: x = 1; apply the command to all actuator outputs (yyy is ignored), ie. send 8 messages with the status for each actuator output
yyy = [0..7]; actuator output number, where the first actuator output number = 0, and the last (8th) actuator output number = 7

Example:

240, 125, 0 {DEV}, 58 {DUMP OUTPUT}, 1 { yyy = 1}, 247 (F0h, 7Dh, 00h, 3Ah, 01, F7h)