Advanced Search

Search Results (Searched for: )

  • viesturs.lacis
  • viesturs.lacis
Today 14:05
Replied by viesturs.lacis on topic lcec_conf exited without becoming ready

lcec_conf exited without becoming ready

Category: EtherCAT

so I tried again with VFD connected and got still the same error (see attached image "error present")
what I did is cut out lines 24-28, saved and tried again and LinuxCNC did run! see attached image "error gone".
how do I proceed from here to actually get the VFD running? is it enough to set the correct HAL pin from 0 to 1 to mimic "run/stop" signal together with providing some frequency/speed value on second pin or does this process require any more steps?
  • viesturs.lacis
  • viesturs.lacis
Today 13:04 - Today 13:06
Replied by viesturs.lacis on topic lcec_conf exited without becoming ready

lcec_conf exited without becoming ready

Category: EtherCAT

a little update - it turns out that the EtherCAT adapter works better if it is enabled in VFD settings. so I did that and then "ethercat slaves" command does recognize it and also lcec-configgen creates a lot more meaningful xml file and installing cia402 component did the trick - now it complains about invalid modparam "enable VLAccel" but that is expected because I brought the laptop in house and left VFD in workshop

do not worry about classicladder - I am using a sample config with classicladder because I wanted to create some basic logic for carousel toolchanger
  • rodw
  • rodw's Avatar
Today 12:19
Replied by rodw on topic lcec_conf exited without becoming ready

lcec_conf exited without becoming ready

Category: EtherCAT

one step at a time. you need to get rid of the error messages. comment out classicladder.
I have never used it so on a starting config, why do you?
Why are you still showing us useless xml?
It seems you are not finding your xml file.
I can't see any relevant messages or that 2 line generated file. it may be correct.
  • Todd Zuercher
  • Todd Zuercher's Avatar
Today 11:41
Replied by Todd Zuercher on topic Faceting/Linearization leading to poor surface finish

Faceting/Linearization leading to poor surface finish

Category: PathPilot

I agree completely with what spumco said and would like to expand on it. I have seen some faceting caused by a combination of extreemly short linear segmented CAM generated code and poorly chosen G64 settings. If multiple very short linear segments are used to approximate a curve, and a large G64 Pn setting are combined, sometimes the result will give a faceted tool path because G64Pn will assume "n" also for the Q setting. If Qn is less than the length of multiple lines of linear code in a row the interpreter will turn them into a single line. The result will be a bunch facets of approximately n length. The answer is to specify a value for Q less than the sum of two of your CAM program's shortest line segments instead of letting the Q be assumed to be equal to P.
  • Plasmanfm
  • Plasmanfm
Today 10:47 - Today 10:51
Replied by Plasmanfm on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Ich habe aber noch was gefunden im Linuxcnc G-Code fehlt die G43 !
Das ist de Werzeuglängen Offset
zweites Bild wie es sein mueste
drittes Bild was vom Program erstellt wird 

king
regarde
Juergen
  • Plasmanfm
  • Plasmanfm
Today 08:49
Replied by Plasmanfm on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Ja Firefox-ESR Startet Webseiten lassen sich öffnen…

king
regarde
Juergen
  • viesturs.lacis
  • viesturs.lacis
Today 07:46 - Today 10:02
Replied by viesturs.lacis on topic lcec_conf exited without becoming ready

lcec_conf exited without becoming ready

Category: EtherCAT

ok, thank you!
I tried lcec_configgen and the result is xml file with 2 lines which, based on the error message, seem insufficient (please see attached image). note that it was before I tried adding cia402 module. Is that a mistake and is cia402 module mandatory? because the way I understand it now is that cia402 helps connecting HAL pins, but the VFD should be discovered over ethercat even without it. is that correct? one more thing is that cia402.comp in the comments contains suggested HAL file lines and there lcec_conf is loaded in line 50 before cia402 in line 52:
github.com/dbraun1981/hal-cia402/blob/main/cia402.comp#L50
so I think that it should work like it is, the problem most probably is the XML file
I was expecting at least some kind of output from "ethercat slaves" command - there was totally nothing. is that ok? I was expecting some message that shows discovered slave device or a message that no devices were found
  • rodw
  • rodw's Avatar
Today 05:10
Replied by rodw on topic lcec_conf exited without becoming ready

lcec_conf exited without becoming ready

Category: EtherCAT

The provided xml is useless for our purposes.Its for twincat on windows You could try typing: lcec_configgen to generate an xml file
cia402 is a standard for drives (and vfds). It essentially uses the cia402 state machine to safely power drives on. so for ethercat drives, we load the lcec driver then for each drive we load the cia402 state machine. Then at the end of our servo thread cycle, we write cia402 back to the ethercat layer and  then write everything back to the ethercat bus
  • rodw
  • rodw's Avatar
Today 04:59
Replied by rodw on topic how to get better latency test results

how to get better latency test results

Category: General LinuxCNC Questions

I turned off all the turbo mode, C-state,etc. But the latency test shows the jitter is 50-60us. Is it enough for Ethercat control? Is there anything else I need to do with.
 

Your PC sounds fine. Just make sure coalescing is turned off on your NIC. type man hm2_eth for some details on this.
  • spumco
  • spumco
Yesterday 02:16

Faceting/Linearization leading to poor surface finish

Category: PathPilot

I have used the Teknic software and run an auto tune and it helped but the problem still exits.

I havent changed the step input resolution settings(which is 3200 steps/rev) because other folks have no problem nor should I. I can see a tuning change being needed per machine but not a reconfig of input vs resolution.
 

Do the other folks you're talking about also have 1100MX's?  Just making sure it's an apples-to-apples comparison.

Assuming you and they have the same pitch ballscrews, the next thing to check is the actual gcode.

Is this a CAM-generated toolpath with lots of linear segments, or are the facets present on G2/G3 moves?

Are you using G64 in the problem code?  If so, what is it set to?
  • viesturs.lacis
  • viesturs.lacis
Yesterday 19:11
lcec_conf exited without becoming ready was created by viesturs.lacis

lcec_conf exited without becoming ready

Category: EtherCAT

Hello!

My experience with LinuxCNC goes back for 15-16 years and now I am taking my first steps in getting it to work with EtherCAT. I am doing a retrofit of Biesse CNC machine and customer wants to use VFD for spindle that is made by ABB (model ACS380). Since by default that VFD has 2 digital inputs and 0 analog inputs, I could only get "start/stop" function to work so they got EtherCAT module (FECA_01 with firmware 1.30) for that VFD that I am now trying to get to work.
I have (at least I think so) successfully installed ethercat libraries as per first post by RodW in this thread:
forum.linuxcnc.org/ethercat/45336-etherc...-how-to-step-by-step
I have got XML file from ABB for the VFD drive (they provide ZIP archive with large collection of them and I picked the one that had matching firmware number of the EtherCAT module in filename), I have attached it.
Attached is also a screenshot that shows that EtherCAT service is active, those few lines in HAL file that I used to start lcec module, the thunar window to show actual location of XML file (to show that it matches the line in HAL file) and the error message of LinuxCNC.
Is there anything obvious I am missing?
In many forum posts I see that people also use cia402 module. Is it required here? I have not found any explanation of what exactly it is used for.
Thanks in advance!
  • PCW
  • PCW's Avatar
Yesterday 18:49 - Yesterday 21:05
Replied by PCW on topic Sudden lost of Y2 slave control

Sudden lost of Y2 slave control

Category: Driver Boards

Here is a little test program that slowly toggles all step/dir outputs so both states of all outputs
can be checked with a voltmeter:

 

File Attachment:

File Name: 5i25stepgens.txt
File Size:1 KB


You will need to

chmod +x 5i25stepgens.txt

then

sudo ./5i25stepgens.txt

and all step/dir outputs should toggle at a ~ 1/3 hz rate
 
  • tommylight
  • tommylight's Avatar
Yesterday 17:14
Replied by tommylight on topic how to get better latency test results

how to get better latency test results

Category: General LinuxCNC Questions

Should be OK, but not the only important thing for EtherCAT, so in short: you can not know without actually testing it.
  • zjjxxsh
  • zjjxxsh
Yesterday 16:49

how to get better latency test results

Category: General LinuxCNC Questions

I'm using Simens IPC127e. It's a Siemens's computer working on Intel E3940/4GB and Intel i210 network card. This computer was used for industry control, it should working well with linuxcnc. 

I turned off all the turbo mode, C-state,etc. But the latency test shows the jitter is 50-60us. Is it enough for Ethercat control? Is there anything else I need to do with.

Btw, I have no Idea on turn-off the OnBoard Audio, how should I do.
  • trackwhack
  • trackwhack
Yesterday 16:43
Replied by trackwhack on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Können Sie bitte einmal ein normales Terminal öffnen — ohne Takshak — und dort
firefox-esr
eingeben? Startet Firefox dann sauber, liegt der Fehler bei uns und nicht bei Ihrem System: unsere AppImage-Umgebung reicht dann eine eigene Bibliothek an Firefox weiter. Das wäre für uns die wichtigste Information.
Displaying 1 - 15 out of 289140 results.
Time to create page: 5.156 seconds
Powered by Kunena Forum