IP Address
Contents
How to set default IP address
Wiring
Two connections are needed
Serial:
- Connect MC on COM1 via serial cable to your PC.
Ethernet
- Connect MC on Ethernet port 1 (LAN) via to the network where your PC is connected to (or directly with cross-cable to the PC)
Setting up serial communication
Open Windows- Hypertherminal (or similar) communication software and set the parameters:
This means:
- Baud rate 11520
- Data bits 8
- Parity: None
- Stop bits: 1
- Flow control: None
Connecting with motion controller
Once the communication parameters are set and the serial cable is connected between MC and PC you should:
- turn on the MC
On the Hypertherminal screen you should see the boot printouts. After mc booting is completed type:
/sbin/ifconfig
You should get:
Instead 10.4.20.171 as above there will be the current IP address of your MC (it could be even not set at all)
Set the new IP address (temporary)
Just type sudo /sbin/ifconfig eth0 90.0.0.51 and your MC will be get the new IP address
| NOTE | |
| The above example will set the permanent IP address only, this address will vanish immediately after |
Set the permanent default IP address
Once the temporary IP address has been set, you can connect to the MC with Control Studio:
| NOTE | |
| Your PC has to have Ethernet port configured in the same address space e.g. 90.0.0.1 |
Creating FWCONFIG file
Create text file FWCONFIG (no extension) with the following content:
ipaddressmask 90.0.0.51:255.0.0.0 sleep 20 ramdisksize=64 mByte StringPreload=300000
On more details how to set-up the FWCONFIG file take a look at: FWCONFIG syntax
Setting the MC
Save the file it on the current directory of the Control Studio and send it to MC using:
-->privilegelevel=1 -->send FWCONFIG
typed from the terminal windows of Control Studio.
Now you can reset the MC and it will boot up with the 90.0.0.51 address. This is how the default IP address is set, the non-default address cab be set using SYS.IPADDRESSMASK command
Get the IP address from DHCP server
Once the temporary IP address has been set, you can connect to the MC with your Control Studio:
| NOTE | |
| Your PC has to have Ethernet port configured in the same address space e.g. 90.0.0.1 |
Creating FWCONFIG file
Create text file FWCONFIG (no extension) with the following content:
ipaddressmask dhcp sleep 20 ramdisksize=64 mByte StringPreload=300000
On more details how to set-up the FWCONFIG file take a look at: FWCONFIG syntax
Setting the MC
Save the file it on the current directory of the send it to MC using:
-->privilegelevel=1 -->send FWCONFIG
typed from the terminal windows of Control Studio.
Now you can reset the MC and it will boot up with the IP address from DHCP pool. This is how the default IP address is set, the non-default address cab be set using SYS.IPADDRESSMASK command