Difference between revisions of "Diagnostic Steps for Master Power On Problems"

From ATTWiki
Jump to: navigation, search
Line 10: Line 10:
  
 
=== Ping the IP Addresses of your Modules ===
 
=== Ping the IP Addresses of your Modules ===
 +
#Open a command prompt through Windows (Start Button ->Run), then type "CMD" and press "Enter"
 +
#Type "Ping 192.168.0.233" (The address of the first module)
 +
##A typical successful ping should look like:
 +
Pinging 192.168.0.233 with 32 bytes of data:
 +
 +
Reply from 192.168.0.233: bytes=32 time=1ms TTL=64
 +
Reply from 192.168.0.233: bytes=32 time=1ms TTL=64
 +
Reply from 192.168.0.233: bytes=32 time=1ms TTL=64
 +
Reply from 192.168.0.233: bytes=32 time=1ms TTL=64
 +
 +
Ping statistics for 192.168.0.233:
 +
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
 +
Approximate round trip times in milli-seconds:
 +
    Minimum = 1ms, Maximum = 1ms, Average = 1ms

Revision as of 17:29, 29 June 2006

Diagnosing Master Power On Issues

There are a number of diagnostics that you can perform if you experience problems starting the master power on your SMT/ATT CNC Bender. Step through these diagnostics to resolve master power issues.

Check the IP Address of the Operator Station

  1. Press the SYSTEM button
  2. Press the NETWORK INFO tab
  3. Your Operator Station IP Address will be listed

If the Operator Station IP address DOES NOT begin with "192.168.0" then all CNC Bender will not be able to communicate with the Modules and the CNC Bender software will not functional. (CNC Bender uses a Class C network standard, which requires the first three octet values be identical for every device on the network. Most SMT/ATT CNC Benders use a Net Indentifier of "192.168.0")

Ping the IP Addresses of your Modules

  1. Open a command prompt through Windows (Start Button ->Run), then type "CMD" and press "Enter"
  2. Type "Ping 192.168.0.233" (The address of the first module)
    1. A typical successful ping should look like:

Pinging 192.168.0.233 with 32 bytes of data:

Reply from 192.168.0.233: bytes=32 time=1ms TTL=64 Reply from 192.168.0.233: bytes=32 time=1ms TTL=64 Reply from 192.168.0.233: bytes=32 time=1ms TTL=64 Reply from 192.168.0.233: bytes=32 time=1ms TTL=64

Ping statistics for 192.168.0.233:

   Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

   Minimum = 1ms, Maximum = 1ms, Average = 1ms