Difference between revisions of "MC-Basic:SYSTEM.IPADDRESSMASK"
m |
m |
||
Line 18: | Line 18: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Sets or queries the IP address and subnet mask for the Ethernet interface. The system performs a primary test to ensure that the address and subnet mask match. Manual changing of the IP address or subnet mask may stop communication between | + | Sets or queries the IP address and subnet mask for the Ethernet interface. The system performs a primary test to ensure that the address and subnet mask match. Manual changing of the IP address or subnet mask may stop communication between ControlStudio and the softMC. When IP address is set to “dhcp”, softMC will try to connect DHCP server and obtain IP address. |
{{Note/Important| | {{Note/Important| | ||
− | Manually changing the IP address or mask may stop communication between | + | Manually changing the IP address or mask may stop communication between ControlStudio and the softMC.<br/> |
− | Upon successful setting of IP address by DHCP server, | + | Upon successful setting of IP address by DHCP server, ControlStudio will not be able to change IP address of controller. |
}} | }} | ||
Line 40: | Line 40: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Set from Config.prg. Changing of the IP address and/or subnet mask from the terminal may lead to a lost connection between the controller and | + | Set from Config.prg. Changing of the IP address and/or subnet mask from the terminal may lead to a lost connection between the controller and ControlStudio. This is applicable only for Ethernet interfaces. You must close all open connections before changing the IP address or subnet mask. |
|EXAMPLE= | |EXAMPLE= |
Revision as of 14:47, 27 March 2014
Sets or queries the IP address and subnet mask for the Ethernet interface. The system performs a primary test to ensure that the address and subnet mask match. Manual changing of the IP address or subnet mask may stop communication between ControlStudio and the softMC. When IP address is set to “dhcp”, softMC will try to connect DHCP server and obtain IP address.
IMPORTANT | |
Manually changing the IP address or mask may stop communication between ControlStudio and the softMC. |
Syntax
Sys.IPAddressMask=<address:mask>
System.IPAddressMask=<address:mask>
System.IPAddressMask=<dhcp>
?Sys.IPAddressMask
?System.IPAddressMask
Availability
All versions
Type
String
Scope
Set in Configuration only, Query in Task or Terminal
Limitations
Set from Config.prg. Changing of the IP address and/or subnet mask from the terminal may lead to a lost connection between the controller and ControlStudio. This is applicable only for Ethernet interfaces. You must close all open connections before changing the IP address or subnet mask.
Examples
?Sys.IPAddressMask
sys.IPAddressMask=”212.25.84.109:255.255.255.128”
Sys. IPAddressMask=”dhcp”