Jump to content
OMRON Forums

How To: Set Gateway on VisionHAWK


Recommended Posts

Setting the gateway can only be done with a telnet connection to the camera.  The procedure below applies to Visionscape 6.0.3 or higher (AutoVISION 2.0.3 or higher).

For reference in the commands below: 
Camera IP = 192.168.0.10
Subnet Mask = 255.255.255.0
Gateway = 192.168.0.100

Procedure
Open a Command Prompt in Windows and enter the following command
telnet 192.168.0.10


You should see in the window
->

Enter the following command (case sensitive).  This is the IP Address, the Subnet Mask, and the Gateway.
BP_UpdateIP(“192.168.0.10”,”255.255.255.0”,”192.168.0.100”)

You should get the response
value = 0 = 0x0

Enter the following command (case sensitive)
BP_Dump

In listing of boot parameters that are displayed confirm the IP Address, Subnet Mask, and Gateway values match the desired values.

Enter the following command (case sensitive)
reboot

In a few seconds you will see the message, "Connection to host lost." 
 

Software Version

VS 6.0.3 and la

Operating System

Any

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...