Advanced Search

Search Results (Searched for: )

  • B.Reilly01
  • B.Reilly01
15 Jun 2024 17:26
Replied by B.Reilly01 on topic ProbeBasic backplot issue?

ProbeBasic backplot issue?

Category: QtPyVCP

I meant to be on the stable version, but I think I did a apt upgrade after the split before I knew about the split. I then went back and edited my source file and did another apt upgrade. Is there a way to know which is installed?
  • tommylight
  • tommylight's Avatar
15 Jun 2024 17:20

Help Needed: Cracking the Code on LinuxCNC Servo Homing Setup!

Category: EtherCAT

LinuxCNC can and will jog before homing, at least it always did, or did something change that i am not aware of ?
ONLY tandem axis will not jog before homing, and even that can be bypassed by removing kinstype=BOTH in the TRAJ section.
Just in case this has changed, i am strongly against it.
  • andypugh
  • andypugh's Avatar
15 Jun 2024 17:13

Binary encoder - Sauter SK-501 turret - Strobe diagram of functions

Category: Advanced Configuration

Are you uisng the 2.9 version of carousel or the 2.10 version? I think I made some changes in the 2.10 version that might help there.
  • andypugh
  • andypugh's Avatar
15 Jun 2024 17:07
Replied by andypugh on topic Absolute homing

Absolute homing

Category: General LinuxCNC Questions

Late to the party here, but what happens if you connect halui.machine.is-on to halui.home-all, with standard absolute homing configured in the INI?
  • andypugh
  • andypugh's Avatar
15 Jun 2024 17:01
Replied by andypugh on topic AXIS and keyboard

AXIS and keyboard

Category: AXIS

I _think_ that i and I switch between continuous and incremental, but that was just from glancing at the code.
  • Aciera
  • Aciera's Avatar
15 Jun 2024 16:44

Help Needed: Cracking the Code on LinuxCNC Servo Homing Setup!

Category: EtherCAT

Point 1 can be made to work granted there are no tandem axis/joints, bit sure uf this has to be deleted or added under TRAJ in the ini file
kinematics = both

We need to make a distinction between jogging before homing and jogging in joint mode after homing.
  • cakeslob
  • cakeslob
15 Jun 2024 16:44
Replied by cakeslob on topic AXIS and keyboard

AXIS and keyboard

Category: AXIS

root_window.bind("i")#, lambda event: jogspeed_incremental())
    root_window.bind("I")#, lambda event: jogspeed_incremental(-1))
  • Aciera
  • Aciera's Avatar
15 Jun 2024 16:27
Replied by Aciera on topic Absolute homing

Absolute homing

Category: General LinuxCNC Questions

What happens if you replace

net x-home-request joint.0.request-custom-homing => cia402.0.home

with

setp joint.0.request-custom-homing FALSE
  • Aciera
  • Aciera's Avatar
15 Jun 2024 16:03

Help Needed: Cracking the Code on LinuxCNC Servo Homing Setup!

Category: EtherCAT

The machine should move within the specified hard limits when it is not homed. This is not working.

If the machine is not homed the controller has no idea where an axis is so if you enable jogging before homing then the operator will be able to jog the machine into the limit switches.

After homing, the machine should return with a 5mm offset where the soft limit starts. This is not working. 
[*]HOME_OFFSET = 5 not working.


Have you tried:
HOME = 5.00
HOME_OFFSET = 0.00
HOME_SEQUENCE = 1
# 0 Absolute encoder, joint does not use an absolute encoder
# 1 Absolute encoder, final move to [JOINT_n]HOME
# 2 Absolute encoder, NO final move to [JOINT_n]HOME
HOME_ABSOLUTE_ENCODER = 1
  • tommylight
  • tommylight's Avatar
15 Jun 2024 15:55

Help Needed: Cracking the Code on LinuxCNC Servo Homing Setup!

Category: EtherCAT

Point 1 can be made to work granted there are no tandem axis/joints, bit sure uf this has to be deleted or added under TRAJ in the ini file
kinematics = both
Or something similar, sorry on the phone.
Home offset is usually -5 as it is the exact switch location, and if you want the dro to show 0 after homing. This is for searching in negative direction, or when the home switches are at machine 0.0.
  • Lcvette
  • Lcvette's Avatar
15 Jun 2024 15:50
Replied by Lcvette on topic ProbeBasic backplot issue?

ProbeBasic backplot issue?

Category: QtPyVCP

ok this is consisstent with the bug we are working on, are you on the stable or development version?
  • eduard
  • eduard's Avatar
15 Jun 2024 15:08

Help Needed: Cracking the Code on LinuxCNC Servo Homing Setup!

Category: EtherCAT

I need your assistance with the homing process as I seem to be stuck. I have thoroughly reviewed the documentation and forums, but I cannot find the solution, and I do not understand why it is not working.This is not the first CNC I have built, but it is the first with LinuxCNC. The concepts of soft and hard limits are clear to me, but I do not understand their configuration and cannot achieve what I want. My goal is to home all axes to 0,0,0 using the servo's internal homing system, which then passes the coordinates to LinuxCNC. This part is working.Here's the process I want to achieve:
  • The machine should move within the specified hard limits when it is not homed. This is not working.
  • All axes should home during the homing process. This is working.
  • After homing, the machine should return with a 5mm offset where the soft limit starts. This is not working. 
    • HOME_OFFSET = 5 not working. 
  • The soft limit should be 5mm less than the hard limit on all axes. This is not working.

    Really hard to understad what is the linuxcnc's theory behind softlimits. Hardlimits are clar, working as expected. 
Attached are the INI and HAL files.
  • eduard
  • eduard's Avatar
15 Jun 2024 14:33
Replied by eduard on topic Absolute homing

Absolute homing

Category: General LinuxCNC Questions

Hey Aciera,

thanks for the help to identify this hal pin for custom homing. After a several day trial and error I didn manage to find a solution how to switch between servo homing and linuxcnc homing.
I would like to home the servo once with custom homing. The servo finding the home switch then homed.
Now at this point just commenting out the hal custom homing and ini homecomp to use absolute homing 2, without movement.

Here is the INI part:
[EMCMOT]
EMCMOT = motmod
COMM_TIMEOUT = 1.0
SERVO_PERIOD = 1000000
#HOMING use EL8 drives internal homing. Uncomment the line below and in the HAL as well. Home the machine, then comment out.
HOMEMOD=el8_homecomp

and the HAL part:
#HOMING use EL8 drives internal homing. Uncomment the line below and in the ini as well. Home the machine, then comment out.
net x-home-request joint.0.request-custom-homing => cia402.0.home
net x-homing joint.0.is-custom-homing <= cia402.0.stat-homing
net x-homed joint.0.custom-homing-finished <= cia402.0.stat-homed

What is the solution to use a simple hal pin to switch between this two homing modes?
  • Aciera
  • Aciera's Avatar
15 Jun 2024 14:07 - 15 Jun 2024 14:08

Mitsubishi RV-6SDL Robot arm Servo/Encoder usability

Category: General LinuxCNC Questions

Speed limits for 'World' and for 'Joint' kinematics mode are set by the [AXIS_l] MAX_VELOCITY values.
The problem here is that in 'Joint' kinematics axis X is a rotational joint while in 'World' kinematics axis X is a virtual linear axis. This usually means that the same value will be too fast for Joint kinematics and too slow in World kinematics.
It probably makes sense to switch Velocity/Acceleration settings when switching kinematics.
The setup is the same as for switching limits which I have done in the demo config in this post:

forum.linuxcnc.org/39-pncconf/52783-soft-limit-setup#301669
  • COFHAL
  • COFHAL
15 Jun 2024 13:26

Binary encoder - Sauter SK-501 turret - Strobe diagram of functions

Category: Advanced Configuration

I would recommend connecting the parity pin. It will give some protection if a wire breaks or a sensor fails. The carousel component understands how to interpret the parity input.

Thank you very much for the advice.  Unfortunately, the carousel component does not work completely for this type of turrets, which requires an inversion of the motor's direction of rotation when it reaches the chosen position. It only does so when the rotation is forward, not when it initially rotates counterclockwise. .
 

Displaying 25576 - 25590 out of 26044 results.
Time to create page: 0.477 seconds
Powered by Kunena Forum