Programming

Button Query Commands (Cont.)

?STA

Returned in MULTIPLE Custom events (size of strings are limited per message). Values

Get the XML

in the Custom event displays the number of messages and how many total bytes of xml

data.

panel statistics.

Value 1 = 1 (which one of multiple events is this (1 based))

 

 

Value 2 = 5 (total number of events required to send this string)

 

Value 3 = total size in bytes of string

 

Text = XML output (1 of 5)

 

total XML output looks like:

 

<?xml version="1.0" ?>

 

<PanelStats>

 

<Icsp>

 

<Total><Rx>11</Rx><Proc>11</Proc><Drop>0</Drop></Total>

 

<Rolling><Rx>11</Rx><Proc>11</Proc><Drop>0</Drop></Rolling>

 

</Icsp>

 

<Blink>

 

<Total><Rx>3</Rx><Miss>0</Miss></Total>

 

<Rolling><Rx>3</Rx><Miss>0</Miss></Rolling>

 

</Blink>

 

<Ethernet>

 

<RxPackets>53063571</RxPackets><RxErrors>0</RxErrors>

 

<RxDrops>0</RxDrops><RxOverRuns>0</RxOverRuns><RxFrames>63</RxFrames>

 

<TxPackets>17842136</TxPackets><TxErrors>0</TxErrors><TxDrops>0</

 

TxDrops>

 

<TxOverRuns>0</TxOverRuns><TxCarriers>0</TxCarriers>

 

<Collisions>0</Collisions><TxQueueLen>100</TxQueueLen>

 

<RxBytes>292901735</RxBytes><TxBytes>1182103211</TxBytes>

 

</Ethernet>

 

<Wireless>

 

<Mode>Managed</Mode><Frequenc

?STO

Returned in Custom event.

Get the shutdown

Value1=shutdown timeout value (in minutes)

timeout value.

 

 

 

?TEC

Syntax:

Get the current

"'?TEC-<vt addr range>,<button states range>'"

text effect color.

Variable:

 

variable text address range = 1 - 4000.

 

button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons

 

1 = Off state and 2 = On state).

 

custom event type 1009:

 

Flag - Zero

 

Value1 - Button state number

 

Value2 - Actual length of string (should be 9)

 

Value3 - Zero

 

Text - Hex encoded color value (ex: #000000FF)

 

Text length - Color name length (should be 9)

 

Example:

 

SEND COMMAND Panel,"'?TEC-529,1'"

 

Gets the button 'OFF state' text effect color information.

 

The result sent to the Master would be:

 

ButtonGet Id = 529 Type = 1009

 

Flag = 0

 

VALUE1 = 1

 

VALUE2 = 9

 

VALUE3 = 0

 

TEXT = #5088F2AE

 

TEXT LENGTH = 9

 

 

MVP-7500/8400 Modero Viewpoint Wireless Touch Panels

137

 

 

Page 151
Image 151
AMX MVP-7500/8400 manual ?Sta, ?Sto, ?Tec