Advanced Search

Search Results (Searched for: )

  • Masiwood123
  • Masiwood123's Avatar
11 Nov 2025 18:15
Replied by Masiwood123 on topic beta bulleri for retrofit?

beta bulleri for retrofit?

Category: CNC Machines

i will make short video what is all about that problem later.
  • Hakan
  • Hakan
11 Nov 2025 18:14 - 11 Nov 2025 18:16
Replied by Hakan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

The following error can be large due to physical reasons, such as the axle sticking, tool breakage, etc.
With a good FERROR setting, the machine stops with a warning instead of destroying all sorts of things.
That's what you want. When the servos are working well, you should tighten the FERROR values ​​to get that protection.

Normally, values ​​are specified in the INI file.
With Ethercat it isn't so stream-lined yet, some values are set directly in the hal file like the pos-scale.
You can do it yourself, but it often introduces one more level of complexity when one just wants the machine to work.
In the ini file create a [ETHERCAT] section like below
[ETHERCAT]
CIA402_POS_SCALE_X = 200.0
and more
and use it in the hal file
setp cia402.0.pos-scale [ETHERCAT]CIA402_POS_SCALE_X

Optional.

I am not the right person to elaborate on ethercat homing.
I use linuxcnc's homing variant with switches in the traditional way.
Many people have used ethercat homing, search the forum, or maybe someone chimes in.

There are 3-4 lines mentioning homing in the cia402 documentation github.com/dbraun1981/hal-cia402
  • Masiwood123
  • Masiwood123's Avatar
11 Nov 2025 18:08
Replied by Masiwood123 on topic beta bulleri for retrofit?

beta bulleri for retrofit?

Category: CNC Machines

 thank you very much for the answer, it will certainly help me later, now i have come to the conclusion that I could destroy the drivers by bringing 24v for enabling, it did not occur to me that the old controller gives 10v on that output, otherwise they are all 24vdc. and now here in the picture you can see these white wires, they are connected to enable on pin 7, however, the pin 6 from the driver just gives 10v and then I managed to short-circuit to pin 7 and the drivers are enabled, however, I still need to understand the estop chain so that the switch that supplies power to the drivers would stick, when I turn it on manually, the axes slide slightly to one side, maybe mm/min, I assume that the offset on the trimmer is not well adjusted, But, when all that I did it via the Mesa 7i77 card, i installed enable and brought the wires for the analog signal of the axis, when i start linuxcnc machine F2  axis move a little and stop(joint following error) (I will have to try to tune the motors first or maybe I should try to turn the analog wires ref and ref-?
  • ruediger123
  • ruediger123
11 Nov 2025 18:01
Replied by ruediger123 on topic Ethercat HAL driver

Ethercat HAL driver

Category: EtherCAT

Hello,
I try to integrate the security plc from Sick Flexi Soft via ethercat but I get the message that bitLen only allows 32 bits.
Are the restrictions limited to Linuxcnc-ethercat or do they also apply to the IGH ethercat-master.
   
  • PCW
  • PCW's Avatar
11 Nov 2025 17:26

Mesa 7i96s Torch on and arc ok problems?

Category: Plasma & Laser

It look basically OK but I do not have information on the plasma source pinout
  • andypugh
  • andypugh's Avatar
11 Nov 2025 17:06
Replied by andypugh on topic Compile files in /linuxcnc/lib/

Compile files in /linuxcnc/lib/

Category: General LinuxCNC Questions

You probably don't need to compile the gtk_little_probe.py file.

Python is an interpreted language, so often you just need to make the edits and run the code.

So, the reason that "make" is not doing anything is that the file in question is not mentioned in the makefile, as it is simply interpreted as and when needed.

(There is a complication that Python code is compiled to bytecode (.pyc) and sometimes that might be run instead.)

To be sure that your edited file is running, maybe put a "print("this is version 2.2.2") near the top of the file?
  • Lcvette
  • Lcvette's Avatar
11 Nov 2025 16:45
Replied by Lcvette on topic Probebasic tool length calculation

Probebasic tool length calculation

Category: QtPyVCP

G49, did you modify your tool setter macro? If not I would check that your var file and pb version are all correctly aligned and the parameters are storing in the var file.
  • tommylight
  • tommylight's Avatar
11 Nov 2025 16:38
Replied by tommylight on topic beta bulleri for retrofit?

beta bulleri for retrofit?

Category: CNC Machines

Pots do not work with digital inputs, but encoders do, so given enough space the pots can be switched for encoders.
For rough analog, Mesa 7i77 has 4 analog inputs (in0-in3) when set in mode 2, you can try that and see if it is usable for you.
For outputs, 2.10 (or Master) has a nice feature where you can toggle inputs and outputs from the "show hal configuration" menu, so add the Mesa outputs by assigning some random names to pins, then use the above to toggle on and off outputs by clicking on SET or clear, as shown bellow:
  • peterpan
  • peterpan
11 Nov 2025 16:03
Replied by peterpan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

I figured out how to setup homing mode in the ClearView software, and setup a home sensor, but I have no clue how to make it start homing when home is pressed in linuxcnc. I assume I need to do something with the joint.0.index-enable pin?
  • PCW
  • PCW's Avatar
11 Nov 2025 15:14
Replied by PCW on topic Determining Rate Of Accelleration

Determining Rate Of Accelleration

Category: General LinuxCNC Questions

You can get acceleration by taking  the derivative of the encoder velocity pin with the HAL ddt component.
  • peterpan
  • peterpan
11 Nov 2025 15:05
Replied by peterpan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

Sweet, so setting the following error higher allows it to run at higher speeds. What is the trade-off? Is it less accurate with a higher following error?

How do I know when to edit something in the .ini file vs the .hal file? it sounds like ferror is linked to a hal pin, but is configured in the .ini file..?

Then, regarding a completely different topic, I was wondering about the pros and cons of using the servo's built-in Homing mode. And if it makes sense to, how would I use HM to home, then switch to CSP for operation?

On the same topic of homing, how would I set that up? Is there a hal pin for homing that I would need to link to a homing sensor?
  • TurboStreetCar
  • TurboStreetCar
11 Nov 2025 14:48
Determining Rate Of Accelleration was created by TurboStreetCar

Determining Rate Of Accelleration

Category: General LinuxCNC Questions

Hello, i have a project im working on (Not a CNC machine, but i believe a Mesa card is good capable hardware for this application) where im trying to determine the rate of acceleration of an externally driven spindle using an encoder. 

There doesn't seem to be any built in components for this that i can find.

The use case, is to feed the rate of acceleration into a PID loop to control the output of a stepper/servo that regulates the spindles speed.

Is there a relatively easy way to measure/determine rate of acceleration accurately?
  • langdons
  • langdons's Avatar
11 Nov 2025 14:35 - 11 Nov 2025 14:39

qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)

Category: Qtvcp

Software rendering should not be a long-term solution.

Please post output of glxgears -info.

I love those good ol' X apps like glxgears; they are simple, yet suprisingly powerful.


Could you test on 2.9.4 or something by chance?

Perhaps this is a new regression; GPUs, especially NVIDIA, are often unsupported by newer versions of GNU/Linux (and FreeBSD too).
  • Beovoxo
  • Beovoxo
11 Nov 2025 14:27

ASDA-A2-1521-E parameter list for ethercat com

Category: EtherCAT

thx :) i thought the light would be on, and flashing while communicate. i just connected them to the ek1100 and no faults :):)
  • seuchato
  • seuchato
11 Nov 2025 14:17
Replied by seuchato on topic Toolchanger HAL Component project

Toolchanger HAL Component project

Category: HAL Examples

smc.collins
Interesting work you present here! I might get a chance to start implementing a tool changer over christmas/new year.
Greez
chris
Displaying 91 - 105 out of 22418 results.
Time to create page: 0.291 seconds
Powered by Kunena Forum