2. Installation

2.1. Setup Process

The product can be installed by executing the setup.exe (requires administrator privileges) and following the screen instructions:

Welcome page:
_images/setup.png
License Agreement:
_images/setup_2.png
Select Installation Folder:
_images/setup_3.png
Confirm Installation:
_images/setup_4.png
Installing EC-Inspector:
_images/setup_5.png
Installation Complete:
_images/setup_6.png

2.2. Silent Installation

The product can also be installed in silent mode by using the command line parameters of msiexec.

Sample 1: Installs EC-Inspector into default installation folder

msiexec /i c:/temp/EcInspectorSetup.msi /quiet /qn /norestart /log c:/temp/install.log

Sample 2: Installs EC-Inspector into C:/EC-Inspector

msiexec /i c:/temp/EcInspectorSetup.msi /quiet /qn /norestart /log c:/temp/install.log INSTALLLOCATION="C:/EC-Inspector"

For more information please refer command line parameters of msiexec.

2.3. File and Folder Structure

The setup process will copy all necessary files into the following folder:

Installation directory: (Default: %ProgramFiles%/acontis_technologies/EC-Inspector)
/Doc

Release notes and the user manual

/EEC

Files for mapping emergency error codes

/Languages
  • Lanugage specific files

  • EC-Inspector.exe

  • EcMonitor.dll

All users directory: (Default: %ALLUSERSPROFILE%/EC-Inspector)
/CAPTURE

Capture files which can be analysed in offline diagnosis mode (see Capture File) /EtherCAT EtherCAT Slave Information (ESI) Files Can be modified via ESI-Manager ESICache.xml ESI-File-Cache for faster access of ESI files

EC-Inspector.log

Log file

User.myusername.xml

User specific settings

2.4. NDIS Driver

The Network Driver Interface Specification (NDIS) is the specification for a network driver architecture that allows transport protocols like TCP/IP to communicate with an underlying physical network adapter. For analyzing EtherCAT frames in Windows, EC-Inspector makes use of the well-known Windows packet capture library, WinPcap. However, WinPcap was based on the NDIS 5.x driver model, and development has ceased. The latest versions of Windows 10 do not support this old NDIS 5.x version anymore, so now EC-Inspector V3.4 includes an installation package to install the acontis NDIS 6.x Filter Module EcatNdis.sys. With this new Filter Module and the new NDIS Link Layer emllNdis.dll, it is now possible for EC-Inspector to work without WinPcap on all Windows 10 versions.

_images/architecture.png
_images/image18.png