Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:software:devices:mmiq2 [2019/08/29 17:01] – external edit 127.0.0.1 | en:software:devices:mmiq2 [2020/07/13 14:57] (current) – qem103 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DEVICE MMIQ2 ====== | ||
+ | |||
+ | |||
+ | ====== - Parameters table ====== | ||
+ | |||
+ | ^ Name ^ D ^ R ^ A ^ Description | ||
+ | | language | ||
+ | | brightness | ||
+ | | clrtime | ||
+ | | dclicktime | ||
+ | | key | L | - | R | Represents the State of the modifier keys at all times.\\ Each key is represented by a bit as to the following mask: | | ||
+ | | keyf | L | - | R | Represents at any time the status of the F1 to F32 function keys. Each key is represented by a bit as to the following mask: | | ||
+ | | keyf2 | L | - | R | Represents at any time the status of the F33 to F64 function keys.\\ Each key is represented by a bit as to the following mask: | | ||
+ | | keybtype | ||
+ | | leds | L | - | R-W | Parameter that is used to light the LEDs from F1 to F32 function keys.\\ Each bit of the parameter is associated with an LED as with the form of the //keyf// parameter. | ||
+ | | leds2 | L | - | R-W | Parameter that is used to light the LEDs from F33 to F64 function keys.\\ Each bit of the parameter is associated with an LED as with the form of the //keyf2// parameter. | ||
+ | | blinkleds | ||
+ | | blinkleds2 | ||
+ | | error | B | - | R | Indicates if there are any errors in device.\\ Error code list:\\ **0** = no error\\ **1** = no application present\\ **2** = checksum no match\\ **3** = file format no match\\ **4** = incorrect display size\\ **5** = out of memory\\ **6** = error readin the page\\ **7** = error in erase operation\\ **8** = internal error\\ **9** = error in write memory\\ **10** = error in read operation\\ **11** = internal error\\ **12** = image present but not possible\\ **13** = font not supported\\ **14** = internal error | | ||
+ | | sizeqtp | ||
+ | | memqtp | ||
+ | | mempage | ||
+ | | memfree | ||
+ | | page | W | - | R | Indicates the number of active display page.\\ Equivalent to //PAGE// display variable. | ||
+ | | pagein | ||
+ | | timepage | ||
+ | | tposx | W | - | R | Only for systems with touch.\\ Indicates the X coordinate, in pixels, of the latest pressure point. | ||
+ | | tposy | W | - | R | Only for systems with touch.\\ Indicates the Y coordinate, in pixels, of the latest pressure point. | ||
+ | | tpressure | ||
+ | | tclickstate | ||
+ | | buzzermode | ||
+ | | buzzerstate | ||
+ | | scrsave | ||
+ | | par01 | L | - | R-W | Parameter for future use | | ||
+ | | par02 | L | - | R-W | Parameter for future use | | ||
+ | | par03 | L | - | R-W | Parameter for future use | | ||
+ | | ret01 | L | R | R-W | Retentive parameter for future use | | ||
+ | | ret02 | L | R | R-W | Retentive parameter for future use | | ||
+ | |||
+ | |||
+ | ===== - States table ===== | ||
+ | |||
+ | ^ Name ^ D ^ R ^ A ^ Description | ||
+ | | st_calib | ||
+ | | st_setup | ||
+ | | st_touch | ||
+ | | st_01 | F | - | - | State for future use | | ||
+ | | st_02 | F | - | - | State for future use | | ||
+ | | st_03 | F | - | - | State for future use | | ||
+ | | st_04 | F | - | - | State for future use | | ||
+ | | st_05 | F | - | - | State for future use | | ||
+ | |||
+ | |||
+ | ===== - Commands table ===== | ||
+ | |||
+ | ^ Name ^ D ^ R ^ A ^ Description | ||
+ | | CALIBRATE | ||
+ | | SETUP | F | - | W | Viewing the setup page. (not implemented) | ||
+ | | CMD01 | F | - | W | Command for future use | | ||
+ | | CMD02 | F | - | W | Command for future use | | ||
+ | | CMD03 | F | - | W | Command for future use | | ||
+ | | CMD04 | F | - | W | Command for future use | | ||
+ | | CMD05 | F | - | W | Command for future use | | ||
+ | |||