MAS7.1 Supplemental Guide, Rev 1.1, 9/28/07
7
MAS7.1 Quick Reference
MAS7.1 Quick Reference (Continued)
A Simple Control Example
If you’re not looking to write a driver that will control this and all Zektor products, then here is an example of a
couple of commands that will most likely do everything you’ll need in a simple installation.
<CR>
= A Carriage Return, all commands end with a
<CR>
.
<CR><LF>
= A Carriage Return, Line Feed, all responses end with a
<CR><LF>
.
Powering On / Off
To power on the MAS7.1 issue the following command:
P 1<CR>
To power off the MAS7.1 issue this command:
P 0<CR>
Controlling the Front Panel Settings
To simulate the pressing of a Primary Button:
FPC
pri
<CR>
Where:
pri
= A number between 1 and 3 indicating which primary button you’re pressing.
If the Sync LED is lit, the both the primary and secondary LEDs will change, if it is not lit, only the primary LEDs
will change, similar to pressing the front panel buttons 1-3.
To sequence through the inputs:
FPC +<CR>
The ‘+’ can be used in many cases to sequence or toggle a value. To sequence in the opposite order, use the
‘-’ character.
To simulate the pressing of a Secondary Button (S1 - S3):
FPC ,
sec
<CR>
Where:
sec
= A number between 1 and 3 indicating which secondary button you’re pressing.
If the Sync LED is lit, the both the primary and secondary LEDs will change, if it is not lit, only the secondary
LEDs will change, similar to pressing the front panel buttons: S1-S3.
To simulate the pressing of the Sync Button:
FPC ,,+<CR>
This command will toggle the Sync LED on and off, similar to pressing the front panel ‘Sync’ button.