MANUAL IM635
Command Operation
Page 29
SHOW MACRO
Function:
display macro contents
Syntax:
SHOW MACRO
Macro Example:
// Here we create a poweron macro to change the default setting of four rf switches, RFSW
1-RFSW 4
// after setting the defaults, adding a *RST will reinitialize the RF hardware to the new
default values
MACRO OPEN
// open macro for editing
MACRO ADD "set default rfsw 1 1" // change rfsw default settings
MACRO ADD "set default rfsw 2 2"
MACRO ADD "set default rfsw 3 1"
MACRO ADD "set default rfsw 4 2"
MACRO ADD "*RST"
// adding a *RST to the macro will init the RF
MACRO CLOSE
// close macro (and save it)
SHOW MACRO
name: poweron
num lines: 5
"set default rfsw 1 1"
"set default rfsw 2 2"
"set default rfsw 3 1"
"set default rfsw 4 2"
"*RST"
6.7.
Show Commands
The SHOW commands provide a method to view a variety of system settings and information. They are primarily
meant for CLI usage such as the console mode or telnet, as the contents are system dependent and may change
depending on the current mode, settings, and installed implementation features.
SHOW BUILD
Function:
Queries the current firmware and revision.
Syntax:
Show Build
Argument(s): none
Remarks:
Outputs the current firmware and revision
Return Value: none
Example(s):
Show Build
//Query the current firmware.
Firmware: 19311459312
SHOW EOS
Function:
Shows a summary of the EOS PMT and RMT message terminator settings
Example(s):
>show eos
serial pmt: 0x0A0D
serial rmt: 0x0A0D
usb pmt: 0x0A0D
usb rmt: 0x0A0D
tcp pmt: 0x0A0D
tcp rmt: 0x000D
udp pmt: 0x0A0D
udp rmt: 0x000D
SHOW SET
Function:
Shows a summary of various configuration SET command settings