User Manual

Table Of Contents
VXL1-16P Remote Control Protocol Specications Version 1.2.0 rev2
18
3. Command Specications
3-11) IP address assignment (DHCP/Auto IP or Static IP) query when the DIP switch 6 (IP SETTING) is set to "PC"
Command Option 1 Option 2 Description
event VXL:GetIpSettingPcMode "" IP address assignment (DHCP/Auto IP or Static IP) query
Response
Response string Description
OK event VXL:GetIpSettingPcMode "x" IP address assignment (DHCP/Auto IP or Static IP)
Details: x = 0 (DHCP/Auto IP) / 1 (Static IP)
Example: Command: event VXL:GetIpSettingPcMode ""
Notication: OK event VXL:GetIpSettingPcMode "1"
Meaning: Query the IP address assignment
IP address assignment ="StaticIP"
3-12) IP address setting (Static IP address setting) when the DIP switch 6 (IP SETTING) is set to "PC"
Command Option 1 Option 2 Description
event VXL:SetNextBootIpAddress "xxx.xxx.xxx.xxx" IP address setting (Static IP address setting)
Details: xxx.xxx.xxx.xxx = Device IP Address
Response
Response string Description
OK event VXL:SetNextBootIpAddress "xxx.xxx.xxx.xxx" IP address setting (Static IP address setting) completed
Example: Command: event VXL:SetNextBootIpAddress "192.168.0.1"
Notication: OK event VXL:SetNextBootIpAddress "192.168.0.1"
Meaning: Set the IP address to 192.168.0.1
The IP address is set to 192.168.0.1
3-13) IP address query after the next boot
Command Option 1 Option 2 Description
event VXL:GetNextBootIpAddress "" IP address query after the next boot
Response
Response string Description
OK event VXL:GetNextBootIpAddress "xxx.xxx.xxx.xxx" IP address after the next boot
Details: xxx.xxx.xxx.xxx = Device IP Address
Example: Command: event VXL:GetNextBootIpAddress ""
Notication: OK event VXL:GetNextBootIpAddress "192.168.0.1"
Meaning: Query the IP addess after the next boot
IP address after the next boot ="192.168.0.1"
3-14) Subnet Mask setting when the DIP switch 6 (IP SETTING) is set to "PC"
Command Option 1 Option 2 Description
event VXL:SetNextBootSubnetAddress "xxx.xxx.xxx.xxx" Subnet Mask setting
Details: xxx.xxx.xxx.xxx = Subnet Mask
Response
Response string Description
OK event VXL:SetNextBootSubnetAddress "xxx.xxx.xxx.xxx" Subnet Mask setting completed
Example: Command: event VXL:SetNextBootSubnetAddress "255.255.255.0"
Notication: OK event VXL:SetNextBootSubnetAddress "255.255.255.0"
Meaning: Set the Subnet Mask to 255.255.255.0
The Subnet Mask is set to 255.255.255.0