Diagnostic Steps for Master Power On Problems

From ATTWiki
Jump to: navigation, search

Contents


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. System Button
    Press the SYSTEM button
  2. Network Info
    Press the NETWORK INFO tab
  3. Check IP Address
    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 Address of the First Module

  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)
    • 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
    1. A typical failure will look like:
Pinging 192.168.0.233 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.0.233:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

If pinging the IP Address fails, then CNC Bender will not be able to communicate with the modules around the bender. The master power will not switch on until this issue is resolved.

Failure could mean a number of things:

  1. Cables that connect to the modules could be loose.
  2. Cables could be broken.
  3. Modules could be malfunctioning.
  4. Ethernet switch could be malfunctioning
  5. IP Address Conflict.

If the Ping succeeds, then you can try pinging the other modules around the bender to be sure that they all respond to the ping.



Check the Indicator LEDs on the Netgear Ethernet Switch and on the Modules.

If CNC Bender is running within Windows, there should be a LED flashing for every cable plugged into the Netgear Switch.

  • If the LED is not lit, the cable may be broken, or the connection has failed.
  • If the LED is on, but not flashing, then the connection is probably okay, but CNC Bender is not communicating the modules.



Check the Indicator LEDs on the Schneider Ethernet Adaptors (Top Hats)

Next, on each module, look for a Top Hat.

  • The LED on the top-left corner of the Top Hat should be solid green.
  • If it is blinking on and off, then it has lossed its IP address.



Locate the second LED (just below the first LED) on each module's Top Hat.

  • It should be flashing quickly. This indicates that CNC Bender is running and communicating with the module.
  • If this LED is not flashing, then CNC Bender is not communicating with the module.
    • If this is the case then you can push on the cable connector in the Top Hat to make sure that it is firmly attached.
    • You can check the cable.
    • Finally, be sure that the cable for this Top Hat is attached to the Netgear Switch used in the bender electronics cabinet.




Check to be sure that CNC Processor is not frozen

  1. Close CNC Bender - CNC Bender will attempt to close other support programs (like CNC Processor)
  2. When it is closed, press Ctrl-Alt-Del to display the Windows Task Manager
  3. Activate the Processes tab in the Windows Task Manager
  4. Sort the Image Names alphabetically from A to Z by pressing the "Image Name" column title. If the items are sorting from Z to A, then press the column title again to reverse the sort.
  5. Carefully examine the list for cncprocessor.exe
  6. If you find it, then select it, then press the End Process button. (This was the problem.)
  7. Answer "Yes" to "Are you sure you want to terminate this process.?"
  8. Close the Windows Task Manager
  9. Start CNC Bender again
  10. View the Processor menu
  11. Check to see if there is activity in the CNC Processor log. (There should be text in this log, indicating that CNC Processor is running in the background.)



--Mcone 18:57, 29 June 2006 (EDT)

Check the Safety Devices

  1. Safety Mat
    • Is it activated?
    • Is there Conduit on the mat?
    • Is there a box on the corner of the mat?
    • Has there been a heavy object dropped on the mat recently?
    • Is there a cut in the mat? (Dropping a tube end onto the mat can cut through and cause the mat to constantly activate)
    • Is the mat cable broken?
    • Is the mat cable connected?
  2. Safety Plate
    • Check the safety plate on the back of the bend arm. Is the switch activated?
  3. E-Stop
    • Is the E-Stop pulled?
    • Is there more than one E-Stop? If yes, then are they both pulled?



Is CNC Processor set to LOAD in the LOW LEVEL menu?

  1. Go to the System tab
  2. Click on the LOW LEVEL Setup button in the MAIN SYSTEM tab
  3. Press the General Dynamic Options tab
  4. Scroll down to about option 29 or 30. Look for "Load CNC Processor"

It should be set to LOAD.

If it is set to [disabled], and this bender was recently running, then you may have a corrupt configuration file.

If this is the case, then Restore the Configuration File

--John 09:57, 30 June 2006 (EDT)