beautypg.com

Basic command definitions, P’ power control, Sz’ set zone(s) – Zektor Clarity HD® 8X8 HDMI Matrix User Manual

Page 19: Basic control commands, Basic control

background image

ClarityHD8x8 Serial Protocol, Version 1.1, 6/7/13

19

Basic Control

Basic Control Commands

Basic Command Definitions

‘P’ Power Control

Turn on / off, or toggle the power state of the ClarityHD8x8:

^P 0$

Turn off power if power is not locked on.

^P 1$

Turn on power.

^P 2$

Turn off power regardless of “locked” state.

^P 3$

Turn on power and lock it on -- only a “P 2” command can turn off power.

^P +$

Toggle power

^P ?$

Query for current setting

Response String:

^=P

n$

Where:

n

= Current power status, 0=Off, 1=On, 3=Locked On. (A value of ‘2’ is never returned.)

The power lock and unlock can be used to keep a controller from turning off the ClarityHD8x8.

Drivers should be written to only use the “P 0” and “P 1” commands to turn on and off the
ClarityHD8x8. This allows users to override the driver’s logic by manually issuing the “P 2” and “P 3”
commands.

By issuing a “P 3” command (lock power on), the ClarityHD8x8 will be turned on, and locked. Only a
subsequent “P 2” command will turn off the ClarityHD8x8, The “P 0” and “P 1” commands will be
ignored.

‘SZ’ Set Zone(s)

This is the command used to map sources to any number of zones.

Its different forms are:

Command

Description

Comments

P p

Power control

p=power state (0=off, 1=on, +=toggle).

PT s

Set power down timer

s=Seconds (0=disabled).

SZ @z,i

Set zones to inputs

@z=Zone (1-8), i=Input (1-11,+,-).

SZ.ch @z,i

Set zones to inputs with
breakaways

ch=Channel(s) (1-7), @z=Zone (1-8), i=Input(s) (1-11,+,-)

DUPZ @z,dz

Duplicate zones

@z=Zone (1-8), dz=Zone to copy (1-8).

DUPZ.ch @z,dz

Duplicate zones with break-
aways

ch=Channel(s) (1-7), @z=Zone (1-8), dz=Zone to copy (1-8)

MZ @z,m

Mute zone

@z=Zone (1-8), m=Mute (0=Disabled (muted), 1=Enabled, +=Toggle).

MZ.ch @z,m

Mute zones w/breakaway

ch=Channel(s) (1-7), @z=Zone (1-8), m=Mute (0,1,+).

Q ?

Query for status

Returns: Operating status flags (see text).

QSZ ?

Query setting change bitmap

Returns: A bitmap of the zones that have had their input settings changed.

QMZ ?

Query mute change bitmap

Returns: A bitmap of the zones that have had their mute settings changed.

Table 1: Basic Control Commands