Kramer Electronics Ltd.
TP-594Txr, TP-594Rxr
– Protocol 3000
58
Function
Description
Syntax
Parameters/Attributes
Example
NET-DHCP?
TP-594Txr
TP-594Rxr
Get DHCP mode.
For Backward
compatibility, the
id
parameter can be
omitted. In this case, the
Network ID, by default, is
0, which is the Ethernet
control port.
COMMAND
#NET-DHCP?
id
<CR>
FEEDBACK
~nn@NET-DHCP
id
,
mode
<CR><LF>
id
– Network ID–the device network
interface (if there are more than one).
Counting is 0 based, meaning the
control port is ‘0’, additional ports are
1,2,3….
mode
–
0
– Do not use DHCP. Use the IP
set by the factory or using the
NET-IP
or
NET-CONFIG
command.
1
– Try to use DHCP. If unavailable,
use the IP set by the factory or
using the
NET-IP
or
NET-
CONFIG
command.
Get DHCP mode for port 1:
#NET-DHCP?
1
<CR>
NET-GATE
TP-594Txr
TP-594Rxr
Set gateway IP.
A network gateway
connects the device via
another network and
maybe over the Internet.
Be careful of security
issues. For proper
settings consult your
network administrator.
COMMAND
#NET-GATE
ip_address
<CR>
FEEDBACK
~nn@NET-GATE
ip_address
<CR><LF>
ip_address
– Format:
xxx.xxx.xxx.xxx
Set the gateway IP address to
192.168.0.1:
#NET-
GATE
192
.
168
.
000
.
001
<CR
>
NET-GATE?
TP-594Txr
TP-594Rxr
Get gateway IP.
A network gateway
connects the device via
another network and
maybe over the Internet.
Be aware of security
problems.
COMMAND
#NET-GATE?
<CR>
FEEDBACK
~nn@NET-GATE
ip_address
<CR><LF>
ip_address
– Format:
xxx.xxx.xxx.xxx
Get the gateway IP address:
#NET-GATE?
<CR>
NET-IP
TP-594Txr
TP-594Rxr
Set IP address.
For proper settings
consult your network
administrator.
COMMAND
#NET-IP
ip_address
<CR>
FEEDBACK
~nn@NET-IP
ip_address
<CR><LF>
ip_address
– Format:
xxx.xxx.xxx.xxx
Set the IP address to
192.168.1.39:
#NET-
IP
192
.
168
.
001
.
039
<CR>
NET-IP?
TP-594Txr
TP-594Rxr
Get IP address.
COMMAND
#NET-IP?
<CR>
FEEDBACK
~nn@NET-IP
ip_address
<CR><LF>
ip_address
– Format:
xxx.xxx.xxx.xxx
Get the IP address:
#NET-IP?
<CR>
NET-MAC?
TP-594Txr
TP-594Rxr
Get MAC address.
For backward
compatibility, the
id
parameter can be
omitted. In this case, the
Network ID, by default, is
0, which is the Ethernet
control port.
COMMAND
#NET-MAC?
id
<CR>
FEEDBACK
~nn@NET-MAC
id
,
mac_address
<CR><LF>
id
– Network ID–the device network
interface (if there are more than one).
Counting is 0 based, meaning the
control port is ‘0’, additional ports are
1,2,3….
mac_address
– Unique MAC
address. Format: XX-XX-XX-XX-XX-
XX where X is hex digit
#NET-MAC?
id
<CR>
NET-MASK
TP-594Txr
TP-594Rxr
Set subnet mask.
For proper settings
consult your network
administrator.
COMMAND
#NET-MASK
net_mask
<CR>
FEEDBACK
~nn@NET-MASK
net_mask
<CR><LF>
net_mask
– Format: xxx.xxx.xxx.xxx
Set the subnet mask to
255.255.0.0:
#NET-
MASK
255
.
255
.
000
.
000
<CR
>
NET-MASK?
TP-594Txr
TP-594Rxr
Get subnet mask.
COMMAND
#NET-MASK?
<CR>
FEEDBACK
~nn@NET-MASK
net_mask
<CR><LF>
net_mask
– Format: xxx.xxx.xxx.xxx
Get the subnet mask:
#NET-MASK?
<CR>
PASS
TP-594Txr
TP-594Rxr
Set password for login
level.
The default password
is an empty string.
COMMAND
#PASS
login_level
,
password
<CR>
FEEDBACK
~nn@PASS
login_level
,
password
<CR><LF>
login_level
– Level of login to set
(End User or Administrator).
password
– Password for the
login_level
. Up to 15 printable ASCII
chars
Set the password for the
Admin protocol permission
level to 33333:
#PASS
Admin
,
33333
<CR>
PASS?
TP-594Txr
TP-594Rxr
Get password for login
level.
The default password
is an empty string.
COMMAND
#PASS?
login_level
<CR>
FEEDBACK
~nn@PASS
login_level
,
password
<CR><LF>
login_level
– Level of login to set
(End User or Administrator).
password
– Password for the
login_level
. Up to 15 printable ASCII
chars
Get the password for the
Admin protocol permission
level:
#PASS?
Admin
<CR>
PROT-VER?
TP-594Txr
TP-594Rxr
Get device protocol
version.
COMMAND
#PROT-VER?
<CR>
FEEDBACK
~nn@PROT-VER
3000:version
<CR><LF>
version
– XX.XX where X is a
decimal digit
Get the device protocol
version:
#PROT-VER?
<CR>
RESET
TP-594Txr
TP-594Rxr
Reset device.
To avoid locking the
port due to a USB bug in
Windows, disconnect
USB connections
immediately after running
this command. If the port
was locked, disconnect
and reconnect the cable
to reopen the port.
COMMAND
#RESET
<CR>
FEEDBACK
~nn@RESET
OK
<CR><LF>
Reset the device:
#RESET
<CR>
SECUR
TP-594Txr
TP-594Rxr
Start/stop security.
The permission
system works only if
security is enabled with
the “SECUR” command.
COMMAND
#SECUR
security_mode
<CR>
FEEDBACK
~nn@SECUR
security_mode
<CR><LF>
security_mode
–
0
– OFF (disables security)
1
– ON (enables security)
Enable the permission system:
#SECUR
0
<CR>
SECUR?
TP-594Txr
TP-594Rxr
Get current security state.
The permission
system works only if
security is enabled with
the “SECUR” command.
COMMAND
#SECUR?
<CR>
FEEDBACK
~nn@SECUR
security_mode
<CR><LF>
security_mode
–
0
– OFF (disables security)
1
– ON (enables security)
Get current security state:
#SECUR?
<CR>
DRAFT