lcec config exited without becoming ready
- Millimetergott
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
03 Feb 2025 10:07 #320481
by Millimetergott
lcec config exited without becoming ready was created by Millimetergott
Hallo zusammen, ich bin grade dabi meine erste Maschine mit ethercat zubauen. Nach ein paar kleinen Fehlern hab ich das meiste beseitigen könne nun bekomme ich beim satrten der Sim axis diesen fehler: "lcec config exited without becoming ready".
Kann mir einer weiterhelfen ?
Gruß Tom
Kann mir einer weiterhelfen ?
Gruß Tom
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 516
- Thank you received: 166
03 Feb 2025 11:57 #320491
by Hakan
Replied by Hakan on topic lcec config exited without becoming ready
That's not right
You should add a new first line so it starts with
(I hope you understand my answer, my german is terrible)
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
<slave idx="0" name=”D1” type="EK1100"/>
<slave idx="1" name=”D2” type="EL2004"/>
<slave idx="2" name=”D3” type="EL2004"/>
<slave idx="3" name=”D4” type="EL1008"/>
</master>
</masters>
You should add a new first line so it starts with
<masters>
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
(I hope you understand my answer, my german is terrible)
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
- Millimetergott
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
03 Feb 2025 15:37 #320504
by Millimetergott
Replied by Millimetergott on topic lcec config exited without becoming ready
thx for your fast reply. I have chnged my configs like your exmaple, now i get a new error.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 516
- Thank you received: 166
03 Feb 2025 16:11 #320506
by Hakan
Replied by Hakan on topic lcec config exited without becoming ready
Is the config file really located there?
Normally there is a sub-directory to configs, like
loadusr -W lcec_conf /home/tom/linuxcnc/configs/ethercat-conf.xml
Normally there is a sub-directory to configs, like
loadusr -W lcec_conf /home/tom/linuxcnc/configs/My_Machine/ethercat-conf.xml
Please Log in or Create an account to join the conversation.
- Millimetergott
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
03 Feb 2025 17:36 #320517
by Millimetergott
Replied by Millimetergott on topic lcec config exited without becoming ready
Changed this part also but i get the same error again
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 516
- Thank you received: 166
03 Feb 2025 20:04 #320530
by Hakan
Replied by Hakan on topic lcec config exited without becoming ready
Do you use some special double-quotes around D1, D2,D3 and D4?
Replace them with the normal ones, that are around 0,1,2,3 in slaves
names="D1"
Replace them with the normal ones, that are around 0,1,2,3 in slaves
names="D1"
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
Time to create page: 0.060 seconds