Professional knowledge  Professional knowledge
Matrix dedicated serial port RS232 communication p
2017-11-20

Instruction type

Control commands

Description of the function

System directives

/*Type;

Query the model number of the matrix

/+xxxxxxxx;

Change the password of the matrix keyboard, xxxxxxxx is the new password to be set, and the length is 8 digits

/%Lock;

Lock the keypad

/%Unlock;

Unlock the keyboard

/:BellOff;

Turn off the buzzer

/:BellOn;

Turn on the buzzer

/^Version;

Query the software version

/~EXTRON;

Set to be compatible with the command system, only support "! $ % &" these four terminators

/~CREATOR20;

Set it to CREATOR2.0 command system.

/:MessageOff;

Turn off the serial port and return only "SWITCH OK!" and other information.

/:MessageOn;

Open the serial port to return, and each operation returns detailed information.

/%Backlightxxx;

Set the LCD backlight delay time in minutes, and the range is 001-240 minutes. (30 minutes by default)

Operation Command (CREATOR2.0 Command System)

[x1]All.

[x1] Switches the inputs to all outputs

All#.

Set to all channels to correspond to the output one-to-one, such as: 1->1, 2->2, 3->3...

All$.

Close all output channels

[x1]#.

The [x1] input is switched to the [x1] output

[x1]$.

Turn off the [x1] output

[x1] V[x2].

The [x1] video input is switched to the [x2] output

[x1] V[x2],[x3],[x4].

The [x1] video input is switched to [x2], [x3], [x4] output

[x1] A[x2].

The [x1] audio input is switched to the [x2] output

[x1] A[x2],[x3],[x4].

The [x1] audio input is switched to the [x2], [x3], [x4] output

[x1] B[x2].

The [x1] audio and video input is switched to the [x2] output

[x1] B[x2],[x3],[x4].

The [x1] audio and video input is switched to [x2], [x3], and [x4] outputs

[x1]P[x2].

Switch the input channel [x1] to the output of the [x2] group.

[x1]PP[x2],[x3],[x4].

Bundle the output channels with channel numbers [x2], [x3], [x4] in the [x1] group, [x2], [x3], [x4] can be distiring.

S[x].

Query which output channels are bundled in group [x].

Status[x1].

Query the signal input status of the [x1] output channel

Status.

Query the signal input status of all output channels

Save[Y].

Save the current state to the [Y] storage unit, [Y] is the 0 - 9 number key

Recall[Y].

Invoke the input/output switching status of the [Y] storage unit, [Y] is the 0–9 number key

Clear[Y].

Clear the stored [Y] storage unit data, and the output status is all off

Compliant with directives

[X1]*[X2]!

The [x1] audio and video input is switched to the [x2] output

[X1]*[X2]$

The [x1] audio input is switched to the [x2] output

[X1]*[X2]%

The [x1] video input is switched to the [x2] output

[X1]*[X2]&

The [x1] video input is switched to the [x2] output


Notes:1. [x1], [x2], [x3], [x4] are the number of input or output channels, and the effective range is 1~8/16/24/32/64/96/128/256 (depending on the number of input channels of the controlled matrix).

2. In the above commands, "[" and "]" are non-sending characters;

3. The ending character of each instruction can not be omitted, such as "."", "", etc., and it must be punctuated under the English input method.

Some examples of directives include:

       1. Set the command system command: /~EXTRON; or /~GF;

For example, if you want to change a machine that supports the CREATOR2.0 command system to support a compatible command system, run the command "/~EXTRON;" , in which case the machine only supports four instructions ending with "!$%&". To change to CREATOR2.0 instruction, the system runs the command "/~CREATOR20;".


        2. Switch an input to all output channels: [x1]All.

Example: To switch the 3rd input to all output channels, the command is "3All.".

3. Switch all input channels to the corresponding output channel command: All#.

For example, if you run an AV 16X16 matrix, the status is: 1->1, 2->2, 3->3, 4->4,...... 16->16。

4. Close all output channel command: All$.

For example, if you close all output channels and run "All$." , where all output channels are in a high-impedance state.

5. Input/output one-to-one corresponding switching instructions: [x]#.

For example, if you want to switch the 5th input channel to the 5th output channel, the command is "5#."; To switch 1, 2, 3, and 4 channels one by one, the command is "1,2,3,4#."

6. Turn off one or more output commands: [x]$.

For example, if you want to turn off the 5th output, the command is "5$."; To turn off outputs 1, 2, 3, and 4, execute "1,2,3,4$." Yes.

7. Video switching command: [x1] V[x2].

For example, to switch the 3rd video input to the 5th output, you only need to execute the command "3V5."; To switch the 3rd video to 8, 9, and 12 outputs, the command is "3V8,9,12.".

8. Audio switching command: [x1] A[x2].

For example, to switch the 10th audio input to the 2nd output, the command is "10A2."; To switch the 10th audio input to the 2nd, 20th, 30th, 40th output, the command is "10A2,20,30,40.".

9. Audio and video synchronization switching command: [x1] B[x2].

For example, if you want to switch the 120th audio and video input to the 12th, 13th, and 15th output, the command is "120B12,13,15."

10. Mass Instruction: [x1]P[x2].

Example: Suppose "2PP1,3,5,7." After the bundle programming, then "1P2." That is, the first input signal is switched to the second set of outputs (i.e., the output channels are 1, 3, 5, 7). When [x2] is 0, perform a clear of the data in group [x1]. Clear the group before marshalling. This command can optimize the switching operation of large screen walling.

11. Construct mass sending instructions: [x1]PP[x2],[x3],[x4].

Example: "2PP1,3,5,7." This means that the output channels 1, 3, 5, and 7 are bundled into the second group.

The maximum value of [x1] in this instruction can reach the maximum number of output channels of the matrix to which it belongs.

When creating a new group [x1], you can use the following command: "[x1]P0. [x1] PP[x2],[x3],[x4].”

To expand the members of a group [x1], run "[x1]PP[x7],[x8],[x9]."

12. Query the binding status command of group [x]: S[x].

For example, if you query which output channels are bundled in group [1], the instruction is S[1].

13. Check the output status command: Status[x].

For example, if you want to check the input status of the 23rd output, the command is "Status23.".

14. Check all output status commands: Status.

For example, if you want to query the status of all output channels, the command is "Status.".

15. Save current state command: Save[Y].

For example, if you want to save the current switching state to the 7th storage unit, the command is "Save7.".

16. Invoke a storage unit instruction: Recall[Y].

For example, if you want to call the switching state of the input and output of the 5th storage unit to the current state, execute the command "Recall5." Yes.

17. Clear the stored data of a storage unit: Clear[Y].

For example, if you want to purge data that has been stored in the 5th storage unit, run "Clear5."

GEFFEN is specialized in processinghigh definition video signals for years. wehave developed and produced a series ofpro video devices, including signalconverter, multi-viewer, optical fiberconverter, signal distribution amplifiersignal generator and matrix switcher, etc.
:Building 3, Baizhong Creative Park, No. 240 Shilian Road, Panyu District, Guangzhou,Guangdong,China
+86 13928186280(Same WeChat/Whatsapp account)
:+86 20-34702140
ADD:Building 3, Baizhong Creative Park, Xinqiao Section, Shilian Road, Panyu District, Guangzhou City   TEL:020-34702140
Geffen Maxtrix Control System Manufactory CN All Rights Reserved 粤ICP备2021023507号