MODEX-OPTS, MODEX-OPTM
User’s Manual
Section 7.
Programmer’s reference
Page 81 / 113
7.6.4. Parity setting
Command format:
SET●/MEDIA/UART/P1.Parity={0|1|2|3|4}
Response format:
pw●/MEDIA/UART/P1.Parity={0|1|2|3|4}
Example:
> SET●/MEDIA/UART/P1.Parity=0
< pw●/MEDIA/UART/P1.Parity=0
Parameters:
.Parity
Parity setting
0
no parity
1
odd
2
even
3
zero
4
one
7.7. Network configuration
7.7.1. Query the DHCP state
Command format:
GET
●/MANAGEMENT/NETWORK.DhcpEnabled
Response format:
pw
●/MANAGEMENT/NETWORK.DhcpEnabled={true|false}
Example:
> GET●/MANAGEMENT/NETWORK.DhcpEnabled
< pw●/MANAGEMENT/NETWORK.DhcpEnabled=true
7.7.2. Change the DHCP state
Command format:
SET
●/MANAGEMENT/NETWORK.DhcpEnabled={true|false}
Response format:
pw
●/MANAGEMENT/NETWORK.DhcpEnabled={true|false}
Example:
> SET●/MANAGEMENT/NETWORK.DhcpEnabled=false
< pw●/MANAGEMENT/NETWORK.DhcpEnabled=false
7.7.3. Query the IP address (dynamic)
Command format:
GET
●/MANAGEMENT/NETWORK.IpAddress
Response format:
pr
●/MANAGEMENT/NETWORK.IpAddress=<IP_address>
Example:
> GET●/MANAGEMENT/NETWORK.IpAddress
< pr●/MANAGEMENT/NETWORK.IpAddress=192.168.0.102
7.7.4. Change the IP address (static)
Command format:
SET
●/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
Response format:
pw
●/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
Example:
> SET●/MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.105
< pw●/MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.105