Skip to Content

VENDOR MODEL / TECHNOLOGY NAME

One-sentence description — what controller, bus, or technology this page covers and what it enables.

Manufacturer: VENDOR NAME
Supported controller versions: FW x.x – x.x
Interface: Ethernet / EtherCAT / ProfiNet / Serial / OTHER
Downloader plug-in: PLUGIN_ID (included / optional add-on)


Overview

2–3 sentences. What manufacturing task does this technology cover? What is the integration approach (online teach, offline program, DNC download, etc.)?

Always verify controller firmware against the supported version list before going live.


Supported Features

FeatureSupportedNotes
Offline programmingFull 6-DOF path generation
Online teach-inVia OPC-UA live connection
Collision detection
External axes⚠️Up to 2 external axes
Multi-robot coordinationPlanned for 2027.1
Safe zone monitoringRequires SafetyOption license

Prerequisites

  • FASTSUITE E2 2026.1 or later with Technology Pack: VENDOR license
  • Controller reachable on the network (static IP recommended)
  • Firmware version X.X.X or later on the controller
  • OPTIONAL: Additional hardware or cable required

Connection Setup

Network Configuration

SettingValue
ProtocolTCP/IP
Default portXXXX
Controller IPSet on controller — see vendor manual
Timeout30 s

In FASTSUITE E2

  1. Open Project > Technologies > Add Technology.
  2. Select VENDOR from the list.
  3. Enter the controller IP address and port.
  4. Click Test Connection — status should change to Connected.
  5. Click OK.

Ensure no other application (e.g. vendor teach pendant software) holds the controller connection before connecting from FASTSUITE E2.


Downloader Configuration

Parameters

ParameterTypeDefaultDescription
speed_overrideinteger (%)100Global speed override applied on download.
coord_systemenumWORLDCoordinate system: WORLD, BASE, TOOL.
program_namestringproject nameTarget program name on the controller.
dry_runbooleanfalseSimulate download without writing to controller.

Download Procedure

  1. Confirm the robot is in Remote mode.
  2. In FASTSUITE E2, select the program in the Project Tree.
  3. Click Download > To Controller.
  4. Review the pre-download summary dialog.
  5. Click Start Download.
  6. Monitor progress in the Output panel.

Coordinate Systems and Calibration

Describe the coordinate frame conventions for this technology.

FrameDescriptionHow to Calibrate
WORLDGlobal reference frameSet during cell setup
BASERobot base frameFactory default
TOOLEnd-effector frameUse TCP calibration wizard

Program Structure

Describe how the generated program is structured on the controller side.

PROGRAM_START ; Generated by FASTsuite E2 — do not edit manually SECTION: INIT ; Initialization routines SECTION: MAIN ; Motion statements SECTION: END PROGRAM_END

I/O Mapping

Signal NameDirectionAddressDescription
PROG_RUNNINGOutputD[1]High while program executes
ERROR_RESETInputD[2]Rising edge resets controller error
PART_PRESENTInputD[3]Sensor confirms part in fixture

Limitations and Known Issues

  • EXT_AXIS_MAX: Maximum 2 external axes in this firmware version.
  • PROGRAM_NAME_LENGTH: Program name must not exceed 16 characters.
  • KNOWN_ISSUE: Description and workaround. (Fixed in FW X.X.)

Troubleshooting

SymptomLikely CauseResolution
”Connection timeout”Firewall blocking port XXXXOpen port on network switch / Windows Firewall
”Program rejected”Name too long or invalid charsRename to max 16 alphanumeric chars
Download starts but robot doesn’t moveRobot not in Remote modeSet mode selector to AUTO/REMOTE

Was this page helpful?