Advanced Search

Search Results (Searched for: )

  • vre
  • vre
27 Apr 2025 06:29
Replied by vre on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

rigid tapping needs reversal of spindle so backlash matters.
If i have encoder on spindle shaft backlash
will be problem?
How many lines encoder needed for rigid tapping?
  • Mr. Mass
  • Mr. Mass's Avatar
27 Apr 2025 06:03
Replied by Mr. Mass on topic qtdragon mod

qtdragon mod

Category: Qtvcp

Oh thanks a lot, your code example was very helpful. I just started learning python and my level so far is “monkey see, monkey do” Without a concrete example it's hard for me to understand exactly how to do it. Now I can find my mistake, I tried it for one slider, the values are changed and saved.
  • PCW
  • PCW's Avatar
27 Apr 2025 03:53

TRISTATE-BIT, TRISTATE_BIT, TRISTATE_FLOAT HELP WITH DIFFERENCES !

Category: HAL

tristate_bit and tristate_float are the names of the hal components,
but tristate-bit.n.xxxx and tristate-float.N.xxxx are the names of the function
and hal pins that the component exports.

tristate_bit works on bits where tristate_float works on floating point numbers.
  • PCW
  • PCW's Avatar
27 Apr 2025 03:28 - 27 Apr 2025 03:31
Replied by PCW on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

I looked at the sim config an edited a mesa config to add the new TP, but it does
show major acceleration spikes (~500K)  lasting 1 servo period. I needed to set
large  following error limits  to avoid the spike triggering a following error.

Note that this is not hardware related but may have a relation to scaling so I can try again
by modifying the sim config to make sure everything else remains the same.
 
  • electrosteam
  • electrosteam
27 Apr 2025 03:05 - 27 Apr 2025 03:07
Gmoccapy G54 Offsets was created by electrosteam

Gmoccapy G54 Offsets

Category: Gmoccapy

Now taking an interest in the G10 L2/L20 pair of Gcodes.
Cannot make sense of the Documentation against the machine display.
My current job is positioned with its G54 origin having x, y, z values -ve relative to Home.

Parameters #5221, #5222, #5223 are documented as the coordinate system Offsets for G54.
The parameters in the linuxcnc.var file correctly show the G54 origin with -ve values.

But, to set up the machine correctly, I have to swap the signs used with a G10 L2.

When Gmoccapy launches, before homing, the DRO shows the tool position with +ve values.
Then G10 L2 P1 with +ve values loads the DRO with -ve values (CORRECT for this job).

Then conventional Touch-Off and run the job.

Please, is my brained screwed, or is the Documentation misleading ?

John.
  • rodw
  • rodw's Avatar
27 Apr 2025 02:08
Replied by rodw on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

Read the online documentation for V 2.9  for "homing configuration" (Several times)
the HOME_SEQUENCE parameter for each side of the gantry must be the same and it must be negative to tell Linuxcnc to treat it as a joint axis.
  • rodw
  • rodw's Avatar
27 Apr 2025 02:03
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

I can not test that as it requires EtherCat hardware.

I think you could just create a normal pncconf config for your hardware and set the ini file tpmod etc to use the scurve planner.
Once configured Linuxcnc does not care if its Ethercat or mesa.
  • Mother Canucker
  • Mother Canucker
27 Apr 2025 01:53
Replied by Mother Canucker on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

I would imagine that it does. All the documentation suggests so and from what i can see on the other side (Its right up against a wall) It looks the same on both sides so I would wager it has them on both. So im going with yes on that.
  • tommylight
  • tommylight's Avatar
27 Apr 2025 01:42
Replied by tommylight on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

All good, but does it have switches on each side?
  • gmouer
  • gmouer
27 Apr 2025 01:20
Replied by gmouer on topic Adding a ShuttleXpress

Adding a ShuttleXpress

Category: HAL

I am attempting to use the hal code published by jcdammeyer towards the end of this thread but ran into something confusing.

In the beginning of his hal files he does a Loadrt mux2 but although loaded there are no addf mux2 lines AND I do not see where mux2 is used in his code anywhere.

Am I missing something here?
  • Mother Canucker
  • Mother Canucker
27 Apr 2025 01:15
Replied by Mother Canucker on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

Well it has 2 motors and the web page mentions that it needs limits/homing switches because of the tandem setup. Each motor for the gantry also has its own cable and port. I am assuming thats what drives are.
  • tommylight
  • tommylight's Avatar
27 Apr 2025 01:10
Replied by tommylight on topic Tandem Y Axis in stepconf assistance.

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

Does the machine have two motors and two drives for the gantry?
Does it also have at least one limit switch on each side? If not, do not bother with setting tandem joints, it does not work without a switch for each side.
Need an answer before i go off typing all the possibilities... :)
  • gmouer
  • gmouer
27 Apr 2025 01:08 - 27 Apr 2025 01:12

TRISTATE-BIT, TRISTATE_BIT, TRISTATE_FLOAT HELP WITH DIFFERENCES !

Category: HAL

I recently updated from LCNC 2.7 to 2.9.4 and am in the process of tweaking my old hal file to be compatible with the newer 2.7 version.   I am also forced to redo the code for my shuttlexpress because the component (HIDCOMP) that I previously used is no longer valid.

  My old hal file had the component tristate-bit used in it   (minus sign).   The current hal component list does not even list tristate-bit with the minus sign BUT does list a tristate_bit with the underscore character.    Interestingly, my present hal with the minus sign seems to operate and not throw any errors under 2.9.4.      Is the old syntax with the minus sign still supported in 2.9.4?

THEN.....    I am adding a shuttle jog component.   The published hal file for the shuttle uses the  Tristate_float component.    From the hal component manual descriptions tristate_bit and tristate_float seem to have identical functional descriptions with slightly different syntax !!     I am confused why both exist if they are the same ????       

THEN.......... my real concern is if I use all 3 versions of tristate,    Tristate-bit, tristate_bit and tristate_float in the same hal file if it will cause a duplicate error crash/fault?      I would guess not considering all 3 have unique names /syntax but would sure like someone to confirm.

This is quite confusing.

Thanks,
George

 
  • tommylight
  • tommylight's Avatar
27 Apr 2025 01:05
Replied by tommylight on topic Homemade, cheap, plasma CNC

Homemade, cheap, plasma CNC

Category: Show Your Stuff

Where is the arc ok derived from? Plasma? Reed switch? or from THCAD?
For first two, check the plasma source, not LinuxCNC/Mesa/THCAD
  • Mother Canucker
  • Mother Canucker
27 Apr 2025 00:55
Tandem Y Axis in stepconf assistance. was created by Mother Canucker

Tandem Y Axis in stepconf assistance.

Category: StepConf Wizard

I have spent quite a while trying to get one of our older CNC's to run again. I had a lot of issues with getting the gantry properly setup and I heard that 2.9.4 has support for tandem motor pin outs so I downloaded it and I have managed to get the gantry to move. The problem is that if i'm in the test axis in stepconf only 1 motor moves and in the actual jog interface the motors are separate joints so if I jog the gantry then I have to jog joint 1 and then joint 2 instead of pressing one button. As a result I move it incredibly slowly to avoid skewing it as much as possible. I would imagine I did something wrong or that their is some way to combine the two joints too run at the same time? would I need to do this in the HAL or INI files?. My other question is about how i'm supposed to setup the limits because I have just been setting up as: both limit X, both limit Y, and the same for the other two motors. I did get an error about limits on one of the Y's  but it didn't say much other than something along the lines of "Error limits Joint 2"
www.probotix.com/CNC-ROUTERS/CNC-ROUTER-GX2525 Here is the machine (It only says Comet on it but I am very sure this the same one)
www.probotix.com/wiki/index.php/Unity_Controller  Here is the controller its using as the old one had some fried chips that couldn't be replaced. It also has the pin outs where I got the limits from.
Sorry if I it's something obvious because I really haven't used linuxCNC ever before (Also disclaimer: I haven't set the latency test right yet because I only got it working in a test setup yesterday and I didn't have time for it but I know I need to do it)
 
Displaying 1546 - 1560 out of 26446 results.
Time to create page: 0.234 seconds
Powered by Kunena Forum