Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
20 Jun 2025 11:49
Replied by Aciera on topic Fanuc-Style Toolchange

Fanuc-Style Toolchange

Category: Advanced Configuration

You don't really need the expanded tool editor for this:

 

Have a look at the sim config:
configs/sim/axis/lathe-fanucy
  • knipknap
  • knipknap
20 Jun 2025 11:09
Replied by knipknap on topic MESA 7i76E burning out issue

MESA 7i76E burning out issue

Category: Driver Boards

I finally found the real cause.

Today i got the amplifier fault on another joint (joint 0) and I found that it the problem happened whenever I turned on the spindle.

After several attempts to measure the ground connections the machine stopped in a position where I found the machine frame was not grounded.

The reason: The spindle connector got loose. The machine frame was grounded through the spindle cable, and that cable had become loose.

All I had to do was tighten the screw of the connector. Ground connection works reliably again and the machine runs well. Phew.
  • meister
  • meister
20 Jun 2025 10:55 - 20 Jun 2025 10:59
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

accidentally flashed my ethercat servo with something wrong, and restored everything with this tool and the original esi xml

so yes, it really works

I use it to configure my LAN9252 board

EDIT:
uhhh, found this site: markosankovic.github.io/2016/06/28/esi-to-sii-binary.html
i think i need to test this '
ethercat sii_write ...
'
I must have overlooked it somehow :)




 
  • Hakan
  • Hakan
20 Jun 2025 10:52
Replied by Hakan on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

Ok, I have seen those.
When you write an eeprom this way and then list the pdos with "ethercat pdos", do you see the ones you expect to see?
 
  • snowgoer540
  • snowgoer540's Avatar
  • meister
  • meister
20 Jun 2025 10:23
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

create:
$ siitool -m  -c -o eeprom.bin esi.xml 
= eeprom.bin generated

check:
$ siitool -p eeprom.bin 
Error, SII probably malformed. No 0xffff at the end found
First print preamble and config
Preamble:
PDI Control: ................ 0x0c80
PDI Config: ................. 0xee42
Sync Impulse Length: ........ 2000 ns (raw: 0x00c8)
PDI Config 2: ............... 0x0000
Configured Station Alias: ... 0x0000
Checksum of Preamble: ....... 0x003c (ok)
Identity:
  Vendor ID: ................ 0x00400000
  Product ID: ............... 0x00000715
  Revision ID: .............. 0x00002ef8
  Serial Number: ............ 0x00000000

Default mailbox settings:
  Bootstrap Mailbox:
  Received Mailbox Offset: .. 0x0000
  Received Mailbox Size: .... 0
  Send Mailbox Offset: ...... 0x0000

....................

      Entry 8:
      Entry Index: .............. 0x60fd
      Subindex: ................. 0x00
      String Index: ............. 64 (Digital inputs)
      Data Type: ................ 0x07 (Index in CoE Object Dictionary)
      Bitlength: ................ 32


  • meister
  • meister
20 Jun 2025 10:15
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

what will you pay me for it ?

;P

Converter:
github.com/synapticon/siitool

eepromtool (write flash):
github.com/OpenEtherCATsociety/SOEM/blob...romtool/eepromtool.c
  • Hakan
  • Hakan
20 Jun 2025 09:56
Replied by Hakan on topic Experimental XML config generator

Experimental XML config generator

Category: EtherCAT

I'm not a big Twincat user. But if this is a useful tool, it would be a shame if it were forgotten after one post..
  • Hakan
  • Hakan
20 Jun 2025 09:52
Replied by Hakan on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

Can you share how to create the eeprom content from an XML file?
  • Hakan
  • Hakan
20 Jun 2025 09:31
Replied by Hakan on topic Leadshine EL7-EC400N ethercat error 818

Leadshine EL7-EC400N ethercat error 818

Category: EtherCAT

It says it is an CIA402 drive, so should be compatible.
Maybe someone has a working config to share.
Here is otherwise a starting point github.com/dbraun1981/hal-cia402/tree/main/example
hal and ethercat-conf.xml should be enough to get one axis going. Expand from there.
  • prokopcio
  • prokopcio's Avatar
20 Jun 2025 09:29

Laser Head Height Sensor – Looking for a Beta Tester

Category: Plasma & Laser

I agree with you. The topic is not easy.

I had to put the project on hold for a while because the sensor had problems with some heads (precitec) that contain electronic components inside nozzle holder. This effectively prevented my sensor from working.

Now I have dealt with it and it seems to work correctly, so I want to put the device into production.

If you have time and want, I will prepare a test device for you.

I want the device to work at the highest level, so any feedback is valuable to me.

The tests were very promising.
  • meister
  • meister
20 Jun 2025 08:51
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

wow, I've had the EtherCat click board lying around for over a year :)

My problem the whole time was that I didn't have Windows and didn't want to use one.

Now I have found a way to do everything under Linux, i.e. create EEProm from the XML and also flash it via EtherCat, all without TwinCat.

In the meantime I can put my desired config on the LAN9252 and read and write all values via lowlevel spi driver.

only one step is missing to adapt the RIO interface over EtherCat :)
  • endian
  • endian's Avatar
20 Jun 2025 08:06
Replied by endian on topic Fanuc-Style Toolchange

Fanuc-Style Toolchange

Category: Advanced Configuration

Hello gentelmen,

how is it with the manual tool change... 

I have sometime issue with precision after tool change +-0.01mm with OWT grinded tool post fixtures with manual toolchange .hal stuff.. I noticed that in the default tool table for lathe is not the waer offsets .. I can switch on them by
LATHE_WEAR_OFFSETS = 1

where I can define them for the each tool separately 

And then add the the remapping ?

Then I will need to change T1 G43 to T01XX in the postprocessor I think ..

Thanks,

Regards
  • NT4Boy
  • NT4Boy
20 Jun 2025 07:55 - 20 Jun 2025 07:56
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

I'm still addressing some old school electronics that needed updating in the VFD, so turned my attention back to the override potentiometers.
When the spindle runs and I read the pot via the 3.3volt Analogue pin 7i92.0.7i71.0.2.input_03, there is a notable hunting in the spindle speed. Not much, but it just doesn't sound steady.
This is down I think to the ADC hopping between bits which is also normal.
I looked at the original Hurco control use of the pots and how the analogue values were read, and note that the conversion to digital was done in a 12 bit ADC. so the increment between bits is tiny in comparison.
In the 7i73 manual. it states:
"OPERATION
ANALOG INPUTS
Inputs 0 through 7 can read analog signal values however only inputs 0 through 3 are supported for analog input by available interface modes. Analog inputs have a range of 0 to 3.3V. Normal resolution is 8 bits. All bits are readable as digital inputs. Note: analog inputs are only accessible in some software modes."

Does this mean I could configure an analogue input to use a increased resolution of 12 bits?
If so How would I do that?
Thanks
 
  • mohbakh
  • mohbakh
20 Jun 2025 07:50

Leadshine EL7-EC400N ethercat error 818

Category: EtherCAT

Hello everyone,
I'm new to the forum, I just bought two Leadshine EL7-EC400N ethercat driver servo with Leadshine ELM1 AC servo motor 400W to start my new cnc projects.
I installed linuxcnc-ethercat following @Rodw's Ethercat installation from repositories documentation and i created a .ini config lithe axis with two axis X Z, and a hal file and ethercath-conf.xml, but every time I start linuxcnc I get an error 818,
My question is whether the Leadshine EL7-EC400N is compatible with linuxcnc or not?
and also I'm wondering if there's anyone who can help me or give me a minimum configuration (.ini, .hal, .xml) file to make the motor start and get past error 818?
I used rodw's configuration
github.com/rodw-au/linuxcnc_leadshine_EL8/tree/main
Displaying 691 - 705 out of 25541 results.
Time to create page: 0.261 seconds
Powered by Kunena Forum