LLExec EtherCAT on Windows

From Axel Public Wiki
Revision as of 19:29, 22 January 2019 by Axelpwiki (talk | contribs)
Jump to navigation Jump to search

This is a page to enable EtherCAT on the LLExec Windows Runtime.

First step: install the last Axel Automation Suite.

Step two: install LLExec runtime for Windows.

Step tree: open the folder where the runtime is installed end edit the file LLExec.conf.
Please enable the EtherCAT plugin by uncomment the line

<plugin filename="LLXPlugin_EtherCAT.dll" params="0"/>

Run LLExec runtime and create an empty project with LogicLab.
Please, in the resurces, enable EtherCAT, then connect to the runtime and download.
In the log window of LLExec you will find many logs, you have to search for the ones that begin with PCAP IF:, example

PCAP IF: 0 Network adapter 'TAP-Windows Adapter V9' on local host
PCAP IF: 1 Network adapter 'Oracle' on local host
PCAP IF: 2 Network adapter 'Realtek PCIe GBE Family Controller' on local host
PCAP IF: 3 Network adapter 'Microsoft' on local host

Please select the right interface and write it in the file LLExec.conf,
edit the params attribute for the EtherCAT plugin:

<plugin filename="LLXPlugin_EtherCAT.dll" params="3"/>