System may not be normally operated if you change it thoughtlessly without
understanding of the site, as IP Address is decided according to the site design.
1. There are 2 IP Setting Switches.
2. This means 1 digit of each hex.
3. Input Range is 0~255.
4. {(1st Switch Number * 16) + 2nd Switch Number} means the 4th Digit Value
of IPv4 IP Address.
5. If you divide the 4th value of required IP Address by 16, the Quotient is the first
Switch Value, and the Remainer is the second Switch Value.
Setting Example)
①Set the IP with “192.168.100.3”.
Quotient of is 0 , and Remainder is 3.
So, first is „0‟, second is „3‟.
②Set the IP with “192.168.100.50”.
Quotient of is 3, and Remainder is 2.
So, first is „3‟, second is „2‟.
③Set the IP with “192.168.100.179”.
Quotient of is 11, and Remainder is 3.
So, first is „B', second is ‟3„.
※Network IP is 192.168.100.xxx basically.
※This is the Number Table corresponding to each Number of Switch.