Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Basic communications issues.

  2. The controller is already "busy".

    • Controller is still running previous loading programs.

    • Other devices are still streaming commands to the controller.See in the Sidebar

      • VIDEO: HOW TO SET YOUR PC'S ETHERNET IP ADDRESS

  3. Addressing of the controller is an issue.

    • Another device on the network with the same IP address as the controller or the PC.

    • Wrong controller address used in Motion Planner setup (RS232 or Ethernet).

    • Ethernet has not been configured and/or enabled in the controller.

  4. Reserved word "END" is used inside the programs beyond defining the end of a program definition.

    • A program label contains the string "END".

    • A text write command contains the string "END".

    • A string variable command contains the string "END".

...

Note - this is a Motion Planner issue as it is looking for the string 'END' in the download file to try and optimize the downloading process.  Having the string 'END' appear any where anywhere but the actual END command to terminate a program will cause downloading problems.  Remove or change any non-program terminating END command strings to something other than 'END'.

...