LLExec EtherCAT on Windows: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
  <plugin filename="LLXPlugin_EtherCAT.dll" params="0"/>
  <plugin filename="LLXPlugin_EtherCAT.dll" params="0"/>


Run LLExec runtime and create an empty project with LogicLab.<br>
Please, in the resurces, enable EtherCAT, then connect to the runtime and download.<br>
In the log window of LLExec you will find many logs, you have to search for the ones that begin with <b>PCAP IF:</b>, example
PCAP IF: <b>0</b> Network adapter 'TAP-Windows Adapter V9' on local host
PCAP IF: <b>1</b> Network adapter 'Oracle' on local host
PCAP IF: <b>2</b> Network adapter 'Realtek PCIe GBE Family Controller' on local host
PCAP IF: <b>3</b> Network adapter 'Microsoft' on local host
Please select the right interface and write it in the file <b>LLExec.conf</b>,<br>
edit the params attribute for the EtherCAT plugin:
<plugin filename="LLXPlugin_EtherCAT.dll" params="<b>3</b>"/>






[[Category:LLExec]]
[[Category:LLExec]]

Revision as of 19:29, 22 January 2019

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"/>