AX58100
30 Oct 2024 05:58 #313470
by SOLD
Hello
I'm a newbie. I started DIY Ethercat board with AX58100
1. AX58100-16in-16out
2. AX58100-Step/DIR + Encoder ABZ +8in/8out GPIO
Everything works on Twincat and I can connect it to Linux lcec
I want to use it with Linux CNC as 3axis and 1 spindle
In the axis there are
-Step/Direct
-Input8
-Output8
-Encoder ABZ
And there is AX58100-16in-16out board as the main I/O of the system
But I still can't create the correct ethercat-conf.xml file. I don't understand if it needs to be used as CIA402 or not
I have attached the XML files from AXIS for both boards
Can you please suggest a generator for ethercat-conf.xml for this project
Thanks for your support
I'm a newbie. I started DIY Ethercat board with AX58100
1. AX58100-16in-16out
2. AX58100-Step/DIR + Encoder ABZ +8in/8out GPIO
Everything works on Twincat and I can connect it to Linux lcec
I want to use it with Linux CNC as 3axis and 1 spindle
In the axis there are
-Step/Direct
-Input8
-Output8
-Encoder ABZ
And there is AX58100-16in-16out board as the main I/O of the system
But I still can't create the correct ethercat-conf.xml file. I don't understand if it needs to be used as CIA402 or not
I have attached the XML files from AXIS for both boards
Can you please suggest a generator for ethercat-conf.xml for this project
Thanks for your support
Please Log in or Create an account to join the conversation.
30 Oct 2024 11:43 #313479
by SOLD
Attachments:
Please Log in or Create an account to join the conversation.
31 Oct 2024 09:12 - 31 Oct 2024 09:37 #313531
by SOLD
I created ethercat-conf.xml used IO 8in-8out successfully.it works.
<?xml version="1.0" encoding="UTF-8"?>
<masters>
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
<!-- Define the slave device -->
<slave idx="0" type="generic" vid="0x00000b95" pid="0x00610300" configPdos="true">
<dcConf assignActivate="256" sync0Cycle="*1" sync0Shift="0"/>
<!-- Sync Manager Configuration -->
<syncManager idx="2" dir="out">
<pdo idx="0x1600">
<pdoEntry idx="0x3101" subIdx="1" bitLen="8" halType="complex">
<complexEntry bitLen="1" halPin="out-1" halType="bit"/>
<complexEntry bitLen="1" halPin="out-2" halType="bit"/>
<complexEntry bitLen="1" halPin="out-3" halType="bit"/>
<complexEntry bitLen="1" halPin="out-4" halType="bit"/>
<complexEntry bitLen="1" halPin="out-5" halType="bit"/>
<complexEntry bitLen="1" halPin="out-6" halType="bit"/>
<complexEntry bitLen="1" halPin="out-7" halType="bit"/>
<complexEntry bitLen="1" halPin="out-8" halType="bit"/>
</pdoEntry>
</pdo>
</syncManager>
<syncManager idx="3" dir="in">
<pdo idx="0x1a00">
<pdoEntry idx="0x3001" subIdx="1" bitLen="8" halType="complex">
<complexEntry bitLen="1" halPin="in-1" halType="bit"/>
<complexEntry bitLen="1" halPin="in-2" halType="bit"/>
<complexEntry bitLen="1" halPin="in-3" halType="bit"/>
<complexEntry bitLen="1" halPin="in-4" halType="bit"/>
<complexEntry bitLen="1" halPin="in-5" halType="bit"/>
<complexEntry bitLen="1" halPin="in-6" halType="bit"/>
<complexEntry bitLen="1" halPin="in-7" halType="bit"/>
<complexEntry bitLen="1" halPin="in-8" halType="bit"/>
</pdoEntry>
</pdo>
</syncManager>
</slave>
</master>
</masters>
Attachments:
Last edit: 31 Oct 2024 09:37 by SOLD. Reason: edit pic
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
02 Nov 2024 11:04 #313651
by RDA
The following user(s) said Thank You: SOLD
Please Log in or Create an account to join the conversation.
04 Nov 2024 06:31 #313743
by SOLD
Yes, it can't process by itself, as the manufacturer replied by email.
I tried step/direct with factory XML via twincat, it works. I'm still new to ethercat, I can't do much more.
This demo board is available on Alixprees th.aliexpress.com/item/1005005600858798....arch%7Cquery_from%3A
I tried step/direct with factory XML via twincat, it works. I'm still new to ethercat, I can't do much more.
This demo board is available on Alixprees th.aliexpress.com/item/1005005600858798....arch%7Cquery_from%3A
Please Log in or Create an account to join the conversation.
Time to create page: 0.130 seconds