Advanced Search

Search Results (Searched for: )

  • stenly
  • stenly
29 Apr 2025 09:09

Implementing Spindle Homing for DELTA C2000 Plus (In)correctly?

Category: EtherCAT

I have managed to make some progress over the past weeks.

I believe I managed to add homing properly to the DeMS300 driver, however I am now facing the issue that the homing mode PDOs 6099, 607C and 609A (respectively homing speed, homing offset and homing accel.) are simply not showing up. Hence why the driver fails to initialize them. Interestingly 6098, the homing method, does show up on
ethercat pdos
, but the other 3 do not. This makes the drive give the motor a current and fixes it in place, however it is not able to start the homing procedure and just stays in place. The control and status words look entirely correct, so my assumption is that the missing 6099, 607C and 609A PDOs are causing it to be unable to start homing.

As you can see in the driver I modified, those PDOs are commented out at the initialization (on lines 225-227). Uncommenting them has the driver compile successfully, yet it fails to start as it is unable to initialize them. I am not sure how I should initialize them properly. In the header file I changed LCEC_DEMS300_PDOS to 15 as well (it used to be 11).

Do you think the PDO mappings are the problem here? I had no success in establishing a connection over TwinCAT, but I may need to look into that again.
  • Neiji_msk
  • Neiji_msk
29 Apr 2025 08:36
Replied by Neiji_msk on topic EtherCAT and selfmade driver

EtherCAT and selfmade driver

Category: EtherCAT

No, its random driver without any documentation (2abs servo driver)
  • Hakan
  • Hakan
29 Apr 2025 08:34

First time to try build my xml for not listed ethercat in-out component

Category: EtherCAT

You can't get the ECL16DP to show up on the ethercat bus?
This is the unit, right?
 
There sure seems to be an ETH1 and an ETH2.
There is nothing on "ethercat slaves" when you connect to ETH1 and power on?
  • dannym
  • dannym
29 Apr 2025 08:15
Replied by dannym on topic Z axis is being controlled by A

Z axis is being controlled by A

Category: Basic Configuration

Ah, ok, now things make sense.

That is actually the MX4660. But I had that servo with the built-in drive so I was only going to use 3 channels. The stepper power output channel plugs are a row under another row of plugs, hard to see, I didn't realize I skipped the 3rd and had the Z hooked to the 4th channel.
  • Hakan
  • Hakan
29 Apr 2025 07:47
Replied by Hakan on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

A common error is to not have the right vid and pid in the ethercat-conf.xml file.
Double-check that the vendor id and product code from the output of
ethercat slaves -p 0 -v
matches the vid and pid fields in ethercat-conf.xml.
Check that for all slaves (0,1,2,etc)
If that didn't help please attach the ethercat-conf.xml file, the hal file and the output of "ethercat slaves -v"
  • Hakan
  • Hakan
29 Apr 2025 07:33
Replied by Hakan on topic EtherCAT and selfmade driver

EtherCAT and selfmade driver

Category: EtherCAT

The hal and ini files are empty.
Is it the VEICHI SD700 drive www.veichi.com/product/sd700-high-performance-servo-system.html?
 
  • Neiji_msk
  • Neiji_msk
29 Apr 2025 07:11 - 29 Apr 2025 09:46
EtherCAT and selfmade driver was created by Neiji_msk

EtherCAT and selfmade driver

Category: EtherCAT

Hello everyone, I ask for help, I encountered a problem connecting the driver via etcherkat, everything is displayed via the terminal and the driver is visible, but when I launch Linux, the driver does not move. In my case, the driver is connected directly to the PC, and does not go into OP mode. I tried to connect to the delta drivers and everything worked. Unfortunately, there are no instructions for my driver. My assembly (hal, ini and xml files):
  • emresensoy
  • emresensoy
29 Apr 2025 07:05
Replied by emresensoy on topic QtPyVCP designer plugin fails

QtPyVCP designer plugin fails

Category: QtPyVCP

I have same issue,
QT5 designer doesnt load custom linuxcnc widgets,

what should I do?
  • bkt
  • bkt's Avatar
29 Apr 2025 07:05

First time to try build my xml for not listed ethercat in-out component

Category: EtherCAT

Really situation is these: S1-M20 is a coupler based on Hishler chips as multiprotocol demux. You can set from ethercat modbus and other .... there are not a real connection from DI, DO module. Hishler chips drive the right master in module with correct register used from various protocol type. So if bus is not inizialize on Hishler, no comunication with DI DO, no pdos no sdo .... only comunication established. Need to know right inizialization sdo i think, and producer not know that because not usual with IGH. Really not sure Hishler is supported from IGH. SO for sure need to load original xml file on tiwincat, after check if usable xml is produced .... but probabily need to write a new component based on file that producer share with me. For sure that "driver" as it is write is not possible to build inside ethercat component forlder ... wrong library used and wrong structures. If someone have some suggest on these (whitout writing new component ... that become a sort of copy of one used for EL1xxx or EL2xxx) is welcome.

Real thanks for attention on these.
  • Aciera
  • Aciera's Avatar
29 Apr 2025 06:40
Replied by Aciera on topic Gmoccapy G54 Offsets

Gmoccapy G54 Offsets

Category: Gmoccapy

What does one do if the machine cannot be physically moved to its Home position ?
For example, a large job mounted prior to machine start-up, or a vice.


It is possible to set up 'Immediate Homing' in the INI file:
www.linuxcnc.org/docs/html/config/ini-ho...ml#_immediate_homing

You could then use a probe to jog the machine to the origin of your work piece and issue MDI:
G10 L20 P0 X0 Y0 Z0


or. if you already know the offset between the machine position on startup and the work piece origin (example x:1 y:2 z:3):
G10 L2 P0 X1 Y2 Z3

Note though that without properly homing the machine (ie in reference to the physical limits of travel) you will also need to adjust the joint/axes limits.
  • Jedi
  • Jedi
29 Apr 2025 05:19
Replied by Jedi on topic Losing some values after PB restart

Losing some values after PB restart

Category: QtPyVCP

Good Day,

What is the correct way to update ProbeBasic from a very old version?
sudo apt-get update/sudo apt-get upgrade does nothing.

Best Regards,
Ben
  • dannym
  • dannym
29 Apr 2025 03:36
Replied by dannym on topic Z axis is being controlled by A

Z axis is being controlled by A

Category: Basic Configuration

I don't know if it's a Leadshine knockoff, I got it a long time ago.
I knew Leadshine as a cheap but pretty good mfg- I never heard of any "knockoffs" of the Leadshine name.

It was a long time ago, but IIRC I ordered it straight from the mfg or at least a legit distributor.

The only thing that could matter would be if they actually wired the Z channel to DB 8/9. I did look up the manual again, Z is 6/7 and I can't imagine them just skipping it over and using 8/9, but, ok, I'll put that on the list of things to try. since it's easy- move the servo to pin 6/7 and see if it moves independently of Z.
  • dannym
  • dannym
29 Apr 2025 03:16
Replied by dannym on topic Z axis is being controlled by A

Z axis is being controlled by A

Category: Basic Configuration

The DB25 is IDCs stamped on a ribbon cable. The 0.1" end plugs into P2 of the 7i92, the first DB25 goes to the 3 axis MX3660 and the cable goes on a few more inches to a DB25 that has a breakout board on it and pins 8/9 are STEP-/DIR- for a servo for the A-axis. The servo has an onboard driver. +5V is STEP+/DIR+ sourced from an RPi power pin.
  • Mother Canucker
  • Mother Canucker
29 Apr 2025 02:49
Replied by Mother Canucker on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

Well I'm quite sure it has 2 limits on the gantry. I will check tomorrow and I will check if they work tomorrow. sorry for the confusion here I Rod just said read through the configuration manual.
  • tommylight
  • tommylight's Avatar
29 Apr 2025 02:36 - 29 Apr 2025 02:39
Replied by tommylight on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

Rod, why?
He did not confirm that the machine has switches on both sides yet, so why send him that way, he will end up with a mangled machine.
Then again, i wonder why is it not possible to answer such a simple question...
Again, do not set -1 to anything if you are not sure the machine has switches on both sides of the gantry and that those switches are properly wired, configured, and working.
EDIT:
You posted while i was answering, there are no home stuff set in that ini file.
Displaying 5881 - 5895 out of 24149 results.
Time to create page: 0.244 seconds
Powered by Kunena Forum