Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
04 Aug 2025 12:58
Replied by PCW on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Driver Boards

Beachten Sie auch, dass bei einem 7I84U beide Feldnetzteile
angeschlossen sein müssen, da er sonst nicht erkannt wird.
  • --Matt--
  • --Matt--
04 Aug 2025 12:47 - 04 Aug 2025 12:52
Replied by --Matt-- on topic Surfacemap Z compensation with Probe Basic

Surfacemap Z compensation with Probe Basic

Category: QtPyVCP

Yes, I did.

The surface_scan_param_update.ngc file only seems to handle parameters 3050-3054. These are associated with the ui buttons that seem to work.

github.com/zmrdko/01_surfacemap/blob/mai...can_param_update.ngc

The surface_scan.ngc file mentions several other parameters:
3055, 3057, 3058, 3059, 3060, 3061, 3062, 5061, 5062, 5063, 5403

github.com/zmrdko/01_surfacemap/blob/mai...nes/surface_scan.ngc

I did try adding these to the .var file but that didn't work. Perhaps they also need to be added in a similar way to surface_scan_param_update.ngc?

Another problem is that the instant you try to type a character into the ui boxes for feedrate on the surfacemap user tab it attempts to do something. I.e. It doesn't wait until you enter the value, it tries to send individual characters.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:44
Replied by tommylight on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac


When I do a torch-test with 3 seconds pulse then I read a voltage of 180V on the plasmac-screen. Is that a plausible value ? 

Yes it is

Is it possible to get a table with cutting-settings for different thicknesses from sb. who also uses a Stahlwerk-Plasmacutter or comparable so I don't neet to try and waste so much metal ?

That will not help you much, you have to do your tests and decide on results as there are to many conditions that will inevitably change the cut quality, like: air pressure, air moisture, nozzle type, cut height, cut speed, type of material (all mild steels are not the same), etc.
Try searching this forum, i have explained several time in detail how to test and adjust for quality cutting.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:30
Replied by tommylight on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Driver Boards

7i84U ist ein SSerial carte, braucht kein firmware flash.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:22
Replied by tommylight on topic MonoKrom - QtPyVCP GUI for PlasmaC and Mill

MonoKrom - QtPyVCP GUI for PlasmaC and Mill

Category: QtPyVCP

Subbed with @tomapc and was already subbed with @toma.cnc1 , i think, will also check @toma.3d.
  • rodw
  • rodw's Avatar
04 Aug 2025 11:17

MonoKrom - QtPyVCP GUI for PlasmaC and Mill

Category: QtPyVCP

Better late than never but here is a video showcasing Monokrom. I still think this is a pretty impressive GUI, thankls to JoCo..



It would be absolutely amazing if you guys could subscribe to my Youtube channel while watching it. I am 10 short of 1000 subscribers. Its only taken 15 years.... :)
  • dredivan
  • dredivan
04 Aug 2025 11:10
Replied by dredivan on topic Touch off don`t work "file not open"

Touch off don`t work "file not open"

Category: AXIS

I did a clean install with Linux_Mint_22.1_LinuxCNC_2.10.iso
Linux_Mint_22.1_LinuxCNC_2.10.iso

and now this problem is gone

Befor I did install clean debian 12 and linuxcnc 2.10
  • mikeT
  • mikeT's Avatar
04 Aug 2025 10:51 - 04 Aug 2025 14:18

how to make M7 (mist on) generate step pulses

Category: G&M Codes

Now I can run my peristaltic mist pump at a predefined speed at the press of the coolant mist button or M7 command.

My HALnow includes:
loadrt stepgen step_ type=0,0,0,0,0 ctrl_type=p,p,p,p,v
setp stepgen.4.velocity-cmd 20
setp stepgen.4.steplen 1
setp stepgen.4.stepspace 1
net pump-on iocontrol.0.coolant-mist => stepgen.4.enable
net pump-pulse stepgen.4.step parport.0.pin-14-out

I have been running this HAL code since 2021. It works reliably but these is only one stepper speed available i.e. setp stepgen.4.velocity-cmd 20. If I wish to change the stepper/peristaltic pump speed, I need to edit the HAL file and re start.

Is there a way to add a control to the AXIS control screen or add a pot or encoder the the parport pins which will allow me to change the stepgen speed (velocity-cmd 20) in the HAL file during a machining session.
  • Naols
  • Naols
04 Aug 2025 10:28 - 04 Aug 2025 10:32
Replied by Naols on topic LinuxCNC and Beckhoff AX5000 servo drives

LinuxCNC and Beckhoff AX5000 servo drives

Category: EtherCAT

Thank you very much endian for this converter, I used it and the output "ethercat-conf.xml" file seems correct.
However, I am struggling to make it work with the .ini and .hal file on LinuxCNC (my setup is a Beckhoff motor controlled by a AX5125 servo drive).

I am debugging but would really appreciate if I could ask you some questions about this converter to be sure the issue is not from it.
If that is ok for you, please reach out to this email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Again thanks for your converter that is so valuable!
  • scsmith1451
  • scsmith1451
04 Aug 2025 09:54
Replied by scsmith1451 on topic Set program zero using XY positioning laser

Set program zero using XY positioning laser

Category: Advanced Configuration

A question associated with this project to integrate a crosshair laser into my machine.

At present the crosshair laser has been successfully integrated into the gvcp panel. My next effort is to allow the user to select the coordinate system to set to zero given the position marked by the crosshairs on the stock. I've added a HAL_Combo box which I can select the coordinate system, however, while monitoring the s32 pin with show_configuration I do not see any change in the value of the pin when selecting a different value. I would like to reference both the label and value columns of the liststore associate with the selection. Is that possible without resorting to a handler?

 
  • mgm
  • mgm's Avatar
04 Aug 2025 09:34
Replied by mgm on topic Switch relay in a defined x position

Switch relay in a defined x position

Category: Advanced Configuration

Hi Benny,
Thanks for your message!
If I understand correctly, the HAL lines are the implementation of my current comp file, right?

I would now have to add the position switch and the query for the switch position and then connect it to the emergency stop if the position is incorrect.

Do I add the HAL lines to my existing HAL?
  • Abdulkareem
  • Abdulkareem
04 Aug 2025 09:17
Replied by Abdulkareem on topic Motion Jitter with LinuxCNC + EtherCAT

Motion Jitter with LinuxCNC + EtherCAT

Category: General LinuxCNC Questions

thank you again for your time the hal scope confirmed your hypothesis there is one thing i wanted to confirm if i tune the acceleration parameters will it reduce the noise because i think i might of set it a little bit high
  • Daroum
  • Daroum
04 Aug 2025 09:13
Modifying qtdragon screen was created by Daroum

Modifying qtdragon screen

Category: GladeVCP

Hello everyone 
I want to create a new screen for a machine that i am working on 
Qtdragon seems ideal for me but i need to modify it by deleting some sections that i don't need and adding other sections and buttons i already installed glade and also qt creator. 
The board that am using ( mesa 7i76e) is in the machine and it's a bit far from me i couldn't use it for now so i can't create a project using my board configuration 
So i need to create a modified qtdragon template or modifying the .ui file of the qtdragon template 
When i create sim project based on qtdragon i couldn't find where i should make the modifications (.ui file doesn't exist in my project directory)
Anyone has an idea how to do that ? 
Thanks in advance 
  • Edi_48
  • Edi_48
04 Aug 2025 08:20 - 04 Aug 2025 08:21
7i96s Erweiterung was created by Edi_48

7i96s Erweiterung

Category: Driver Boards

Hallo  Ich habe eine Mesa7i96s und eine Mesa 7i84U welche Firmware muss ich flashen? Ich habe es mit sudo mesaflash --device 7i96s --addr 10.10.10.10 --write 7i96s_7i85sd.bit probiert aber ich sehe die Anschlüsse auf der 7i84u nicht
  • unknown
  • unknown
04 Aug 2025 08:05
Replied by unknown on topic Mesaflash is not able to find 5i25

Mesaflash is not able to find 5i25

Category: Driver Boards

This seems to be an issue that seems to happen with HP boxes, add in cards seem to be disabled. This is just not related to Linuxcnc cards. Users have had issues with PCIe LPT cards and a month or so ago when doing a google search related to this it pops up in HP forums with no resolution (not just the above mentioned add in cards). (sorry I didn't bookmark the threads I found)
Displaying 571 - 585 out of 24239 results.
Time to create page: 0.258 seconds
Powered by Kunena Forum