You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Support will be closed on Independence Day: July 4th. Normal hours resume July 7th.
Home > Device Management > Omega & Ultra Series Device Management > CLI Settings for Omega & Ultra Series Devices
CLI Settings for Omega & Ultra Series Devices
print icon

Overview

Omega & Ultra Series devices use the same firmware and operating system.

Settings on Just Add Power alter the behavior of the device upon start-up. Settings that are changed will not be active immediately; they will be applied upon the next start-up. Many settings should be altered according to the unique situation present in each installation and are not recommended as blanket settings for all systems.

Requires devices to be on justOS firmware version B1.0.0 or later.

For Commands that change the behavior of a device instantly, see the CLI Commands for Omega & Ultra Series Devices article.


Access

All Settings should be entered via the Command Line Interface accessible via:

  • Telnet to the IP of the unit, at port 23
  • RS232
    • White, 3-pin molex connector on the bottom of the unit. Make or request a Debug Cable to access.
    • 115200-8n1 baud rate

All Settings are case-sensitive.


Formatting

Get All Startup Settings

astparam dump

Get Individual Startup Setting

astparam g [parameter]

Set Startup Setting

astparam s [parameter] [value]

Save Startup Settings

astparam save

Delay 1 Second

sleep 1

Reboot the Device

reboot

Erase a Setting

astparam s [parameter]

Chaining Settings

Multiple commands can be chained together to be applied simultaneously. Separate each command with a semicolon (;). Recommend adding Delay 1 Second after Save to ensure that the device has time needed to commit changes to permanent memory.

Example

astparam s ip_mode static;astparam s ipaddr 10.0.0.2;astparam s netmask 255.0.0.0;astparam s gatewayip 10.0.0.2;astparam save;sleep 1;reboot


Settings

Audio

Modify the way Encoder audio services are processed.

Name Parameter Value(s) Description Applicable Units Example
Encoder Audio Handling v_rx_drv_option 0 Default on non-AVP Encoders. Preserve audio sampling. All Omega & Ultra Encoders astparam s v_rx_drv_option 0
2 Default on AVP Encoders. Convert audio to 48kHz.
4 Enable audio services without video present.
Applicable to non-AVP Encoders.
6 Enable audio services without video present.
Applicable to AVP Encoders.
Enable/Disable HDMI Audio POST /settings/audio/dsp/hdmi $x on Enable the HDMI audio on boot-up UL-718AVP Encoder 
justOS firmware Bx.x.x
POST /settings/audio/dsp/hdmi on
mute Disable the HDMI audio on boot-up
Enable/Disable Line Audio POST /settings/audio/dsp/line $x on Enable the Line input audio on boot-up UL-718AVP Encoder
justOS firmware Bx.x.x
POST /settings/audio/dsp/line on
mute Disable the Line input audio on boot-up
Enable/Disable Mic Audio POST /settings/audio/dsp/mic $x on Enable the Mic input audio on boot-up UL-718AVP Encoder
justOS firmware Bx.x.x
POST /settings/audio/dsp/mic on
mute Disable the Mic input audio on boot-up

Bandwidth Control

Adjust the bandwidth output of a Encoder for situations where the network cannot handle Encoders at full capacity.

Name Parameter Value(s) Description Applicable Units Example
Adjust Framerate v_frame_rate $A Keep resolution the same.
Set framerate to $A/60 of the input framerate.
Max $A=60

All Omega & Ultra Series Encoders

astparam s v_frame_rate 1
Adjust Resolution profile 200M Keep framerate the same.
Lower resolution to fit 200Mbps bandwidth.
All Omega & Ultra Series Encoders astparam s profile 200M
150M Keep framerate the same.
Lower resolution to fit 150Mbps bandwidth.
100M Keep framerate the same.
Lower resolution to fit 100Mbps bandwidth.

DHCP Server

Allow a Just Add Power Device to hand out IP addresses to 3rd Party devices through the use of a dumb switch. DHCP Server will hand out IPs from x.x.x.200-.249.

Name Parameter Value(s) Description Applicable Units Example
DHCP Server dhcp_server_enable n Default. Disable DHCP server. All Omega & Ultra Series Decoders astparam s dhcp_server_enable y
y Enable DHCP Server

HDR

Name Parameter Value(s) Description Applicable Units Example
HDR Pass-Through v_hdmi_hdr_mode 0 Default. Enable HDR Pass-Through All Omega & Ultra Series Decoders astparam s v_hdmi_hdr_mode 1
1 Disable HDR Pass-Through
This may be necessary for HLG sources going to non-HDR displays.

Image Pull

Snapshot the video on a Encoder or Decoder. The snapshot can be accessed by any device on the netork.

Name Parameter Value(s) Description Applicable Units Example
Image Pull pull_on_boot n Default. Disable Image Pull. All Omega & Ultra Series devices astparam s pull_on_boot 320_1_1
$A_$B_$C $A = size of the image. 160, 320, 640
$B = 1. Lower priority than video.
$C = Frequency of Image Pull. 0 means 10fps. 1 means 1fps.

IP

Name Parameter Value(s) Description Applicable Units Example
Mode ip_mode autoip Device defaults to 169.254.x.x All Omega & Ultra Series devices astparam s ip_mode static
static Consistent IP address. Must also assign ipaddr, netmask, gatewayip
dhcp Get IP from DHCP server. If no server, reboot until server is present
IP Address ipaddr $A.$B.$C.$D IP address for device in IP Mode Static All Omega & Ultra Series devices astparam s ipaddr 10.0.0.2
Subnet Mask netmask $A.$B.$C.$D Subnet mask for device in IP Mode Static All Omega & Ultra Series devices astparam s netmask 255.0.0.0
Default Gateway gatewayip $A.$B.$C.$D Default gateway for device in IP Mode Static All Omega & Ultra Series devices astparam s gatewayip 255.0.0.0

IR

Name Parameter Value(s) Description Applicable Units Example
Flux Capacitor
IR Dongle Version
flux v1 Set RS232 to communicate with Dongle v1 attached to the device All Omega & Ultra Series devices astparam s flux v1
v2 Set RS232 to communicate with Dongle v2 attached to the device

LED Behavior

All devices have a Power LED and a Data LED that are diagnostically relevant to determine the current status.
The LEDs can be disabled or their behavior altered to fit different situations.

Name Parameter Value(s) Description Applicable Units Example
LED Behavior leds   Default. LEDs behave according to device status. All Omega & Ultra Series devices astparam s leds always_off
always_off LEDs are always off
only_on_video Both LEDs are on if video is present.
Both LEDs are off if video is absent.

Serial/RS232

Send RS232 commands to endpoint devices using the RS232 port on any Just Add Power device.

Name Parameter Value(s) Description Applicable Units Examples
Set Baudrate s0_baudrate $A-8n1 $A = baudrate. Default = 9600. All Omega & Ultra Series devices astparam s s0_baudrate 9600-8n1
astparam s s0_baudrate 38400-8n1
astparam s s0_baudrate 115200-8n1

 

Mode Usage Setting
Passive Input: serial to TX
Output: serial from every RX watching that TX.
astparam s soip_type2 y;astparam s soip_guest_on n;astparam save;sleep 1;reboot
Direct Two-direction with feedback
Input: network connection to IP port 6752
Output: serial from the device with that IP
astparam s soip_type2 y;astparam s soip_guest_on y;astparam save;sleep 1;reboot
API One-direction - no feedback
Input: network connection to IP port 23
Output: serial from the device with that IP
astparam s soip_type2 n;astparam s soip_guest_on y;astparam save;sleep 1;reboot

USB

Name Parameter Value(s) Description Applicable Units Example
Touchscreen Enable no_kmoip y Default. Touchscreen enabled. Less-smooth mouse movements. All Omega & Ultra Series devices astparam s no_kmoip n
n Touchscreen disabled. Smoother mouse movements.

Video

Name Parameter Value(s) Description Applicable Units Example
HDCP Handling
Only one of these settings can be y
v_reject_hdcp n Default. Handle HDCP according to device hardware. All Omega & Ultra Series Encoders astparam s v_reject_hdcp y
y Report as HDCP non-compliant device.
hdcp_always_on n Default. Handle HDCP according to device hardware. astparam s hdcp_always_on y
y Report as HDCP 1.4 compliant regardless of source settings
hdcp_always_on_22 n Default. Handle HDCP according to device hardware. astparam s hdcp_always_on_22 y
y Report as HDCP 2.2 compliant regardless of source settings
Disable RX HDMI when video lost v_turn_off_screen_on_pwr_save n Default. Show debug screen when video lost All Omega & Ultra Series Decoders astparam s v_turn_off_screen_on_pwr_save y
y Stop HDMI output when video lost.
Timing based on v_src_unavailable_timeout value.
v_src_unavailable_timeout $A $A = time in ms (1000ms = 1sec) before HDMI dropout All Omega & Ultra Series Decoders astparam s v_src_unavailable_timeout 5000
Debug Text ui_show_text y Default. Show text on debug screen. All Omega & Ultra Series Decoders astparam s ui_show_text n
n Hide text on debug screen.
Warning: may hinder troubleshooting.
Debug Screen Resolution ui_default_res 640x480@60 Default. Set resolution to 480p. All Omega & Ultra Series Decoders astparam s ui_default_res 1280x720@60
1280x720@60 Set resolution to 720p
1920x1080@60 Set resolution to 1080p
3840x2160@30 Set resolution to 2160p

Wallplate TX

Wallplate Transmitters have both an HDMI and VGA video input, as well as a Line-In audio input

Name Parameter Value(s) Description Applicable Units Example
Audio Input Selection a_io_select auto_2 Default. Use audio from active source. All Ultra Series Wallplate Encoders astparam s a_io_select analog
auto_1 Use Line-In if attached. Otherwise use HDMI audio.
auto Use Line-in if attached. Otherwise use active video source as audio.
analog Use Line-In audio only
hdmi Use HDMI audio only
Input Switching Behavior v_input_select auto Default. Dipswitch determines input. All Ultra Series Wallplate Encoders astparam s v_input_select fixed
detect_sync Source switches when unplug is detected.
fixed Dipswitch and unplug detection disabled.
Source switching only possible through telnet command.
Select Startup Source v_type   Default. Select Dipswitch source on startup All Ultra Series Wallplate Encoders astparam s v_type hdmi
0 Select VGA source on startup
2 Select HDMI source on startup

Webname

Name a Just Add Power device.

Name Parameter Value(s) Description Applicable Units Example
Webname webname $A $A = Name for device. Use quotes if more than one word. All Omega & Ultra Series devices astparam s webname "Master Bedroom"
scroll to top icon