LLExec EtherCAT on Windows: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This page describes how to enable EtherCAT on the LLExec Windows Runtime.
This page describes how to enable EtherCAT on the LLExec Windows Runtime.


1) install the last '''"LogicLab Automation Suite"''', from our "Download" area on the public website
# download '''"LogicLab Automation Suite"''' from our "Download" area on the public website and install it;
 
# download '''"LLExec (x86 Windows)"''' from our "Download" area on the public website and install it;
2) install the last '''"LLExec (x86 Windows)"''', from our "Download" area on the public website
# download '''WinPcap''' library from https://www.winpcap.org/install/default.htm and install it;
 
# open the folder where the runtime is installed (tipically "C:\Program Files (x86)\Axel PC Tools\LLExec") and then open the file LLExec.conf with a text editor;
3) install '''WinPcap''' library, please download it from https://www.winpcap.org/install/default.htm
# enable the EtherCAT plugin by uncomment the line:
 
#: <code><plugin filename="LLXPlugin_EtherCAT.dll" params="0"/></code>
3) open the folder where the runtime is installed (tipically "C:\Program Files (x86)\Axel PC Tools\LLExec") and open the file LLExec.conf with a text editor<br>
# run LLExec runtime;
Please enable the EtherCAT plugin by uncomment the line
# create an empty project with LogicLab;
<plugin filename="LLXPlugin_EtherCAT.dll" params="0"/>
# open the "Resources" tab of LogicLab and enable the EtherCAT master;
By default, the EtherCAT master will be enabled on the first network interface (params=0)
# connect to the runtime and download the code;
 
# in the log window of LLExec you will find several logs, search for the ones that begin with '''PCAP IF:''', example:
4) Run LLExec runtime and create an empty project with LogicLab.<br>
#: <code>PCAP IF: <b>0</b> Network adapter 'TAP-Windows Adapter V9' on local host
In the "Resources" tab, enable EtherCAT master, then connect to the runtime and download.
#: 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
5) 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>3</b> Network adapter 'Microsoft' on local host</code>
PCAP IF: <b>0</b> Network adapter 'TAP-Windows Adapter V9' on local host
# choose the desired network interface and write its numeric index in the file '''LLExec.conf''' by editing the '''params''' attribute of the EtherCAT plugin:
PCAP IF: <b>1</b> Network adapter 'Oracle' on local host
#: <code><plugin filename="LLXPlugin_EtherCAT.dll" params="<b>2</b>"/></code>
PCAP IF: <b>2</b> Network adapter 'Realtek PCIe GBE Family Controller' on local host
# restart LLExec for the normal operations.
PCAP IF: <b>3</b> Network adapter 'Microsoft' on local host
Please choose the right network interface and write its numeric index in the file <b>LLExec.conf</b>,<br>
by editing the params attribute for the EtherCAT plugin:
<plugin filename="LLXPlugin_EtherCAT.dll" params="<b>2</b>"/>
Then restart LLExec.






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

Revision as of 12:09, 23 January 2019

This page describes how to enable EtherCAT on the LLExec Windows Runtime.

  1. download "LogicLab Automation Suite" from our "Download" area on the public website and install it;
  2. download "LLExec (x86 Windows)" from our "Download" area on the public website and install it;
  3. download WinPcap library from https://www.winpcap.org/install/default.htm and install it;
  4. open the folder where the runtime is installed (tipically "C:\Program Files (x86)\Axel PC Tools\LLExec") and then open the file LLExec.conf with a text editor;
  5. enable the EtherCAT plugin by uncomment the line:
    <plugin filename="LLXPlugin_EtherCAT.dll" params="0"/>
  6. run LLExec runtime;
  7. create an empty project with LogicLab;
  8. open the "Resources" tab of LogicLab and enable the EtherCAT master;
  9. connect to the runtime and download the code;
  10. in the log window of LLExec you will find several logs, 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
  11. choose the desired network interface and write its numeric index in the file LLExec.conf by editing the params attribute of the EtherCAT plugin:
    <plugin filename="LLXPlugin_EtherCAT.dll" params="2"/>
  12. restart LLExec for the normal operations.