Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
23 Jun 2025 21:23
Replied by tommylight on topic LinuxCNC Machine Vision

LinuxCNC Machine Vision

Category: General LinuxCNC Questions

forum.linuxcnc.org/plasmac/40057-camera-for-touchoff
There was/is something for PlasmaC and/or QtPlasmaC, but i can not find it, might be in the manuals, but searching for it now i noticed some of PhillC videos have been removed from youtube.
It did skew adjustment also, when the plate was not placed parallel, etc.
  • Todd Zuercher
  • Todd Zuercher's Avatar
23 Jun 2025 20:59 - 24 Jun 2025 17:27
LinuxCNC Machine Vision was created by Todd Zuercher

LinuxCNC Machine Vision

Category: General LinuxCNC Questions

Anyone have any experience with using machine vision with LinuxCNC?  Specifically I am looking into adding a camera to a CNC router for automating the touch off process for part location and size checking.  I want to be able to fixture a part (a frame) to the table then start a routine that would find the edges of the frame opening, make any needed adjustments to the part coordinates, and g-code (adjust a parameter or 2) and then mill the piece.

Does this sound like a reasonable task? Anyone already done something similar?
  • aluplastvz
  • aluplastvz
23 Jun 2025 20:54
Replied by aluplastvz on topic Sauter 12 Station Lathe Turret

Sauter 12 Station Lathe Turret

Category: HAL


Did you finish your project, did you use the original encoder or did you change it?
  • JackRay
  • JackRay
23 Jun 2025 20:23
Replied by JackRay on topic homing with Phase Z encoder on MESA 7i96s

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

i will try that tomorow
thanks
  • PCW
  • PCW's Avatar
23 Jun 2025 19:54
Replied by PCW on topic Modbus error

Modbus error

Category: General LinuxCNC Questions

I don't think you will get much help without a description
of your Modbus hardware and software setup.
  • endian
  • endian's Avatar
23 Jun 2025 19:48 - 25 Jun 2025 04:27

Problems switching PDO assignments (EP5101-0011)

Category: EtherCAT

electricity is back here ... last slave is your EP box ... check the config but there is no SDOs setup .. I think you will have to create some over the SDO object and then translate them -> object 0x8000:01 .. 17 
  • meister
  • meister
23 Jun 2025 19:46
Replied by meister on topic new ESI XML to Eeprom converter tool

new ESI XML to Eeprom converter tool

Category: EtherCAT

but it's also legitimate if you don't want others to use it, why look for loopholes?

There is now an alternative
  • endian
  • endian's Avatar
23 Jun 2025 19:43

Problems switching PDO assignments (EP5101-0011)

Category: EtherCAT

Maybe there is an eeprom setup and you will have to overwrite something in the eeprom .. because I can not see any SDOs in the startup list out of SM configuration... From the dmesg you are still tring write SM managers what not exist for them... 

My setup before the translator was ... Active configuration, unplug the TC3 master plug lcec master.. ethercat pdos ... And just rewrite active config then I have exporting the SDO config and everything works everytime..

You are using the TC2 instead TC3 .. there should be problem of crashing because I did the translation over TC3 withe 20other slaves CoE or SoE and it works well... Use just TC3, it is better and it is free... Did drag and drop file to the console? Because you have to insert full path ... I am in the heavy storm right now and I can not check your stuff ... 
  • meister
  • meister
23 Jun 2025 19:38
Replied by meister on topic new ESI XML to Eeprom converter tool

new ESI XML to Eeprom converter tool

Category: EtherCAT

github.com/synapticon/siitool

# 3. Execution of this software or parts of it exclusively takes place on hardware
produced by Synapticon GmbH.

of course you could just use it, no one will be able to prove it,
but since I'm trying to integrate EtherCat into RIO,
I can't use it so easily in my project.
  • PCW
  • PCW's Avatar
23 Jun 2025 19:30 - 23 Jun 2025 21:44
Replied by PCW on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

Before looking further into this, There seem to be
no hal connections that set the spindle directions.

That is, there are these net statements:

net Y73-SPFWD <= spindle.0.forward
net Y74-SPREV <= spindle.0.reverse

But signals Y73-SPFWD and Y73-SPFWD are not connected
anywhere else in the hal file. Normally I would expect
these to connect to some direction control output bits.

How is direction controlled on your VFD?
  • Murphy
  • Murphy
23 Jun 2025 19:27

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

@scotta, I just tested the 3.1.4 unfortunately it's still the same no change. Spindle dips to nearly zero while in CSS
  • PedPEx
  • PedPEx
23 Jun 2025 19:13 - 23 Jun 2025 19:17

Problems switching PDO assignments (EP5101-0011)

Category: EtherCAT

I tried a bunch of stuff, this are the results:

1. I tried to set the corresponding PDO assignments via EtherCAT-Configurator once again. It changed the PDO assignment but after a power-cycle the settings were gone.

2. I tried to set the PDO assignment via a InitCMD-XML file. The InitCMDs do not change anything unfortunately. A "ethercat rescan" didn't help either, it just caused more errors in dmesg (output attached)

3. Your linked your software "convertorSdos.exe", i wasn't able to use it properly, it errored out with a "Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Program.Main()" and crashed entirely. I started it with the "Beckhoff_EP5101-0011_config.xml" in the same folder, typed in "c -i" and gave it the absolute path to the before mentioned XML file - what did i do wrong?
  • langdons
  • langdons
23 Jun 2025 18:59
Replied by langdons on topic new ESI XML to Eeprom converter tool

new ESI XML to Eeprom converter tool

Category: EtherCAT

Please link to the too, written in C.

Perhaps there's some legal loophole.
  • Hobbymate
  • Hobbymate
23 Jun 2025 18:44
Replied by Hobbymate on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

Thanks for answering. When i run this code from examples its do. G21 G54 G18
F400

O100 SUB
G0 X10 Z0
O101 REPEAT [3]
G1 X[#<_x>-5] Z[#<_Z>+3]
G1 X[#<_x>-5]

O101 ENDREPEAT
O100 ENDSUB

O101 SUB
G72 Q100 X1 Z1 D0.5 I1 R0.3
G70 Q100 X1 Z1 D0.5 P3
O101 ENDSUB

O101 CALL

M2
When from this code i delete G72 line G70 working fine . But when i change G72 to G71 Linuxcnc freezing . Can someone direct me to right path. How to run G71 .
.
  • PCW
  • PCW's Avatar
23 Jun 2025 18:38

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

if you: 

1. Disconnect the encoder

2. Change the index input to TTL mode
(W1 left)

3. With LinuxCNC running and halshows "Watch" tab showing
    hm2_7i96s.0.encoder.00.input-index, does the state of
    hm2_7i96s.0.encoder.00.input-index change when you ground
    the IDX+ input (TB2 pin 13)?
Displaying 871 - 885 out of 25372 results.
Time to create page: 0.212 seconds
Powered by Kunena Forum